mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 14:31:16 +00:00
60 lines
1.4 KiB
Python
60 lines
1.4 KiB
Python
from .classes import RogueBonus
|
|
|
|
# This file was auto-generated, do not modify it manually. To generate:
|
|
# ``` python -m dev_tools.keyword_extract ```
|
|
|
|
Fragmented_Cosmos = RogueBonus(
|
|
id=1,
|
|
name='Fragmented_Cosmos',
|
|
cn='破碎宇宙',
|
|
cht='破碎宇宙',
|
|
en='Fragmented Cosmos',
|
|
jp='破裂した宇宙',
|
|
es='Cosmos fragmentado',
|
|
)
|
|
Blessing_Cosmos = RogueBonus(
|
|
id=2,
|
|
name='Blessing_Cosmos',
|
|
cn='祝福宇宙',
|
|
cht='祝福宇宙',
|
|
en='Blessing Cosmos',
|
|
jp='祝福された宇宙',
|
|
es='Cosmos de bendiciones',
|
|
)
|
|
Miracle_Cosmos = RogueBonus(
|
|
id=3,
|
|
name='Miracle_Cosmos',
|
|
cn='神奇宇宙',
|
|
cht='神奇宇宙',
|
|
en='Miracle Cosmos',
|
|
jp='奇跡的な宇宙',
|
|
es='Cosmos milagroso',
|
|
)
|
|
Orderly_Universe = RogueBonus(
|
|
id=4,
|
|
name='Orderly_Universe',
|
|
cn='有序宇宙',
|
|
cht='有序宇宙',
|
|
en='Orderly Universe',
|
|
jp='秩序ある宇宙',
|
|
es='Universo ordenado',
|
|
)
|
|
Hungry_Universe = RogueBonus(
|
|
id=5,
|
|
name='Hungry_Universe',
|
|
cn='巨胃宇宙',
|
|
cht='巨胃宇宙',
|
|
en='Hungry Universe',
|
|
jp='大食いな宇宙',
|
|
es='Universo barrigudo',
|
|
)
|
|
Bloodthirsty_Universe = RogueBonus(
|
|
id=6,
|
|
name='Bloodthirsty_Universe',
|
|
cn='嗜血宇宙',
|
|
cht='嗜血宇宙',
|
|
en='Bloodthirsty Universe',
|
|
jp='血を好む宇宙',
|
|
es='Universo chupasangre',
|
|
)
|