mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Merge pull request #1 from valepert/patch-2
Update pokedex/data/csv/stat_names.csv
This commit is contained in:
commit
e71bfba357
1 changed files with 8 additions and 0 deletions
|
@ -1,17 +1,25 @@
|
||||||
stat_id,local_language_id,name
|
stat_id,local_language_id,name
|
||||||
1,1,HP
|
1,1,HP
|
||||||
|
1,8,HP
|
||||||
1,9,HP
|
1,9,HP
|
||||||
2,1,こうげき
|
2,1,こうげき
|
||||||
|
2,8,Attacco
|
||||||
2,9,Attack
|
2,9,Attack
|
||||||
3,1,ぼうぎょ
|
3,1,ぼうぎょ
|
||||||
|
3,8,Difesa
|
||||||
3,9,Defense
|
3,9,Defense
|
||||||
4,1,とくこう
|
4,1,とくこう
|
||||||
|
4,8,Attacco Speciale
|
||||||
4,9,Special Attack
|
4,9,Special Attack
|
||||||
5,1,とくぼう
|
5,1,とくぼう
|
||||||
|
5,8,Difesa Speciale
|
||||||
5,9,Special Defense
|
5,9,Special Defense
|
||||||
6,1,すばやさ
|
6,1,すばやさ
|
||||||
|
6,8,Velocità
|
||||||
6,9,Speed
|
6,9,Speed
|
||||||
7,1,めいちゅう
|
7,1,めいちゅう
|
||||||
|
7,8,precisione
|
||||||
7,9,accuracy
|
7,9,accuracy
|
||||||
8,1,かいひ
|
8,1,かいひ
|
||||||
|
8,8,elusione
|
||||||
8,9,evasion
|
8,9,evasion
|
||||||
|
|
|
Loading…
Reference in a new issue