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

@ -11,3 +11,5 @@ id,identifier
10,selected-pokemon
11,all-opponents
12,entire-field
13,user-and-allies
14,all-pokemon

1 id identifier
11 10 selected-pokemon
12 11 all-opponents
13 12 entire-field
14 13 user-and-allies
15 14 all-pokemon