mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 16:40:28 +00:00
33 lines
760 B
Python
33 lines
760 B
Python
from .classes import DungeonTab
|
|
|
|
# This file was auto-generated, do not modify it manually. To generate:
|
|
# ``` python -m dev_tools.keyword_extract ```
|
|
|
|
Operation_Briefing = DungeonTab(
|
|
id=1,
|
|
name='Operation_Briefing',
|
|
cn='行动摘要',
|
|
cht='行動摘要',
|
|
en='Operation Briefing',
|
|
jp='行動要旨',
|
|
es='Informe de operaciones',
|
|
)
|
|
Survival_Index = DungeonTab(
|
|
id=2,
|
|
name='Survival_Index',
|
|
cn='生存索引',
|
|
cht='生存索引',
|
|
en='Survival Index',
|
|
jp='生存手引書',
|
|
es='Manual de supervivencia',
|
|
)
|
|
Daily_Training = DungeonTab(
|
|
id=3,
|
|
name='Daily_Training',
|
|
cn='每日实训',
|
|
cht='每日實訓',
|
|
en='Daily Training',
|
|
jp='デイリー訓練',
|
|
es='Entrenamiento diario',
|
|
)
|