diff --git a/dev_tools/keyword_extract.py b/dev_tools/keyword_extract.py index 18bf6ff24..c64ebd4ae 100644 --- a/dev_tools/keyword_extract.py +++ b/dev_tools/keyword_extract.py @@ -349,7 +349,8 @@ class KeywordExtract: 'Herta': ['观景车厢', '主控舱段', '基座舱段', '收容舱段', '支援舱段'], 'Jarilo': ['行政区', '城郊雪原', '边缘通路', '铁卫禁区', '残响回廊', '永冬岭', '造物之柱', '旧武器试验场', '磐岩镇', '大矿区', '铆钉镇', '机械聚落'], - 'Luofu': ['星槎海中枢', '流云渡', '迴星港', '长乐天', '金人巷', '太卜司', '工造司', '丹鼎司', '鳞渊境'], + 'Luofu': ['星槎海中枢', '流云渡', '迴星港', '长乐天', '金人巷', '太卜司', + '工造司', '绥园', '丹鼎司', '鳞渊境'], } def text_convert(world_): diff --git a/tasks/map/keywords/__init__.py b/tasks/map/keywords/__init__.py index 2e3c25971..4ced7ff09 100644 --- a/tasks/map/keywords/__init__.py +++ b/tasks/map/keywords/__init__.py @@ -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' diff --git a/tasks/map/keywords/plane.py b/tasks/map/keywords/plane.py index e03a94aea..a6668f3ce 100644 --- a/tasks/map/keywords/plane.py +++ b/tasks/map/keywords/plane.py @@ -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='鱗淵境',