mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Fixed description for one-Pokémon targeting, and effect for Me First. #135
This commit is contained in:
parent
7e73884d0c
commit
954d997b0e
2 changed files with 5 additions and 3 deletions
|
@ -775,7 +775,9 @@ This effect is passed on by :move:`Baton Pass`."
|
||||||
|
|
||||||
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."
|
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`."
|
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.
|
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,6 +1,6 @@
|
||||||
id,name,description
|
id,name,description
|
||||||
1,Specific move,One specific move. How this move is chosen depends upon on the move being used.
|
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).
|
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).
|
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."
|
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.
|
7,User,The user.
|
||||||
8,Random opponent,"One opposing Pokémon, selected at random."
|
8,Random opponent,"One opposing Pokémon, selected at random."
|
||||||
9,All other Pokémon,Every other Pokémon on the field.
|
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.
|
11,All opponents,All opposing Pokémon.
|
||||||
12,Entire field,The entire field. Affects all Pokémon.
|
12,Entire field,The entire field. Affects all Pokémon.
|
||||||
|
|
|
Loading…
Reference in a new issue