1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00

Moved damage classes to a separate table.

This commit is contained in:
Eevee 2009-08-26 22:30:07 -07:00
parent 2853c3a42b
commit c545fbf764
3 changed files with 484 additions and 474 deletions
pokedex/data/csv

View 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"
1 id name description
2 1 None No damage
3 2 Physical Physical damage, controlled by Attack and Defense
4 3 Special Special damage, controlled by Special Attack and Special Defense