mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Add new flags (powder, pulse, ballistics, bite, mental)
This commit is contained in:
parent
d51fe2d834
commit
92f75858c7
2 changed files with 10 additions and 0 deletions
|
@ -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}.
|
||||||
|
|
|
|
@ -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
|
||||||
|
|
|
Loading…
Reference in a new issue