2023-07-14 04:35:56 +00:00
|
|
|
from .classes import ItemTab
|
|
|
|
|
|
|
|
# This file was auto-generated, do not modify it manually. To generate:
|
|
|
|
# ``` python -m dev_tools.keyword_extract ```
|
|
|
|
|
|
|
|
UpgradeMaterials = ItemTab(
|
|
|
|
id=1,
|
|
|
|
name='UpgradeMaterials',
|
|
|
|
cn='养成材料',
|
|
|
|
cht='養成素材',
|
|
|
|
en='Upgrade Materials',
|
|
|
|
jp='育成素材',
|
2023-09-25 15:24:40 +00:00
|
|
|
es='Materiales de mejora',
|
2023-07-14 04:35:56 +00:00
|
|
|
)
|
|
|
|
LightCone = ItemTab(
|
|
|
|
id=2,
|
|
|
|
name='LightCone',
|
|
|
|
cn='光锥',
|
|
|
|
cht='光錐',
|
|
|
|
en='Light Cone',
|
|
|
|
jp='光円錐',
|
2023-09-25 15:24:40 +00:00
|
|
|
es='Cono de luz',
|
2023-07-14 04:35:56 +00:00
|
|
|
)
|
|
|
|
Relics = ItemTab(
|
|
|
|
id=3,
|
|
|
|
name='Relics',
|
|
|
|
cn='遗器',
|
|
|
|
cht='遺器',
|
|
|
|
en='Relics',
|
|
|
|
jp='遺物',
|
2023-09-25 15:24:40 +00:00
|
|
|
es='Artefactos',
|
2023-07-14 04:35:56 +00:00
|
|
|
)
|
|
|
|
OtherMaterials = ItemTab(
|
|
|
|
id=4,
|
|
|
|
name='OtherMaterials',
|
|
|
|
cn='其他材料',
|
|
|
|
cht='其他素材',
|
|
|
|
en='Other Materials',
|
|
|
|
jp='その他',
|
2023-09-25 15:24:40 +00:00
|
|
|
es='Otros materiales',
|
2023-07-14 04:35:56 +00:00
|
|
|
)
|
|
|
|
Consumables = ItemTab(
|
|
|
|
id=5,
|
|
|
|
name='Consumables',
|
|
|
|
cn='消耗品',
|
|
|
|
cht='消耗品',
|
|
|
|
en='Consumables',
|
|
|
|
jp='消耗品',
|
2023-09-25 15:24:40 +00:00
|
|
|
es='Consumible',
|
2023-07-14 04:35:56 +00:00
|
|
|
)
|
|
|
|
Missions = ItemTab(
|
|
|
|
id=6,
|
|
|
|
name='Missions',
|
|
|
|
cn='任务',
|
|
|
|
cht='任務',
|
|
|
|
en='Missions',
|
|
|
|
jp='クエスト',
|
2023-09-25 15:24:40 +00:00
|
|
|
es='Misiones',
|
2023-07-14 04:35:56 +00:00
|
|
|
)
|
|
|
|
Valuables = ItemTab(
|
|
|
|
id=7,
|
|
|
|
name='Valuables',
|
|
|
|
cn='贵重物',
|
|
|
|
cht='貴重物',
|
|
|
|
en='Valuables',
|
|
|
|
jp='貴重品',
|
2023-09-25 15:24:40 +00:00
|
|
|
es='Objetos valiosos',
|
2023-07-14 04:35:56 +00:00
|
|
|
)
|