mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-24 20:33:04 +00:00
Add Stellar Type
This commit is contained in:
parent
3669470e54
commit
940fcac448
2 changed files with 12 additions and 0 deletions
|
@ -179,6 +179,17 @@ type_id,local_language_id,name
|
|||
18,9,Fairy
|
||||
18,11,フェアリー
|
||||
18,12,妖精
|
||||
19,1,ステラ
|
||||
19,2, Stella
|
||||
19,3, 스텔라
|
||||
19,4,星晶
|
||||
19,5,Stellaire
|
||||
19,6,Stellar
|
||||
19,7,Astral
|
||||
19,8,Astrale
|
||||
19,9,Stellar
|
||||
19,11,ステラ
|
||||
|
||||
10001,1,???
|
||||
10001,3,???
|
||||
10001,4,???
|
||||
|
|
|
|
@ -17,5 +17,6 @@ id,identifier,generation_id,damage_class_id
|
|||
16,dragon,1,3
|
||||
17,dark,2,3
|
||||
18,fairy,6,
|
||||
19,stellar,9
|
||||
10001,unknown,2,
|
||||
10002,shadow,3,
|
||||
|
|
Can't render this file because it has a wrong number of fields in line 20.
|
Loading…
Reference in a new issue