diff --git a/dev_tools/keyword_extract.py b/dev_tools/keyword_extract.py index 3b8bef26f..2cfbcb135 100644 --- a/dev_tools/keyword_extract.py +++ b/dev_tools/keyword_extract.py @@ -236,7 +236,7 @@ class KeywordExtract: 'Herta': ['观景车厢', '主控舱段', '基座舱段', '收容舱段', '支援舱段'], 'Jarilo': ['行政区', '城郊雪原', '边缘通路', '铁卫禁区', '残响回廊', '永冬岭', '磐岩镇', '大矿区', '铆钉镇', '机械聚落'], - 'Luofu': ['星槎海中枢', '长乐天', '流云渡', '迴星港', '太卜司', '工造司'], + 'Luofu': ['星槎海中枢', '流云渡', '迴星港', '长乐天', '太卜司', '工造司', '丹鼎司', '鳞渊境'], } def text_convert(world_): diff --git a/tasks/map/keywords/plane.py b/tasks/map/keywords/plane.py index 7c607102b..26ce785a5 100644 --- a/tasks/map/keywords/plane.py +++ b/tasks/map/keywords/plane.py @@ -131,16 +131,8 @@ Luofu_CentralStarskiffHaven = MapPlane( en='Central Starskiff Haven', jp='星槎海中枢', ) -Luofu_ExaltingSanctum = MapPlane( - id=17, - name='Luofu_ExaltingSanctum', - cn='长乐天', - cht='長樂天', - en='Exalting Sanctum', - jp='長楽天', -) Luofu_Cloudford = MapPlane( - id=18, + id=17, name='Luofu_Cloudford', cn='流云渡', cht='流雲渡', @@ -148,13 +140,21 @@ Luofu_Cloudford = MapPlane( jp='流雲渡し', ) Luofu_StargazerNavalia = MapPlane( - id=19, + id=18, name='Luofu_StargazerNavalia', cn='迴星港', cht='迴星港', en='Stargazer Navalia', jp='廻星港', ) +Luofu_ExaltingSanctum = MapPlane( + id=19, + name='Luofu_ExaltingSanctum', + cn='长乐天', + cht='長樂天', + en='Exalting Sanctum', + jp='長楽天', +) Luofu_DivinationCommission = MapPlane( id=20, name='Luofu_DivinationCommission', @@ -171,3 +171,19 @@ Luofu_ArtisanshipCommission = MapPlane( en='Artisanship Commission', jp='工造司', ) +Luofu_AlchemyCommission = MapPlane( + id=22, + name='Luofu_AlchemyCommission', + cn='丹鼎司', + cht='丹鼎司', + en='Alchemy Commission', + jp='丹鼎司', +) +Luofu_ScalegorgeWaterscape = MapPlane( + id=23, + name='Luofu_ScalegorgeWaterscape', + cn='鳞渊境', + cht='鱗淵境', + en='Scalegorge Waterscape', + jp='鱗淵境', +)