2
0
Fork 0
mirror of https://github.com/PokeAPI/pokeapi synced 2025-02-19 22:18:25 +00:00
Alessandro Pezzè 2022-05-05 20:59:53 +02:00
parent 0dd1c2f16a
commit aad6b7cbd0
2 changed files with 411 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,7 @@
stat_id,local_language_id,name
1,1,HP
1,3,HP
1,4,HP
1,5,PV
1,6,KP
1,7,PS
@ -8,6 +9,7 @@ stat_id,local_language_id,name
1,9,HP
2,1,こうげき
2,3,공격
2,4,攻擊
2,5,Attaque
2,6,Angriff
2,7,Ataque
@ -15,6 +17,7 @@ stat_id,local_language_id,name
2,9,Attack
3,1,ぼうぎょ
3,3,방어
3,4,防禦
3,5,Défense
3,6,Verteidigung
3,7,Defensa
@ -22,6 +25,7 @@ stat_id,local_language_id,name
3,9,Defense
4,1,とくこう
4,3,특수공격
4,4,特攻
4,5,Attaque Spéciale
4,6,Spezialangriff
4,7,Ataque Especial
@ -29,6 +33,7 @@ stat_id,local_language_id,name
4,9,Special Attack
5,1,とくぼう
5,3,특수방어
5,4,特防
5,5,Défense Spéciale
5,6,Spezialverteidigung
5,7,Defensa Especial
@ -36,6 +41,7 @@ stat_id,local_language_id,name
5,9,Special Defense
6,1,すばやさ
6,3,스피드
6,4,速度
6,5,Vitesse
6,6,Initiative
6,7,Velocidad

1 stat_id local_language_id name
2 1 1 HP
3 1 3 HP
4 1 4 HP
5 1 5 PV
6 1 6 KP
7 1 7 PS
9 1 9 HP
10 2 1 こうげき
11 2 3 공격
12 2 4 攻擊
13 2 5 Attaque
14 2 6 Angriff
15 2 7 Ataque
17 2 9 Attack
18 3 1 ぼうぎょ
19 3 3 방어
20 3 4 防禦
21 3 5 Défense
22 3 6 Verteidigung
23 3 7 Defensa
25 3 9 Defense
26 4 1 とくこう
27 4 3 특수공격
28 4 4 特攻
29 4 5 Attaque Spéciale
30 4 6 Spezialangriff
31 4 7 Ataque Especial
33 4 9 Special Attack
34 5 1 とくぼう
35 5 3 특수방어
36 5 4 特防
37 5 5 Défense Spéciale
38 5 6 Spezialverteidigung
39 5 7 Defensa Especial
41 5 9 Special Defense
42 6 1 すばやさ
43 6 3 스피드
44 6 4 速度
45 6 5 Vitesse
46 6 6 Initiative
47 6 7 Velocidad