mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
Merge pull request #1075 from GreatNovaDragon/master
Add the Stellar Type
This commit is contained in:
commit
9b0748c267
2 changed files with 11 additions and 0 deletions
|
@ -179,6 +179,16 @@ 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,
|
||||
|
|
|
Loading…
Reference in a new issue