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

Implement move effect changelog; misc move fixes.

This commit is contained in:
Brigit Lemanski 2010-12-07 20:23:14 -05:00
parent 9b9223e3a3
commit 42142f90a0
5 changed files with 37 additions and 19 deletions

View file

@ -0,0 +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,33,"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}."
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 33 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}.