Correct powder move flag to include overcoat.

This commit is contained in:
surskitty 2013-11-21 21:56:15 -05:00
parent 525bbfc971
commit 20e211fac6

View file

@ -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." 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}. 13,9,Heals,This move is blocked by []{move:heal-block}.
14,9,Ignores Substitute,This move ignores the target's []{move:substitute}. 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}. 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}. 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}. 18,9,Ballistics-based,This move is blocked by []{ability:bulletpoof}.

1 move_flag_id local_language_id name description
13 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.
14 13 9 Heals This move is blocked by []{move:heal-block}.
15 14 9 Ignores Substitute This move ignores the target's []{move:substitute}.
16 15 9 Powder-based This move has no effect on []{type:grass}-type Pokémon. Pokémon with []{ability:overcoat} and []{type:grass}-type Pokémon are immune to this move.
17 16 9 Jaw-based This move has 1.5× its usual power when used by a Pokémon with []{ability:strong-jaw}.
18 17 9 Pulse-based This move has 1.5× its usual power when used by a Pokémon with []{ability:mega-launcher}.
19 18 9 Ballistics-based This move is blocked by []{ability:bulletpoof}.