mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Scary Face changed from 90% to 100% accuracy in B/W.
This commit is contained in:
parent
29324e39af
commit
690a64cbf7
2 changed files with 2 additions and 1 deletions
|
@ -52,6 +52,7 @@ move_id,changed_in_version_group_id,type_id,power,pp,accuracy,effect_id,effect_c
|
|||
170,11,,,40,,,
|
||||
174,11,10001,,,,,
|
||||
178,11,,,,85,,
|
||||
184,11,,,,90,,
|
||||
192,8,,100,,,,
|
||||
200,8,,90,,,,
|
||||
202,8,,,5,,,
|
||||
|
|
|
|
@ -182,7 +182,7 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
|
|||
181,powder-snow,2,15,40,25,100,0,11,3,6,10,2,1,5
|
||||
182,protect,2,1,0,10,,4,7,1,112,,3,15,16
|
||||
183,mach-punch,2,2,40,30,100,1,10,2,104,,1,30,1
|
||||
184,scary-face,2,1,0,10,90,0,10,1,61,,5,10,2
|
||||
184,scary-face,2,1,0,10,100,0,10,1,61,,5,10,2
|
||||
185,faint-attack,2,17,60,20,,0,10,2,18,,4,27,18
|
||||
186,sweet-kiss,2,1,0,10,75,0,10,1,50,,3,18,19
|
||||
187,belly-drum,2,1,0,10,,0,7,1,143,,3,32,11
|
||||
|
|
|
Loading…
Reference in a new issue