mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
Fix: Add map plane Aurum Alley
This commit is contained in:
parent
542d19f8d9
commit
85927da606
@ -266,7 +266,7 @@ class KeywordExtract:
|
||||
'观景车厢', '主控舱段', '基座舱段', '收容舱段', '支援舱段'],
|
||||
'Jarilo': ['行政区', '城郊雪原', '边缘通路', '铁卫禁区', '残响回廊', '永冬岭',
|
||||
'磐岩镇', '大矿区', '铆钉镇', '机械聚落'],
|
||||
'Luofu': ['星槎海中枢', '流云渡', '迴星港', '长乐天', '太卜司', '工造司', '丹鼎司', '鳞渊境'],
|
||||
'Luofu': ['星槎海中枢', '流云渡', '迴星港', '长乐天', '金人巷', '太卜司', '工造司', '丹鼎司', '鳞渊境'],
|
||||
}
|
||||
|
||||
def text_convert(world_):
|
||||
|
@ -163,8 +163,16 @@ Luofu_ExaltingSanctum = MapPlane(
|
||||
en='Exalting Sanctum',
|
||||
jp='長楽天',
|
||||
)
|
||||
Luofu_DivinationCommission = MapPlane(
|
||||
Luofu_AurumAlley = MapPlane(
|
||||
id=21,
|
||||
name='Luofu_AurumAlley',
|
||||
cn='金人巷',
|
||||
cht='金人巷',
|
||||
en='Aurum Alley',
|
||||
jp='金人巷',
|
||||
)
|
||||
Luofu_DivinationCommission = MapPlane(
|
||||
id=22,
|
||||
name='Luofu_DivinationCommission',
|
||||
cn='太卜司',
|
||||
cht='太卜司',
|
||||
@ -172,7 +180,7 @@ Luofu_DivinationCommission = MapPlane(
|
||||
jp='太卜司',
|
||||
)
|
||||
Luofu_ArtisanshipCommission = MapPlane(
|
||||
id=22,
|
||||
id=23,
|
||||
name='Luofu_ArtisanshipCommission',
|
||||
cn='工造司',
|
||||
cht='工造司',
|
||||
@ -180,7 +188,7 @@ Luofu_ArtisanshipCommission = MapPlane(
|
||||
jp='工造司',
|
||||
)
|
||||
Luofu_AlchemyCommission = MapPlane(
|
||||
id=23,
|
||||
id=24,
|
||||
name='Luofu_AlchemyCommission',
|
||||
cn='丹鼎司',
|
||||
cht='丹鼎司',
|
||||
@ -188,7 +196,7 @@ Luofu_AlchemyCommission = MapPlane(
|
||||
jp='丹鼎司',
|
||||
)
|
||||
Luofu_ScalegorgeWaterscape = MapPlane(
|
||||
id=24,
|
||||
id=25,
|
||||
name='Luofu_ScalegorgeWaterscape',
|
||||
cn='鳞渊境',
|
||||
cht='鱗淵境',
|
||||
|
Loading…
Reference in New Issue
Block a user