From 96351b8a555eea73301967d53c959f6afaa41d9b Mon Sep 17 00:00:00 2001 From: Eevee Date: Fri, 16 Apr 2010 17:49:22 -0700 Subject: [PATCH] Made Encore effect a bit more accurate. --- pokedex/data/csv/move_effects.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokedex/data/csv/move_effects.csv b/pokedex/data/csv/move_effects.csv index ad665da..315d783 100644 --- a/pokedex/data/csv/move_effects.csv +++ b/pokedex/data/csv/move_effects.csv @@ -162,7 +162,7 @@ This move cannot be used while :move:`Gravity` is in effect." 90,-5,Inflicts twice the damage the user received from the last physical hit it took.,"Targets the last opposing Pokémon to hit the user with a :mechanic:`physical` move this turn. Inflicts twice the damage that move did to the user. If there is no eligible target, this move will :mechanic:`fail`. Type immunity applies, but other type effects are ignored. This move cannot be copied by :move:`Mirror Move`, nor selected by :move:`Assist` or :move:`Metronome`." -91,0,Forces the target to repeat its last used move every turn for 2 to 6 turns.,"Forces the target to repeat its last used move for 4–8 turns, selected at random. If the selected move allows the trainer to select a target, an opponent will be selected at random each turn. If the target is prevented from using the selected move by some other effect, :move:`Struggle` will be used instead. This effect ends if the selected move runs out of :mechanic:`PP`. +91,0,Forces the target to repeat its last used move every turn for 2 to 6 turns.,"The next 4–8 times (selected at random) the target attempts to move, it is forced to repeat its last used move. If the selected move allows the trainer to select a target, an opponent will be selected at random each turn. If the target is prevented from using the selected move by some other effect, :move:`Struggle` will be used instead. This effect ends if the selected move runs out of :mechanic:`PP`. If the target hasn't used a move since entering the :mechanic:`field`, if it tried to use a move this turn and :mechanic:`failed`, if it does not know the selected move, or if the selected move has 0 :mechanic:`PP` remaining, this move will fail. If the target's last used move was :move:`Encore`, :move:`Mimic`, :move:`Mirror Move`, :move:`Sketch`, :move:`Struggle`, or :move:`Transform`, this move will fail." 92,0,Sets the user's and targets's HP to the average of their current HP.,"Changes the user's and target's remaining :mechanic:`HP` to the average of their current remaining :mechanic:`HP`. Ignores :mechanic:`accuracy` and :mechanic:`evasion` modifiers. This effect does not count as inflicting damage for other moves and effects that respond to damage taken. -- 2.7.4