mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
c13ba0e58a
Notes: - I left all the flags surskitty added alone (powder, bite, pulse, ballistics, and mental) because they don't seem to be in with the other move flags. The only new flags are the Sky Battle one that I added, and a mystery one, which I didn't add — http://pastebin.com/K27Vk95J - move_meta_* is a mess and I don't like it but X/Y seem to have all the same move meta as B/W did so I updated it for the time being - I didn't update effect_id because I'd have to sort out all the new effects that I added manually and that sounds like a bigger endeavour
2 KiB
2 KiB
1 | move_flag_id | local_language_id | name | description |
---|---|---|---|---|
2 | 1 | 9 | Makes contact | User touches the target. This triggers some abilities (e.g., []{ability:static}) and items (e.g., []{item:sticky-barb}). |
3 | 2 | 9 | Has a charging turn | This move has a charging turn that can be skipped with a []{item:power-herb}. |
4 | 3 | 9 | Must recharge | The turn after this move is used, the Pokémon's action is skipped so it can recharge. |
5 | 4 | 9 | Blocked by Detect and Protect | This move will not work if the target has used []{move:detect} or []{move:protect} this turn. |
6 | 5 | 9 | Reflectable | This move may be reflected back at the user with []{move:magic-coat} or []{ability:magic-bounce}. |
7 | 6 | 9 | Snatchable | This move will be stolen if another Pokémon has used []{move:snatch} this turn. |
8 | 7 | 9 | Copied by Mirror Move | A Pokémon targeted by this move can use []{move:mirror-move} to copy it. |
9 | 8 | 9 | Punch-based | This move has 1.2× its usual power when used by a Pokémon with []{ability:iron-fist}. |
10 | 9 | 9 | Sound-based | Pokémon with []{ability:soundproof} are immune to this move. |
11 | 10 | 9 | Unusable during Gravity | This move cannot be used in high []{move:gravity}. |
12 | 11 | 9 | Defrosts when used | This move can be used while frozen to force the Pokémon to defrost. |
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 | 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:bulletproof}. |
20 | 19 | 9 | Mental effects | This move is blocked by []{ability:aroma-veil} and cured by []{item:mental-herb}. |
21 | 20 | 9 | Unusable during Sky Battles | This move is unusable during Sky Battles. |