Upd: Map planes in 1.2

This commit is contained in:
LmeSzinc 2023-07-30 01:18:14 +08:00
parent 267c1f7387
commit 57005e6d51
2 changed files with 27 additions and 11 deletions

View File

@ -236,7 +236,7 @@ class KeywordExtract:
'Herta': ['观景车厢', '主控舱段', '基座舱段', '收容舱段', '支援舱段'], 'Herta': ['观景车厢', '主控舱段', '基座舱段', '收容舱段', '支援舱段'],
'Jarilo': ['行政区', '城郊雪原', '边缘通路', '铁卫禁区', '残响回廊', '永冬岭', 'Jarilo': ['行政区', '城郊雪原', '边缘通路', '铁卫禁区', '残响回廊', '永冬岭',
'磐岩镇', '大矿区', '铆钉镇', '机械聚落'], '磐岩镇', '大矿区', '铆钉镇', '机械聚落'],
'Luofu': ['星槎海中枢', '长乐天', '流云渡', '迴星港', '太卜司', '工造司'], 'Luofu': ['星槎海中枢', '流云渡', '迴星港', '长乐天', '太卜司', '工造司', '丹鼎司', '鳞渊境'],
} }
def text_convert(world_): def text_convert(world_):

View File

@ -131,16 +131,8 @@ Luofu_CentralStarskiffHaven = MapPlane(
en='Central Starskiff Haven', en='Central Starskiff Haven',
jp='星槎海中枢', jp='星槎海中枢',
) )
Luofu_ExaltingSanctum = MapPlane(
id=17,
name='Luofu_ExaltingSanctum',
cn='长乐天',
cht='長樂天',
en='Exalting Sanctum',
jp='長楽天',
)
Luofu_Cloudford = MapPlane( Luofu_Cloudford = MapPlane(
id=18, id=17,
name='Luofu_Cloudford', name='Luofu_Cloudford',
cn='流云渡', cn='流云渡',
cht='流雲渡', cht='流雲渡',
@ -148,13 +140,21 @@ Luofu_Cloudford = MapPlane(
jp='流雲渡し', jp='流雲渡し',
) )
Luofu_StargazerNavalia = MapPlane( Luofu_StargazerNavalia = MapPlane(
id=19, id=18,
name='Luofu_StargazerNavalia', name='Luofu_StargazerNavalia',
cn='迴星港', cn='迴星港',
cht='迴星港', cht='迴星港',
en='Stargazer Navalia', en='Stargazer Navalia',
jp='廻星港', jp='廻星港',
) )
Luofu_ExaltingSanctum = MapPlane(
id=19,
name='Luofu_ExaltingSanctum',
cn='长乐天',
cht='長樂天',
en='Exalting Sanctum',
jp='長楽天',
)
Luofu_DivinationCommission = MapPlane( Luofu_DivinationCommission = MapPlane(
id=20, id=20,
name='Luofu_DivinationCommission', name='Luofu_DivinationCommission',
@ -171,3 +171,19 @@ Luofu_ArtisanshipCommission = MapPlane(
en='Artisanship Commission', en='Artisanship Commission',
jp='工造司', jp='工造司',
) )
Luofu_AlchemyCommission = MapPlane(
id=22,
name='Luofu_AlchemyCommission',
cn='丹鼎司',
cht='丹鼎司',
en='Alchemy Commission',
jp='丹鼎司',
)
Luofu_ScalegorgeWaterscape = MapPlane(
id=23,
name='Luofu_ScalegorgeWaterscape',
cn='鳞渊境',
cht='鱗淵境',
en='Scalegorge Waterscape',
jp='鱗淵境',
)