Fixed description for one-Pokémon targeting, and effect for Me First. #135
authorEevee <git@veekun.com>
Mon, 19 Apr 2010 06:37:53 +0000 (23:37 -0700)
committerEevee <git@veekun.com>
Mon, 19 Apr 2010 06:38:35 +0000 (23:38 -0700)
pokedex/data/csv/move_effects.csv
pokedex/data/csv/move_targets.csv

index 2111dc1..8f82dfd 100644 (file)
@@ -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.
index 97c8d3c..71c99e7 100644 (file)
@@ -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.