1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00

Rerip move stats.

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
This commit is contained in:
Lynn "Zhorken" Vaughan 2014-05-19 21:41:39 -04:00
parent 2626cf6304
commit c13ba0e58a
8 changed files with 247 additions and 46 deletions
pokedex/data/csv

View file

@ -18,3 +18,4 @@ move_flag_id,local_language_id,name,description
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:bulletproof}.
19,9,Mental effects,This move is blocked by []{ability:aroma-veil} and cured by []{item:mental-herb}.
20,9,Unusable during Sky Battles,This move is unusable during Sky Battles.

1 move_flag_id local_language_id name description
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.