mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Rename terrain => method. #375
They aren't actually terrains, and i need that name for another table.
This commit is contained in:
parent
03813bd765
commit
c9a3ceb88f
5 changed files with 29 additions and 29 deletions
pokedex/data/csv
8
pokedex/data/csv/encounter_methods.csv
Normal file
8
pokedex/data/csv/encounter_methods.csv
Normal file
|
@ -0,0 +1,8 @@
|
|||
id,identifier
|
||||
1,walk
|
||||
2,old-rod
|
||||
3,good-rod
|
||||
4,super-rod
|
||||
5,surf
|
||||
6,rock-smash
|
||||
7,headbutt
|
|
Loading…
Add table
Add a link
Reference in a new issue