StarRailCopilot/tasks/planner/keywords/item_currency.py

19 lines
385 B
Python
Raw Normal View History

2024-05-11 10:21:28 +00:00
from .classes import ItemCurrency
# This file was auto-generated, do not modify it manually. To generate:
# ``` python -m dev_tools.keyword_extract ```
Credit = ItemCurrency(
2024-05-16 07:27:45 +00:00
id=1,
2024-05-11 10:21:28 +00:00
name='Credit',
cn='信用点',
cht='信用點',
en='Credit',
jp='信用ポイント',
es='Crédito',
rarity='Rare',
item_id=2,
item_group=0,
dungeon_id=-1,
)