Merge pull request #1075 from GreatNovaDragon/master

Add the Stellar Type
This commit is contained in:
Alessandro Pezzè 2024-05-04 17:10:43 +02:00 committed by GitHub
commit 9b0748c267
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 0 deletions

View file

@ -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,???

1 type_id local_language_id name
179 18 9 Fairy
180 18 11 フェアリー
181 18 12 妖精
182 19 1 ステラ
183 19 2 Stella
184 19 3 스텔라
185 19 4 星晶
186 19 5 Stellaire
187 19 6 Stellar
188 19 7 Astral
189 19 8 Astrale
190 19 9 Stellar
191 19 11 ステラ
192 10001 1 ???
193 10001 3 ???
194 10001 4 ???

View file

@ -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,

1 id identifier generation_id damage_class_id
17 16 dragon 1 3
18 17 dark 2 3
19 18 fairy 6
20 19 stellar 9
21 10001 unknown 2
22 10002 shadow 3