Correct Eerie Impulse's effect.

This commit is contained in:
Lynn "Zhorken" Vaughan 2013-11-23 09:30:40 -05:00
parent b9b39b0baa
commit 79acc09c4f
3 changed files with 3 additions and 1 deletions

View file

@ -1036,6 +1036,7 @@ Changes []{move:nature-power} to []{move:moonblast}."
368,9,"For five turns, prevents Pokémon on the ground from sleeping and strengthens their []{type:electric} moves to 1.5× their power.","For five turns, prevents Pokémon on the ground from sleeping and strengthens their []{type:electric} moves to 1.5× their power.
Changes []{move:nature-power} to []{move:thunderbolt}."
369,9,Lowers the target's Special Attack by two stages.,Lowers the target's Special Attack by two stages.
10001,9,Has an increased chance for a critical hit in Hyper Mode.,Inflicts [regular damage]{mechanic:regular-damage}. User's [critical hit]{mechanic:critical-hit} rate is one level higher when using this move while in [hyper mode]{mechanic:hyper-mode}.
10002,9,User receives 1/2 its HP in recoil.,Inflicts [regular damage]{mechanic:regular-damage}. User takes 1/2 of its current [HP]{mechanic:hp} in recoil.
10003,9,Halves HP of all Pokémon on the field. Must recharge,"Halves [HP]{mechanic:hp} of all Pokémon on the field. User loses its next turn to ""recharge"", and cannot attack or [switch]{mechanic:switch} out during that turn."

1 move_effect_id local_language_id short_effect effect
1036
1037
1038
1039
1040
1041
1042

View file

@ -346,6 +346,7 @@ id
366
367
368
369
10001
10002
10003

1 id
346 366
347 367
348 368
349 369
350 10001
351 10002
352 10003

View file

@ -593,7 +593,7 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
595,mystical-fire,6,10,65,10,100,0,10,3,72,100,,,
596,spiky-shield,6,12,0,20,,4,7,1,362,,,,
597,aromatic-mist,6,18,0,20,100,0,4,1,363,,,,
598,eerie-impulse,6,13,0,15,100,0,10,1,59,,,,
598,eerie-impulse,6,13,0,15,100,0,10,1,369,,,,
599,venom-drench,6,4,0,20,100,0,10,1,364,,,,
600,powder,6,7,0,20,100,1,10,1,365,,,,
601,geomancy,6,18,0,10,,0,7,1,366,,,,

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
593 595 mystical-fire 6 10 65 10 100 0 10 3 72 100
594 596 spiky-shield 6 12 0 20 4 7 1 362
595 597 aromatic-mist 6 18 0 20 100 0 4 1 363
596 598 eerie-impulse 6 13 0 15 100 0 10 1 59 369
597 599 venom-drench 6 4 0 20 100 0 10 1 364
598 600 powder 6 7 0 20 100 1 10 1 365
599 601 geomancy 6 18 0 10 0 7 1 366