mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 14:31:16 +00:00
50 lines
1.1 KiB
Python
50 lines
1.1 KiB
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',
|
|
world_id=0,
|
|
short_name='Herta',
|
|
)
|
|
Jarilo_VI = MapWorld(
|
|
id=2,
|
|
name='Jarilo_VI',
|
|
cn='雅利洛-Ⅵ',
|
|
cht='雅利洛-Ⅵ',
|
|
en='Jarilo-VI',
|
|
jp='ヤリーロ-VI',
|
|
es='Jarilo-VI',
|
|
world_id=1,
|
|
short_name='Jarilo',
|
|
)
|
|
The_Xianzhou_Luofu = MapWorld(
|
|
id=3,
|
|
name='The_Xianzhou_Luofu',
|
|
cn='仙舟「罗浮」',
|
|
cht='仙舟「羅浮」',
|
|
en='The Xianzhou Luofu',
|
|
jp='仙舟「羅浮」',
|
|
es='El Luofu de Xianzhou',
|
|
world_id=2,
|
|
short_name='Luofu',
|
|
)
|
|
Penacony = MapWorld(
|
|
id=4,
|
|
name='Penacony',
|
|
cn='匹诺康尼',
|
|
cht='匹諾康尼',
|
|
en='Penacony',
|
|
jp='ピノコニー',
|
|
es='Colonipenal',
|
|
world_id=3,
|
|
short_name='Penacony',
|
|
)
|