mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
32 lines
642 B
Python
32 lines
642 B
Python
from .classes import ItemCurrency
|
|
|
|
# This file was auto-generated, do not modify it manually. To generate:
|
|
# ``` python -m dev_tools.keyword_extract ```
|
|
|
|
Credit = ItemCurrency(
|
|
id=1,
|
|
name='Credit',
|
|
cn='信用点',
|
|
cht='信用點',
|
|
en='Credit',
|
|
jp='信用ポイント',
|
|
es='Crédito',
|
|
rarity='Rare',
|
|
item_id=2,
|
|
item_group=0,
|
|
dungeon_id=1003,
|
|
)
|
|
Trailblaze_EXP = ItemCurrency(
|
|
id=2,
|
|
name='Trailblaze_EXP',
|
|
cn='里程',
|
|
cht='里程',
|
|
en='Trailblaze EXP',
|
|
jp='マイレージ',
|
|
es='EXP trazacaminos',
|
|
rarity='Rare',
|
|
item_id=22,
|
|
item_group=0,
|
|
dungeon_id=-1,
|
|
)
|