1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00

Load/dump dance.

This commit is contained in:
a_magical_me 2011-02-06 00:16:55 -08:00
parent 6c11455b28
commit 2079cccb72
2 changed files with 10 additions and 10 deletions

View file

@ -1,13 +1,13 @@
effect_id,changed_in_version_group_id,effect
8,11,"Halves the target's [Defense]{mechanic} for damage calculation, which is similar to doubling the attack's [power]{mechanic}."
29,3,"Does nothing in trainer battles."
38,8,"Works while asleep through [Sleep Talk]{move} if not at full health."
29,3,Does nothing in trainer battles.
38,8,Works while asleep through [Sleep Talk]{move} if not at full health.
46,3,"If this move misses, the user takes 1 point of damage in recoil."
46,11,"If this move misses, the user takes half of the damage it would have inflicted in recoil."
84,3,"Can call any move except for [Struggle]{move} and itself."
109,11,"Raises evasion by one stage."
161,8,"Did not raise [Defense]{mechanic} or [Special Defense]{mechanic}."
175,8,"Did not raise the user's [Special Defense]{mechanic}."
180,11,"Healed replacement Pokémon by half of their max HP."
255,3,"Inflicts [normal]{type}-type damage and the user receives 1/2 of damage dealt in recoil."
274,11,"Ignores [Wonder Guard]{ability}."
84,3,Can call any move except for [Struggle]{move} and itself.
109,11,Raises evasion by one stage.
161,8,Did not raise [Defense]{mechanic} or [Special Defense]{mechanic}.
175,8,Did not raise the user's [Special Defense]{mechanic}.
180,11,Healed replacement Pokémon by half of their max HP.
255,3,Inflicts [normal]{type}-type damage and the user receives 1/2 of damage dealt in recoil.
274,11,Ignores [Wonder Guard]{ability}.

1 effect_id changed_in_version_group_id effect
2 8 11 Halves the target's [Defense]{mechanic} for damage calculation, which is similar to doubling the attack's [power]{mechanic}.
3 29 3 Does nothing in trainer battles.
4 38 8 Works while asleep through [Sleep Talk]{move} if not at full health.
5 46 3 If this move misses, the user takes 1 point of damage in recoil.
6 46 11 If this move misses, the user takes half of the damage it would have inflicted in recoil.
7 84 3 Can call any move except for [Struggle]{move} and itself.
8 109 11 Raises evasion by one stage.
9 161 8 Did not raise [Defense]{mechanic} or [Special Defense]{mechanic}.
10 175 8 Did not raise the user's [Special Defense]{mechanic}.
11 180 11 Healed replacement Pokémon by half of their max HP.
12 255 3 Inflicts [normal]{type}-type damage and the user receives 1/2 of damage dealt in recoil.
13 274 11 Ignores [Wonder Guard]{ability}.