mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Moved CSV sources into pokedex/.
This appears to be the only way to make data access in eggs actually work, and is why the Platinum sprites are in pokedex/ too.
This commit is contained in:
parent
d0aea28639
commit
77ee4eb8a0
25 changed files with 2 additions and 1 deletions
pokedex/data/csv
13
pokedex/data/csv/move_targets.csv
Normal file
13
pokedex/data/csv/move_targets.csv
Normal file
|
@ -0,0 +1,13 @@
|
|||
id,name,description
|
||||
1,Specific move,One specific move. How this move is chosen depends upon on the move being used.
|
||||
2,Selected opponent,"One opposing Pokémon, selected by the trainer. Stolen single-target moves target an opponent at random."
|
||||
3,Ally,The user's ally (if any).
|
||||
4,User and ally,The user and its ally (if any).
|
||||
5,User or ally,"Either the user or its ally, selected by the trainer."
|
||||
6,Opponent's field,The opposing trainer's side of the field.
|
||||
7,User,The user.
|
||||
8,Random opponent,"One opposing Pokémon, selected at random."
|
||||
9,All other Pokémon,Every other Pokémon on the field.
|
||||
10,Selected opponent,"One opposing Pokémon, selected by the trainer."
|
||||
11,All opponents,All opposing Pokémon.
|
||||
12,All Pokémon,All Pokémon on the field.
|
|
Loading…
Add table
Add a link
Reference in a new issue