Change Shadow moves' target to the usual "Selected Pokémon" rather than Me First's.

This commit is contained in:
Lynn "Zhorken" Vaughan 2014-03-16 22:09:55 -04:00
parent 955b48c17a
commit 10863c55e1

View file

@ -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,,,
613,oblivion-wing,6,3,80,10,100,0,10,3,353,,,,
616,lands-wrath,6,5,90,10,100,0,10,2,1,,,,
10001,shadow-rush,3,10002,55,,100,0,2,2,10001,,,,
10002,shadow-blast,3,10002,80,,100,0,2,3,44,,,,
10003,shadow-blitz,3,10002,40,,100,0,2,2,1,,,,
10004,shadow-bolt,3,10002,75,,100,0,2,3,7,10,,,
10005,shadow-break,3,10002,75,,100,0,2,2,1,,,,
10006,shadow-chill,3,10002,75,,100,0,2,3,6,10,,,
10007,shadow-end,3,10002,120,,60,0,2,2,10002,,,,
10008,shadow-fire,3,10002,75,,100,0,2,3,5,10,,,
10001,shadow-rush,3,10002,55,,100,0,10,2,10001,,,,
10002,shadow-blast,3,10002,80,,100,0,10,3,44,,,,
10003,shadow-blitz,3,10002,40,,100,0,10,2,1,,,,
10004,shadow-bolt,3,10002,75,,100,0,10,3,7,10,,,
10005,shadow-break,3,10002,75,,100,0,10,2,1,,,,
10006,shadow-chill,3,10002,75,,100,0,10,3,6,10,,,
10007,shadow-end,3,10002,120,,60,0,10,2,10002,,,,
10008,shadow-fire,3,10002,75,,100,0,10,3,5,10,,,
10009,shadow-rave,3,10002,70,,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,,,,

1 id identifier generation_id type_id power pp accuracy priority target_id damage_class_id effect_id effect_chance contest_type_id contest_effect_id super_contest_effect_id
610 612 power-up-punch 6 2 40 20 100 0 10 2 140 100
611 613 oblivion-wing 6 3 80 10 100 0 10 3 353
612 616 lands-wrath 6 5 90 10 100 0 10 2 1
613 10001 shadow-rush 3 10002 55 100 0 2 10 2 10001
614 10002 shadow-blast 3 10002 80 100 0 2 10 3 44
615 10003 shadow-blitz 3 10002 40 100 0 2 10 2 1
616 10004 shadow-bolt 3 10002 75 100 0 2 10 3 7 10
617 10005 shadow-break 3 10002 75 100 0 2 10 2 1
618 10006 shadow-chill 3 10002 75 100 0 2 10 3 6 10
619 10007 shadow-end 3 10002 120 60 0 2 10 2 10002
620 10008 shadow-fire 3 10002 75 100 0 2 10 3 5 10
621 10009 shadow-rave 3 10002 70 100 0 6 3 1
622 10010 shadow-storm 3 10002 95 100 0 6 3 1
623 10011 shadow-wave 3 10002 50 100 0 6 3 1