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

Move English texts to language-specific tables

(See parent commit for rebasing instructions)
This commit is contained in:
Petr Viktorin 2011-03-12 18:05:37 +02:00 committed by Eevee
parent 625aa19fbd
commit a551feb785
99 changed files with 27367 additions and 22182 deletions
pokedex/data/csv

View file

@ -1,4 +1,4 @@
id,name,description
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"
id,identifier
1,non-damaging
2,physical
3,special

1 id name identifier description
2 1 non-damaging non-damaging No damage
3 2 physical physical Physical damage, controlled by Attack and Defense
4 3 special special Special damage, controlled by Special Attack and Special Defense