veekun_pokedex/pokedex/data/csv/move_target_prose.csv
Lynn "Zhorken" Vaughan c13ba0e58a 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
2014-05-19 22:10:09 -04:00

16 lines
964 B
Plaintext

move_target_id,local_language_id,name,description
1,9,Specific move,One specific move. How this move is chosen depends upon on the move being used.
2,9,Selected Pokémon,"One other Pokémon on the field, selected by the trainer. Stolen moves reuse the same target."
3,9,Ally,The user's ally (if any).
4,9,User's field,The user's side of the field. Affects the user and its ally (if any).
5,9,User or ally,"Either the user or its ally, selected by the trainer."
6,9,Opponent's field,The opposing side of the field. Affects opposing Pokémon.
7,9,User,The user.
8,9,Random opponent,"One opposing Pokémon, selected at random."
9,9,All other Pokémon,Every other Pokémon on the field.
10,9,Selected Pokémon,"One other Pokémon on the field, selected by the trainer."
11,9,All opponents,All opposing Pokémon.
12,9,Entire field,The entire field. Affects all Pokémon.
13,9,User and allies,The user and its allies.
14,9,All Pokémon,Every Pokémon on the field.