mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Rename the "none" damage class to "non-damaging".
Also decapitalize the classes' names, because they make sense that way and they're not among the things the games always capitalize.
This commit is contained in:
parent
87f8278c0c
commit
2aa7848b62
2 changed files with 4 additions and 4 deletions
pokedex/data/csv
|
@ -1,4 +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"
|
||||
1,non-damaging,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