From ee6df6ce9cf56afa4fe5fe24a7cb6fa2c474ce99 Mon Sep 17 00:00:00 2001 From: Eevee Date: Sun, 18 Apr 2010 23:37:53 -0700 Subject: [PATCH] =?utf8?q?Fixed=20description=20for=20one-Pok=C3=A9mon=20t?= =?utf8?q?argeting,=20and=20effect=20for=20Me=20First.=20=20#135?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- pokedex/data/csv/move_effects.csv | 4 +++- pokedex/data/csv/move_targets.csv | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pokedex/data/csv/move_effects.csv b/pokedex/data/csv/move_effects.csv index 2111dc1..8f82dfd 100644 --- a/pokedex/data/csv/move_effects.csv +++ b/pokedex/data/csv/move_effects.csv @@ -775,7 +775,9 @@ This effect is passed on by :move:`Baton Pass`." This effect is passed on by :move:`Baton Pass`." 241,0,Prevents the target from scoring critical hits for five turns.,"For five turns, opposing Pokémon cannot get :mechanic:`critical hit`\ s." -242,0,"Uses the target's move against it before it attacks, with power increased by half.","If the target would use a damaging move this turn and the user acts first, the user will steal the target's move and use it against a random opponent with a 50% increase in power. +242,0,"Uses the target's move against it before it attacks, with power increased by half.","If the target has selected a damaging move this turn, the user will copy that move and use it against the target, with a 50% increase in power. + +If the target moves before the user, this move will fail. This move cannot be copied by :move:`Mirror Move`, nor selected by :move:`Assist`, :move:`Metronome`, or :move:`Sleep Talk`." 243,0,Uses the target's last used move.,"Uses the last move that was used successfully by any Pokémon, including the user. diff --git a/pokedex/data/csv/move_targets.csv b/pokedex/data/csv/move_targets.csv index 97c8d3c..71c99e7 100644 --- a/pokedex/data/csv/move_targets.csv +++ b/pokedex/data/csv/move_targets.csv @@ -1,6 +1,6 @@ id,name,description 1,Specific move,One specific move. How this move is chosen depends upon on the move being used. -2,Selected opponent,"One opposing Pokémon, selected by the trainer. Stolen moves with multiple targets select an opponent at random." +2,Selected Pokémon,"One other Pokémon on the field, selected by the trainer. Stolen moves reuse the same target." 3,Ally,The user's ally (if any). 4,User's field,The user's side of the field. Affects the user and its ally (if any). 5,User or ally,"Either the user or its ally, selected by the trainer." @@ -8,6 +8,6 @@ id,name,description 7,User,The user. 8,Random opponent,"One opposing Pokémon, selected at random." 9,All other Pokémon,Every other Pokémon on the field. -10,Selected opponent,"One opposing Pokémon, selected by the trainer." +10,Selected Pokémon,"One other Pokémon on the field, selected by the trainer." 11,All opponents,All opposing Pokémon. 12,Entire field,The entire field. Affects all Pokémon. -- 2.7.4