mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
84 lines
2.2 KiB
Python
84 lines
2.2 KiB
Python
from .classes import ItemWeekly
|
|
|
|
# This file was auto-generated, do not modify it manually. To generate:
|
|
# ``` python -m dev_tools.keyword_extract ```
|
|
|
|
Tracks_of_Destiny = ItemWeekly(
|
|
id=1,
|
|
name='Tracks_of_Destiny',
|
|
cn='命运的足迹',
|
|
cht='命運的足跡',
|
|
en='Tracks of Destiny',
|
|
jp='運命の足跡',
|
|
es='Huellas del destino',
|
|
rarity='SuperRare',
|
|
item_id=241,
|
|
item_group=1300,
|
|
dungeon_id=-1,
|
|
)
|
|
Destroyer_Final_Road = ItemWeekly(
|
|
id=2,
|
|
name='Destroyer_Final_Road',
|
|
cn='毁灭者的末路',
|
|
cht='毀滅者的末路',
|
|
en="Destroyer's Final Road",
|
|
jp='壊滅者の末路',
|
|
es='Senda final del destructor',
|
|
rarity='VeryRare',
|
|
item_id=110501,
|
|
item_group=1310,
|
|
dungeon_id=1301,
|
|
)
|
|
Guardian_Lament = ItemWeekly(
|
|
id=3,
|
|
name='Guardian_Lament',
|
|
cn='守护者的悲愿',
|
|
cht='守護者的悲願',
|
|
en="Guardian's Lament",
|
|
jp='守護者の悲願',
|
|
es='Lamento de la Guardiana',
|
|
rarity='VeryRare',
|
|
item_id=110502,
|
|
item_group=1310,
|
|
dungeon_id=1302,
|
|
)
|
|
Regret_of_Infinite_Ochema = ItemWeekly(
|
|
id=4,
|
|
name='Regret_of_Infinite_Ochema',
|
|
cn='无穷假身的遗恨',
|
|
cht='無窮假身的遺恨',
|
|
en='Regret of Infinite Ochema',
|
|
jp='無窮なる仮身の遺恨',
|
|
es='Arrepentimiento del eterno vehículo del alma',
|
|
rarity='VeryRare',
|
|
item_id=110503,
|
|
item_group=1310,
|
|
dungeon_id=1303,
|
|
)
|
|
Past_Evils_of_the_Borehole_Planet_Disaster = ItemWeekly(
|
|
id=5,
|
|
name='Past_Evils_of_the_Borehole_Planet_Disaster',
|
|
cn='蛀星孕灾的旧恶',
|
|
cht='蛀星孕災的舊惡',
|
|
en='Past Evils of the Borehole Planet Disaster',
|
|
jp='星を蝕む古の悪',
|
|
es='Agravios pasados de la catástrofe devoraplanetas',
|
|
rarity='VeryRare',
|
|
item_id=110504,
|
|
item_group=1310,
|
|
dungeon_id=1304,
|
|
)
|
|
Lost_Echo_of_the_Shared_Wish = ItemWeekly(
|
|
id=6,
|
|
name='Lost_Echo_of_the_Shared_Wish',
|
|
cn='同愿的遗音',
|
|
cht='同願的遺音',
|
|
en='Lost Echo of the Shared Wish',
|
|
jp='同願の遺音',
|
|
es='Eco perdido del deseo compartido',
|
|
rarity='VeryRare',
|
|
item_id=110505,
|
|
item_group=1310,
|
|
dungeon_id=1305,
|
|
)
|