mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Correct Eerie Impulse's effect.
This commit is contained in:
parent
b9b39b0baa
commit
79acc09c4f
3 changed files with 3 additions and 1 deletions
|
@ -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.
|
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}."
|
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}.
|
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.
|
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."
|
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."
|
||||||
|
|
|
|
@ -346,6 +346,7 @@ id
|
||||||
366
|
366
|
||||||
367
|
367
|
||||||
368
|
368
|
||||||
|
369
|
||||||
10001
|
10001
|
||||||
10002
|
10002
|
||||||
10003
|
10003
|
||||||
|
|
|
|
@ -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,,,
|
595,mystical-fire,6,10,65,10,100,0,10,3,72,100,,,
|
||||||
596,spiky-shield,6,12,0,20,,4,7,1,362,,,,
|
596,spiky-shield,6,12,0,20,,4,7,1,362,,,,
|
||||||
597,aromatic-mist,6,18,0,20,100,0,4,1,363,,,,
|
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,,,,
|
599,venom-drench,6,4,0,20,100,0,10,1,364,,,,
|
||||||
600,powder,6,7,0,20,100,1,10,1,365,,,,
|
600,powder,6,7,0,20,100,1,10,1,365,,,,
|
||||||
601,geomancy,6,18,0,10,,0,7,1,366,,,,
|
601,geomancy,6,18,0,10,,0,7,1,366,,,,
|
||||||
|
|
|
Loading…
Reference in a new issue