mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-12 23:07:17 +00:00
data: fix pound move
This commit is contained in:
parent
7ea75a11f8
commit
5b3bbf5e09
3 changed files with 6 additions and 14 deletions
|
@ -8451,14 +8451,8 @@ move_id,local_language_id,name
|
|||
874,4,淘金潮
|
||||
874,9,Make It Rain
|
||||
874,11,ゴールドラッシュ
|
||||
875,1,はたく
|
||||
875,4,拍击
|
||||
875,9,Pound
|
||||
875,11,はたく
|
||||
876,1,はたく
|
||||
876,4,拍击
|
||||
876,9,Pound
|
||||
876,11,はたく
|
||||
875,9,Psyblade
|
||||
876,9,Hydro Steam
|
||||
877,1,カタストロフィ
|
||||
877,4,大灾难
|
||||
877,9,Ruination
|
||||
|
|
|
|
@ -873,8 +873,8 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
|
|||
872,aqua-step,9,11,80,10,100,0,10,2,,,,,
|
||||
873,raging-bull,9,1,90,10,100,0,10,2,,,,,
|
||||
874,make-it-rain,9,9,120,5,100,0,11,3,,,,,
|
||||
875,pound,9,1,40,35,100,0,10,2,,,,,
|
||||
876,pound,9,1,40,35,100,0,10,2,,,,,
|
||||
875,psyblade,9,14,80,15,100,0,10,2,,,,,
|
||||
876,hydro-steam,9,11,80,15,100,0,10,3,,,,,
|
||||
877,ruination,9,17,1,10,90,0,10,3,,,,,
|
||||
878,collision-course,9,2,100,5,100,0,10,2,,,,,
|
||||
879,electro-drift,9,13,100,5,100,0,10,3,,,,,
|
||||
|
@ -899,8 +899,6 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
|
|||
898,noxious-torque,9,4,100,10,100,0,10,2,,,,,
|
||||
899,combat-torque,9,2,100,10,100,0,10,2,,,,,
|
||||
900,magical-torque,9,18,100,10,100,0,10,2,,,,,
|
||||
901,hydro-steam,9,11,80,15,100,0,10,3,,,,,
|
||||
902,psyblade,9,14,80,15,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,,,,
|
||||
|
|
|
|
@ -513234,7 +513234,7 @@ pokemon_id,version_group_id,move_id,pokemon_move_method_id,level,order
|
|||
1009,25,225,1,28,
|
||||
1009,25,784,1,35,
|
||||
1009,25,407,1,42,
|
||||
1009,25,901,1,56,
|
||||
1009,25,876,1,56,
|
||||
1009,25,406,1,63,
|
||||
1009,25,200,1,70,
|
||||
1009,25,53,1,77,
|
||||
|
@ -513287,7 +513287,7 @@ pokemon_id,version_group_id,move_id,pokemon_move_method_id,level,order
|
|||
1010,25,14,1,35,
|
||||
1010,25,533,1,42,
|
||||
1010,25,348,1,49,
|
||||
1010,25,902,1,56,
|
||||
1010,25,875,1,56,
|
||||
1010,25,370,1,63,
|
||||
1010,25,286,1,70,
|
||||
1010,25,224,1,77,
|
||||
|
|
Can't render this file because it is too large.
|
Loading…
Reference in a new issue