Skip to content

Commit

Permalink
Upd: Map planes in 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LmeSzinc committed Jul 30, 2023
1 parent 267c1f7 commit 57005e6
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dev_tools/keyword_extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def generate_map_planes(self):
'Herta': ['观景车厢', '主控舱段', '基座舱段', '收容舱段', '支援舱段'],
'Jarilo': ['行政区', '城郊雪原', '边缘通路', '铁卫禁区', '残响回廊', '永冬岭',
'磐岩镇', '大矿区', '铆钉镇', '机械聚落'],
'Luofu': ['星槎海中枢', '长乐天', '流云渡', '迴星港', '太卜司', '工造司'],
'Luofu': ['星槎海中枢', '流云渡', '迴星港', '长乐天', '太卜司', '工造司', '丹鼎司', '鳞渊境'],
}

def text_convert(world_):
Expand Down
36 changes: 26 additions & 10 deletions tasks/map/keywords/plane.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,30 +131,30 @@
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='流雲渡',
en='Cloudford',
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',
Expand All @@ -171,3 +171,19 @@
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='鱗淵境',
)

0 comments on commit 57005e6

Please sign in to comment.