StarRailCopilot/tasks/map/keywords/world.py
2023-09-27 02:26:03 +08:00

33 lines
799 B
Python

from .classes import MapWorld
# This file was auto-generated, do not modify it manually. To generate:
# ``` python -m dev_tools.keyword_extract ```
Herta_Space_Station = MapWorld(
id=1,
name='Herta_Space_Station',
cn='空间站「黑塔」',
cht='太空站「黑塔」',
en='Herta Space Station',
jp='宇宙ステーション「ヘルタ」',
es='Estación Espacial Herta',
)
Jarilo_VI = MapWorld(
id=2,
name='Jarilo_VI',
cn='雅利洛-Ⅵ',
cht='雅利洛-Ⅵ',
en='Jarilo-VI',
jp='ヤリーロ-VI',
es='Jarilo-VI',
)
The_Xianzhou_Luofu = MapWorld(
id=3,
name='The_Xianzhou_Luofu',
cn='仙舟「罗浮」',
cht='仙舟「羅浮」',
en='The Xianzhou Luofu',
jp='仙舟「羅浮」',
es='El Luofu de Xianzhou',
)