Fixed description for one-Pokémon targeting, and effect for Me First. #135

This commit is contained in:
Eevee 2010-04-18 23:37:53 -07:00
parent 7e73884d0c
commit 954d997b0e
2 changed files with 5 additions and 3 deletions

View 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.

1 id priority short_effect effect
775
776
777
778
779
780
781
782
783

View 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.

1 id name description
2 1 Specific move One specific move. How this move is chosen depends upon on the move being used.
3 2 Selected opponent Selected Pokémon One opposing Pokémon, selected by the trainer. Stolen moves with multiple targets select an opponent at random. One other Pokémon on the field, selected by the trainer. Stolen moves reuse the same target.
4 3 Ally The user's ally (if any).
5 4 User's field The user's side of the field. Affects the user and its ally (if any).
6 5 User or ally Either the user or its ally, selected by the trainer.
8 7 User The user.
9 8 Random opponent One opposing Pokémon, selected at random.
10 9 All other Pokémon Every other Pokémon on the field.
11 10 Selected opponent Selected Pokémon One opposing Pokémon, selected by the trainer. One other Pokémon on the field, selected by the trainer.
12 11 All opponents All opposing Pokémon.
13 12 Entire field The entire field. Affects all Pokémon.