1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00

Implement move effect changelog; misc move fixes.

This commit is contained in:
Brigit Lemanski 2010-12-07 20:23:14 -05:00
parent 9b9223e3a3
commit 42142f90a0
5 changed files with 37 additions and 19 deletions
pokedex/data/csv

View file

@ -15,6 +15,7 @@ move_id,changed_in_version_group_id,type_id,power,pp,accuracy,effect_id,effect_c
50,11,,,,80,,
57,5,,,,,1,
59,3,,,,90,,
59,8,,,,,6,
67,3,,50,,90,1,
74,11,,,,,14,
76,3,,,,,81,
@ -24,6 +25,10 @@ move_id,changed_in_version_group_id,type_id,power,pp,accuracy,effect_id,effect_c
89,3,,,,,1,
92,11,,,,85,,
94,3,,,,,,30
95,8,,,,60,,
95,9,,,,70,,
107,3,,,,,17,
111,3,,,,,12,
120,3,,130,,,,
126,3,,,,,,30
128,11,,,,75,,

1 move_id changed_in_version_group_id type_id power pp accuracy effect_id effect_chance
15 50 11 80
16 57 5 1
17 59 3 90
18 59 8 6
19 67 3 50 90 1
20 74 11 14
21 76 3 81
25 89 3 1
26 92 11 85
27 94 3 30
28 95 8 60
29 95 9 70
30 107 3 17
31 111 3 12
32 120 3 130
33 126 3 30
34 128 11 75