mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Rerip B/W power, accuracy, and PP for all moves.
This commit is contained in:
parent
3607b9b3e1
commit
cb5276773b
1 changed files with 5 additions and 5 deletions
|
@ -126,7 +126,7 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
|
|||
125,bone-club,1,5,65,20,85,0,10,2,32,10,5,10,5
|
||||
126,fire-blast,1,10,120,5,85,0,10,3,5,10,2,1,17
|
||||
127,waterfall,1,11,80,15,100,0,10,2,32,20,5,28,5
|
||||
128,clamp,1,11,35,10,85,0,10,2,43,100,5,24,5
|
||||
128,clamp,1,11,35,15,85,0,10,2,43,100,5,24,5
|
||||
129,swift,1,1,60,20,,0,11,3,18,,1,27,17
|
||||
130,skull-bash,1,1,100,15,100,0,10,2,146,100,5,4,6
|
||||
131,spike-cannon,1,1,20,15,100,0,10,2,30,,1,10,7
|
||||
|
@ -137,7 +137,7 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
|
|||
136,hi-jump-kick,1,2,130,10,90,0,10,2,46,,1,3,5
|
||||
137,glare,1,1,0,30,90,0,10,1,68,,5,5,19
|
||||
138,dream-eater,1,14,100,15,100,0,10,3,9,,4,8,20
|
||||
139,poison-gas,1,4,0,40,90,0,11,1,67,,4,33,5
|
||||
139,poison-gas,1,4,0,40,80,0,11,1,67,,4,33,5
|
||||
140,barrage,1,1,15,20,85,0,10,2,30,,5,12,7
|
||||
141,leech-life,1,7,20,15,100,0,10,2,4,,4,9,20
|
||||
142,lovely-kiss,1,1,0,10,75,0,10,1,2,,2,5,19
|
||||
|
@ -196,9 +196,9 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
|
|||
195,perish-song,2,1,0,5,,0,12,1,115,,2,14,10
|
||||
196,icy-wind,2,15,55,15,95,0,11,3,71,100,2,5,2
|
||||
197,detect,2,2,0,5,,4,7,1,112,,1,16,16
|
||||
198,bone-rush,2,5,25,10,80,0,10,2,30,,5,1,7
|
||||
198,bone-rush,2,5,25,10,90,0,10,2,30,,5,1,7
|
||||
199,lock-on,2,1,0,5,,0,10,1,95,,4,24,20
|
||||
200,outrage,2,16,120,15,100,0,8,2,28,,1,6,7
|
||||
200,outrage,2,16,120,10,100,0,8,2,28,,1,6,7
|
||||
201,sandstorm,2,6,0,10,,0,12,1,116,,5,21,13
|
||||
202,giga-drain,2,12,75,10,100,0,10,3,4,,4,10,20
|
||||
203,endure,2,1,0,10,,4,7,1,117,,5,16,13
|
||||
|
@ -362,7 +362,7 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
|
|||
361,healing-wish,4,14,0,10,,0,7,1,221,,3,,8
|
||||
362,brine,4,11,65,10,100,0,10,3,222,,4,,4
|
||||
363,natural-gift,4,1,1,15,100,0,10,2,223,,1,,18
|
||||
364,feint,4,1,50,10,100,2,10,2,224,,2,,16
|
||||
364,feint,4,1,30,10,100,2,10,2,224,,2,,16
|
||||
365,pluck,4,3,60,20,100,0,10,2,225,,3,,12
|
||||
366,tailwind,4,3,0,30,,0,4,1,226,,4,,1
|
||||
367,acupressure,4,1,0,30,,0,5,1,227,,1,,11
|
||||
|
|
|
Loading…
Reference in a new issue