mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-25 01:49:41 +00:00
62 lines
1.1 KiB
Python
62 lines
1.1 KiB
Python
|
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='育成素材',
|
||
|
)
|
||
|
LightCone = ItemTab(
|
||
|
id=2,
|
||
|
name='LightCone',
|
||
|
cn='光锥',
|
||
|
cht='光錐',
|
||
|
en='Light Cone',
|
||
|
jp='光円錐',
|
||
|
)
|
||
|
Relics = ItemTab(
|
||
|
id=3,
|
||
|
name='Relics',
|
||
|
cn='遗器',
|
||
|
cht='遺器',
|
||
|
en='Relics',
|
||
|
jp='遺物',
|
||
|
)
|
||
|
OtherMaterials = ItemTab(
|
||
|
id=4,
|
||
|
name='OtherMaterials',
|
||
|
cn='其他材料',
|
||
|
cht='其他素材',
|
||
|
en='Other Materials',
|
||
|
jp='その他',
|
||
|
)
|
||
|
Consumables = ItemTab(
|
||
|
id=5,
|
||
|
name='Consumables',
|
||
|
cn='消耗品',
|
||
|
cht='消耗品',
|
||
|
en='Consumables',
|
||
|
jp='消耗品',
|
||
|
)
|
||
|
Missions = ItemTab(
|
||
|
id=6,
|
||
|
name='Missions',
|
||
|
cn='任务',
|
||
|
cht='任務',
|
||
|
en='Missions',
|
||
|
jp='クエスト',
|
||
|
)
|
||
|
Valuables = ItemTab(
|
||
|
id=7,
|
||
|
name='Valuables',
|
||
|
cn='贵重物',
|
||
|
cht='貴重物',
|
||
|
en='Valuables',
|
||
|
jp='貴重品',
|
||
|
)
|