mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
78 lines
1.3 KiB
Python
78 lines
1.3 KiB
Python
from .classes import RoguePath
|
|
|
|
# This file was auto-generated, do not modify it manually. To generate:
|
|
# ``` python -m dev_tools.keyword_extract ```
|
|
|
|
Preservation = RoguePath(
|
|
id=1,
|
|
name='Preservation',
|
|
cn='存护',
|
|
cht='存護',
|
|
en='Preservation',
|
|
jp='存護',
|
|
es='Conservación',
|
|
)
|
|
Remembrance = RoguePath(
|
|
id=2,
|
|
name='Remembrance',
|
|
cn='记忆',
|
|
cht='記憶',
|
|
en='Remembrance',
|
|
jp='記憶',
|
|
es='Reminiscencia',
|
|
)
|
|
Nihility = RoguePath(
|
|
id=3,
|
|
name='Nihility',
|
|
cn='虚无',
|
|
cht='虛無',
|
|
en='Nihility',
|
|
jp='虚無',
|
|
es='Nihilidad',
|
|
)
|
|
Abundance = RoguePath(
|
|
id=4,
|
|
name='Abundance',
|
|
cn='丰饶',
|
|
cht='豐饒',
|
|
en='Abundance',
|
|
jp='豊穣',
|
|
es='Abundancia',
|
|
)
|
|
The_Hunt = RoguePath(
|
|
id=5,
|
|
name='The_Hunt',
|
|
cn='巡猎',
|
|
cht='巡獵',
|
|
en='The Hunt',
|
|
jp='巡狩',
|
|
es='Cacería',
|
|
)
|
|
Destruction = RoguePath(
|
|
id=6,
|
|
name='Destruction',
|
|
cn='毁灭',
|
|
cht='毀滅',
|
|
en='Destruction',
|
|
jp='壊滅',
|
|
es='Destrucción',
|
|
)
|
|
Elation = RoguePath(
|
|
id=7,
|
|
name='Elation',
|
|
cn='欢愉',
|
|
cht='歡愉',
|
|
en='Elation',
|
|
jp='愉悦',
|
|
es='Exultación',
|
|
)
|
|
Propagation = RoguePath(
|
|
id=8,
|
|
name='Propagation',
|
|
cn='繁育',
|
|
cht='繁育',
|
|
en='Propagation',
|
|
jp='繁殖',
|
|
es='Propagación',
|
|
)
|