From 6758d9acde761c0f94a3285386fff7449389643c Mon Sep 17 00:00:00 2001 From: a_magical_me Date: Sun, 6 Feb 2011 00:16:55 -0800 Subject: [PATCH] Load/dump dance. --- pokedex/data/csv/move_effect_changelog.csv | 18 +++++++++--------- pokedex/data/csv/pokemon_flavor_text.csv | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pokedex/data/csv/move_effect_changelog.csv b/pokedex/data/csv/move_effect_changelog.csv index a5bf1a4..f9e9822 100644 --- a/pokedex/data/csv/move_effect_changelog.csv +++ b/pokedex/data/csv/move_effect_changelog.csv @@ -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}. diff --git a/pokedex/data/csv/pokemon_flavor_text.csv b/pokedex/data/csv/pokemon_flavor_text.csv index 8a5aed6..a99ca42 100644 --- a/pokedex/data/csv/pokemon_flavor_text.csv +++ b/pokedex/data/csv/pokemon_flavor_text.csv @@ -20669,4 +20669,4 @@ shaped all there is in this world." 493,16,"According to the legends of Sinnoh, this Pokémon emerged from an egg and shaped all there is in this world." -517,17,"any dream munna eats is completely forgotten. it's always floating in the air." +517,17,any dream munna eats is completely forgotten. it's always floating in the air. -- 2.7.4