From 2e5d4afe0167c67844868b518c16348b697c30c4 Mon Sep 17 00:00:00 2001 From: Eevee Date: Mon, 29 Aug 2011 19:15:20 -0700 Subject: [PATCH] Glaciate lowers Speed by one, not two. #629 --- pokedex/data/csv/move_effect_prose.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokedex/data/csv/move_effect_prose.csv b/pokedex/data/csv/move_effect_prose.csv index e0818c4..d0dc7e7 100644 --- a/pokedex/data/csv/move_effect_prose.csv +++ b/pokedex/data/csv/move_effect_prose.csv @@ -987,7 +987,7 @@ If the target is under the effect of []{move:ingrain} or []{ability:suction-cups 329,9,Raises the user's Defense by three stages.,Raises the user's [Defense]{mechanic:defense} by three [stages]{mechanic:stage}. 330,9,Has a $effect_chance% chance to put the target to sleep.,"Inflicts [regular damage]{mechanic:regular-damage}. Has a $effect_chance% chance to put the target to [sleep]{mechanic:sleep}. If the user is a []{pokemon:meloetta}, it will toggle between Aria and Pirouette Forme." -331,9,Lowers the target's Speed by two stages.,Inflicts [regular damage]{mechanic:regular-damage}. Lowers the target's [Speed]{mechanic:speed} by two [stages]{mechanic:stage}. +331,9,Lowers the target's Speed by one stage.,Inflicts [regular damage]{mechanic:regular-damage}. Lowers the target's [Speed]{mechanic:speed} by one [stage]{mechanic:stage}. 332,9,Requires a turn to charge before attacking. Has a $effect_chance% chance to paralyze the target.,Inflicts [regular damage]{mechanic:regular-damage}. Has a $effect_chance% chance to [paralyze]{mechanic:paralysis} the target. User charges for one turn before attacking. 333,9,Requires a turn to charge before attacking. Has a $effect_chance% chance to [burn]{mechanic:burn} the target.,Inflicts [regular damage]{mechanic:regular-damage}. Has a $effect_chance% chance to [burn]{mechanic:burn} the target. User charges for one turn before attacking. 335,9,"Lowers the user's Defense, Special Defense, and Speed by one stage each.","Inflicts [regular damage]{mechanic:regular-damage}. Lowers the user's [Defense]{mechanic:defense}, [Special Defense]{mechanic:special-defense}, and [Speed]{mechanic:speed} by one [stage]{mechanic:stage} each."