StarRailCopilot/tasks/planner/keywords/item_currency.py
2024-05-18 00:08:06 +08:00

19 lines
385 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=-1,
)