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

A bunch of improvements to ability effects and changelogs.

This commit is contained in:
Lynn "Zhorken" Vaughan 2011-09-21 16:27:37 -04:00
parent 36dfe7555e
commit aa0119f4c6
3 changed files with 136 additions and 80 deletions

View file

@ -37,8 +37,16 @@ ability_changelog_id,local_language_id,effect
36,9,Has no overworld effect.
37,9,Has no overworld effect.
38,9,[Poison]{mechanic:poison} still damages the Pokémon outside of battle.
39,9,"Paralysis cannot prevent the Pokémon from moving, though the [Speed]{mechanic:speed} cut is unaffected."
39,9,"[Paralysis]{mechanic:paralysis} cannot prevent the Pokémon from moving, though the [Speed]{mechanic:speed} cut is unaffected. [Poison]{mechanic:poison} still damages the Pokémon outside of battle."
40,9,"Due to a glitch, moves affected by this ability have a (100 - accuracy)% chance to hit through []{move:detect} or []{move:protect}."
41,9,[]{move:rest} works as usual during [strong sunlight]{mechanic:strong-sunlight}.
42,9,[]{move:fling} can be used as usual.
43,9,Redirects []{type:water} moves without negating them or granting any [Special Attack]{mechanic:special-attack} boost. Does not redirect []{move:hidden-power}.
44,9,Can copy []{ability:flower-gift} and []{ability:wonder-guard}.
45,9,Can copy []{ability:forecast} and []{ability:trace}.
46,9,Powers up only when paired with []{ability:minus}.
47,9,Powers up only when paired with []{ability:plus}.
48,9,Chance of taking effect is 30%.
49,9,[]{move:triple-kick} is unaffected.
50,9,[]{move:struggle} is unaffected. []{move:helping-hand} and []{move:defense-curl} are not taken into account.
51,9,Has no overworld effect.

1 ability_changelog_id local_language_id effect
37 36 9 Has no overworld effect.
38 37 9 Has no overworld effect.
39 38 9 [Poison]{mechanic:poison} still damages the Pokémon outside of battle.
40 39 9 Paralysis cannot prevent the Pokémon from moving, though the [Speed]{mechanic:speed} cut is unaffected. [Paralysis]{mechanic:paralysis} cannot prevent the Pokémon from moving, though the [Speed]{mechanic:speed} cut is unaffected. [Poison]{mechanic:poison} still damages the Pokémon outside of battle.
41 40 9 Due to a glitch, moves affected by this ability have a (100 - accuracy)% chance to hit through []{move:detect} or []{move:protect}.
42 41 9 []{move:rest} works as usual during [strong sunlight]{mechanic:strong-sunlight}.
43 42 9 []{move:fling} can be used as usual.
44 43 9 Redirects []{type:water} moves without negating them or granting any [Special Attack]{mechanic:special-attack} boost. Does not redirect []{move:hidden-power}.
45 44 9 Can copy []{ability:flower-gift} and []{ability:wonder-guard}.
46 45 9 Can copy []{ability:forecast} and []{ability:trace}.
47 46 9 Powers up only when paired with []{ability:minus}.
48 47 9 Powers up only when paired with []{ability:plus}.
49 48 9 Chance of taking effect is 30%.
50 49 9 []{move:triple-kick} is unaffected.
51 50 9 []{move:struggle} is unaffected. []{move:helping-hand} and []{move:defense-curl} are not taken into account.
52 51 9 Has no overworld effect.