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:
parent
9b9223e3a3
commit
42142f90a0
5 changed files with 37 additions and 19 deletions
pokedex/data/csv
|
@ -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,,
|
||||
|
|
|
Loading…
Add table
Add a link
Reference in a new issue