mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Fifth move flag is Mirror-Move-able, NOT rolls-accuracy. #350
This commit is contained in:
parent
cf72e1db36
commit
dcce426656
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@ id,identifier,name,description
|
||||||
2,protect,Blocked by Detect and Protect,This move will not work if the target has used [Detect]{move} or [Protect]{move} this turn.
|
2,protect,Blocked by Detect and Protect,This move will not work if the target has used [Detect]{move} or [Protect]{move} this turn.
|
||||||
3,reflect,Reflectable with Magic Coat,This move will be reflected back at the user if the target has used [Magic Coat]{move} this turn.
|
3,reflect,Reflectable with Magic Coat,This move will be reflected back at the user if the target has used [Magic Coat]{move} this turn.
|
||||||
4,snatch,Snatchable,This move will be stolen if another Pokémon has used [Snatch]{move} this turn.
|
4,snatch,Snatchable,This move will be stolen if another Pokémon has used [Snatch]{move} this turn.
|
||||||
5,accuracy,Rolls accuracy,This move is affected by [accuracy]{mechanic} and [evasion]{mechanic} modifiers.
|
5,mirror,Copied by Mirror Move,A Pokémon targeted by this move can use [Mirror Move]{move} to copy it.
|
||||||
6,flinch,Flinches with King's Rock,A held [King's Rock]{item} gives this move an 11.7% chance to make the target [flinch]{mechanic}.
|
6,flinch,Flinches with King's Rock,A held [King's Rock]{item} gives this move an 11.7% chance to make the target [flinch]{mechanic}.
|
||||||
|
|
|
Loading…
Reference in a new issue