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_method_prose.csv
Normal file
8
pokedex/data/csv/encounter_method_prose.csv
Normal file
|
@ -0,0 +1,8 @@
|
|||
encounter_method_id,local_language_id,name
|
||||
1,9,Walking in tall grass or a cave
|
||||
2,9,Fishing with an Old Rod
|
||||
3,9,Fishing with a Good Rod
|
||||
4,9,Fishing with a Super Rod
|
||||
5,9,Surfing
|
||||
6,9,Smashing rocks
|
||||
7,9,Headbutting trees
|
|
Loading…
Add table
Add a link
Reference in a new issue