Upd: Map planes in 1.5 (#205)

This commit is contained in:
LmeSzinc 2023-11-24 02:30:24 +08:00
parent 3635bbca12
commit 76ce531782
3 changed files with 14 additions and 3 deletions

View File

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

View File

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

View File

@ -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='鱗淵境',