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

language_id -> local_language_id

This commit is contained in:
Eevee 2011-03-28 19:12:30 -07:00
parent 93a85f020f
commit f24702b7a9
50 changed files with 60 additions and 69 deletions

View file

@ -1,4 +1,4 @@
move_damage_class_id,language_id,name,description
move_damage_class_id,local_language_id,name,description
1,9,non-damaging,No damage
2,9,physical,"Physical damage, controlled by Attack and Defense"
3,9,special,"Special damage, controlled by Special Attack and Special Defense"

1 move_damage_class_id language_id local_language_id name description
2 1 9 9 non-damaging No damage
3 2 9 9 physical Physical damage, controlled by Attack and Defense
4 3 9 9 special Special damage, controlled by Special Attack and Special Defense