mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Change Shadow moves' target to the usual "Selected Pokémon" rather than Me First's.
This commit is contained in:
parent
955b48c17a
commit
10863c55e1
1 changed files with 8 additions and 8 deletions
|
@ -610,14 +610,14 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
|
||||||
612,power-up-punch,6,2,40,20,100,0,10,2,140,100,,,
|
612,power-up-punch,6,2,40,20,100,0,10,2,140,100,,,
|
||||||
613,oblivion-wing,6,3,80,10,100,0,10,3,353,,,,
|
613,oblivion-wing,6,3,80,10,100,0,10,3,353,,,,
|
||||||
616,lands-wrath,6,5,90,10,100,0,10,2,1,,,,
|
616,lands-wrath,6,5,90,10,100,0,10,2,1,,,,
|
||||||
10001,shadow-rush,3,10002,55,,100,0,2,2,10001,,,,
|
10001,shadow-rush,3,10002,55,,100,0,10,2,10001,,,,
|
||||||
10002,shadow-blast,3,10002,80,,100,0,2,3,44,,,,
|
10002,shadow-blast,3,10002,80,,100,0,10,3,44,,,,
|
||||||
10003,shadow-blitz,3,10002,40,,100,0,2,2,1,,,,
|
10003,shadow-blitz,3,10002,40,,100,0,10,2,1,,,,
|
||||||
10004,shadow-bolt,3,10002,75,,100,0,2,3,7,10,,,
|
10004,shadow-bolt,3,10002,75,,100,0,10,3,7,10,,,
|
||||||
10005,shadow-break,3,10002,75,,100,0,2,2,1,,,,
|
10005,shadow-break,3,10002,75,,100,0,10,2,1,,,,
|
||||||
10006,shadow-chill,3,10002,75,,100,0,2,3,6,10,,,
|
10006,shadow-chill,3,10002,75,,100,0,10,3,6,10,,,
|
||||||
10007,shadow-end,3,10002,120,,60,0,2,2,10002,,,,
|
10007,shadow-end,3,10002,120,,60,0,10,2,10002,,,,
|
||||||
10008,shadow-fire,3,10002,75,,100,0,2,3,5,10,,,
|
10008,shadow-fire,3,10002,75,,100,0,10,3,5,10,,,
|
||||||
10009,shadow-rave,3,10002,70,,100,0,6,3,1,,,,
|
10009,shadow-rave,3,10002,70,,100,0,6,3,1,,,,
|
||||||
10010,shadow-storm,3,10002,95,,100,0,6,3,1,,,,
|
10010,shadow-storm,3,10002,95,,100,0,6,3,1,,,,
|
||||||
10011,shadow-wave,3,10002,50,,100,0,6,3,1,,,,
|
10011,shadow-wave,3,10002,50,,100,0,6,3,1,,,,
|
||||||
|
|
|
Loading…
Reference in a new issue