mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Moved damage classes to a separate table. #76
This commit is contained in:
parent
2853c3a42b
commit
c545fbf764
3 changed files with 484 additions and 474 deletions
pokedex/data/csv
4
pokedex/data/csv/move_damage_classes.csv
Normal file
4
pokedex/data/csv/move_damage_classes.csv
Normal file
|
@ -0,0 +1,4 @@
|
|||
id,name,description
|
||||
1,None,No damage
|
||||
2,Physical,"Physical damage, controlled by Attack and Defense"
|
||||
3,Special,"Special damage, controlled by Special Attack and Special Defense"
|
|
Loading…
Add table
Add a link
Reference in a new issue