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 @@ id,identifier
17,pulse
18,ballistics
19,mental
20,non-sky-battle

1 id identifier
18 17 pulse
19 18 ballistics
20 19 mental
21 20 non-sky-battle