mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Correct powder move flag to include overcoat.
This commit is contained in:
parent
525bbfc971
commit
20e211fac6
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ move_flag_id,local_language_id,name,description
|
|||
12,9,Targets opposite side in triples,"In triple battles, this move can be used on either side to target the farthest away opposing Pokémon."
|
||||
13,9,Heals,This move is blocked by []{move:heal-block}.
|
||||
14,9,Ignores Substitute,This move ignores the target's []{move:substitute}.
|
||||
15,9,Powder-based,This move has no effect on []{type:grass}-type Pokémon.
|
||||
15,9,Powder-based,Pokémon with []{ability:overcoat} and []{type:grass}-type Pokémon are immune to this move.
|
||||
16,9,Jaw-based,This move has 1.5× its usual power when used by a Pokémon with []{ability:strong-jaw}.
|
||||
17,9,Pulse-based,This move has 1.5× its usual power when used by a Pokémon with []{ability:mega-launcher}.
|
||||
18,9,Ballistics-based,This move is blocked by []{ability:bulletpoof}.
|
||||
|
|
|
Loading…
Reference in a new issue