Add new flags (powder, pulse, ballistics, bite, mental)

This commit is contained in:
surskitty 2013-11-21 20:12:53 -05:00
parent d51fe2d834
commit 92f75858c7
2 changed files with 10 additions and 0 deletions

View file

@ -13,3 +13,8 @@ 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.
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}.
19,9,Mental effects,This move is blocked by []{ability:aroma-veil} and cured by []{item:mental-herb}.

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.
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}.
20 19 9 Mental effects This move is blocked by []{ability:aroma-veil} and cured by []{item:mental-herb}.

View file

@ -13,3 +13,8 @@ id,identifier
12,distance 12,distance
13,heal 13,heal
14,authentic 14,authentic
15,powder
16,bite
17,pulse
18,ballistics
19,mental

1 id identifier
13 12 distance
14 13 heal
15 14 authentic
16 15 powder
17 16 bite
18 17 pulse
19 18 ballistics
20 19 mental