mirror of
https://github.com/PokeAPI/pokeapi
synced 2025-02-16 12:38:25 +00:00
Fixed ivy cudgel accuracy in moves.csv
This commit is contained in:
parent
34e0513087
commit
ceb5c7ebda
1 changed files with 1 additions and 1 deletions
|
@ -902,7 +902,7 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
|
|||
901,blood-moon,9,1,140,5,100,0,10,3,,,,,
|
||||
902,matcha-gotcha,9,12,80,15,90,0,10,3,,,,,
|
||||
903,syrup-bomb,9,12,60,10,85,0,10,3,,,,,
|
||||
904,ivy-cudgel,9,12,100,10,1100,0,10,2,,,,,
|
||||
904,ivy-cudgel,9,12,100,10,100,0,10,2,,,,,
|
||||
10001,shadow-rush,3,10002,55,,100,0,10,2,10001,,,,
|
||||
10002,shadow-blast,3,10002,80,,100,0,10,2,44,,,,
|
||||
10003,shadow-blitz,3,10002,40,,100,0,10,2,1,,,,
|
||||
|
|
|
Loading…
Add table
Reference in a new issue