mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-15 22:19:18 +00:00
Upd: Map planes in 1.5 (#205)
This commit is contained in:
parent
3635bbca12
commit
76ce531782
@ -349,7 +349,8 @@ class KeywordExtract:
|
||||
'Herta': ['观景车厢', '主控舱段', '基座舱段', '收容舱段', '支援舱段'],
|
||||
'Jarilo': ['行政区', '城郊雪原', '边缘通路', '铁卫禁区', '残响回廊', '永冬岭',
|
||||
'造物之柱', '旧武器试验场', '磐岩镇', '大矿区', '铆钉镇', '机械聚落'],
|
||||
'Luofu': ['星槎海中枢', '流云渡', '迴星港', '长乐天', '金人巷', '太卜司', '工造司', '丹鼎司', '鳞渊境'],
|
||||
'Luofu': ['星槎海中枢', '流云渡', '迴星港', '长乐天', '金人巷', '太卜司',
|
||||
'工造司', '绥园', '丹鼎司', '鳞渊境'],
|
||||
}
|
||||
|
||||
def text_convert(world_):
|
||||
|
@ -22,5 +22,6 @@ KEYWORDS_MAP_PLANE.Luofu_StargazerNavalia.floors = ['F1', 'F2']
|
||||
KEYWORDS_MAP_PLANE.Luofu_DivinationCommission.floors = ['F1', 'F2']
|
||||
KEYWORDS_MAP_PLANE.Luofu_AlchemyCommission.floors = ['F1', 'F2']
|
||||
KEYWORDS_MAP_PLANE.Luofu_ArtisanshipCommission.page = 'bottom'
|
||||
KEYWORDS_MAP_PLANE.Luofu_FyxestrollGarden.page = 'bottom'
|
||||
KEYWORDS_MAP_PLANE.Luofu_AlchemyCommission.page = 'bottom'
|
||||
KEYWORDS_MAP_PLANE.Luofu_ScalegorgeWaterscape.page = 'bottom'
|
||||
|
@ -300,8 +300,17 @@ Luofu_ArtisanshipCommission = MapPlane(
|
||||
jp='工造司',
|
||||
es='Comisión de Artesanía',
|
||||
)
|
||||
Luofu_AlchemyCommission = MapPlane(
|
||||
Luofu_FyxestrollGarden = MapPlane(
|
||||
id=34,
|
||||
name='Luofu_FyxestrollGarden',
|
||||
cn='绥园',
|
||||
cht='綏園',
|
||||
en='Fyxestroll Garden',
|
||||
jp='綏園',
|
||||
es='Jardín del Sosiego',
|
||||
)
|
||||
Luofu_AlchemyCommission = MapPlane(
|
||||
id=35,
|
||||
name='Luofu_AlchemyCommission',
|
||||
cn='丹鼎司',
|
||||
cht='丹鼎司',
|
||||
@ -310,7 +319,7 @@ Luofu_AlchemyCommission = MapPlane(
|
||||
es='Comisión de Alquimia',
|
||||
)
|
||||
Luofu_ScalegorgeWaterscape = MapPlane(
|
||||
id=35,
|
||||
id=36,
|
||||
name='Luofu_ScalegorgeWaterscape',
|
||||
cn='鳞渊境',
|
||||
cht='鱗淵境',
|
||||
|
Loading…
Reference in New Issue
Block a user