Fix: Add map plane Aurum Alley

This commit is contained in:
LmeSzinc 2023-09-19 15:04:37 +08:00
parent 542d19f8d9
commit 85927da606
2 changed files with 13 additions and 5 deletions

View File

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

View File

@ -163,8 +163,16 @@ Luofu_ExaltingSanctum = MapPlane(
en='Exalting Sanctum', en='Exalting Sanctum',
jp='長楽天', jp='長楽天',
) )
Luofu_DivinationCommission = MapPlane( Luofu_AurumAlley = MapPlane(
id=21, id=21,
name='Luofu_AurumAlley',
cn='金人巷',
cht='金人巷',
en='Aurum Alley',
jp='金人巷',
)
Luofu_DivinationCommission = MapPlane(
id=22,
name='Luofu_DivinationCommission', name='Luofu_DivinationCommission',
cn='太卜司', cn='太卜司',
cht='太卜司', cht='太卜司',
@ -172,7 +180,7 @@ Luofu_DivinationCommission = MapPlane(
jp='太卜司', jp='太卜司',
) )
Luofu_ArtisanshipCommission = MapPlane( Luofu_ArtisanshipCommission = MapPlane(
id=22, id=23,
name='Luofu_ArtisanshipCommission', name='Luofu_ArtisanshipCommission',
cn='工造司', cn='工造司',
cht='工造司', cht='工造司',
@ -180,7 +188,7 @@ Luofu_ArtisanshipCommission = MapPlane(
jp='工造司', jp='工造司',
) )
Luofu_AlchemyCommission = MapPlane( Luofu_AlchemyCommission = MapPlane(
id=23, id=24,
name='Luofu_AlchemyCommission', name='Luofu_AlchemyCommission',
cn='丹鼎司', cn='丹鼎司',
cht='丹鼎司', cht='丹鼎司',
@ -188,7 +196,7 @@ Luofu_AlchemyCommission = MapPlane(
jp='丹鼎司', jp='丹鼎司',
) )
Luofu_ScalegorgeWaterscape = MapPlane( Luofu_ScalegorgeWaterscape = MapPlane(
id=24, id=25,
name='Luofu_ScalegorgeWaterscape', name='Luofu_ScalegorgeWaterscape',
cn='鳞渊境', cn='鳞渊境',
cht='鱗淵境', cht='鱗淵境',