mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
132 lines
2.3 KiB
Python
132 lines
2.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',
|
|
)
|
|
Erudition = RoguePath(
|
|
id=9,
|
|
name='Erudition',
|
|
cn='智识',
|
|
cht='智識',
|
|
en='Erudition',
|
|
jp='知恵',
|
|
es='Erudición',
|
|
)
|
|
The_Harmony = RoguePath(
|
|
id=10,
|
|
name='The_Harmony',
|
|
cn='同谐',
|
|
cht='同諧',
|
|
en='The Harmony',
|
|
jp='調和',
|
|
es='Armonía',
|
|
)
|
|
The_Order = RoguePath(
|
|
id=11,
|
|
name='The_Order',
|
|
cn='秩序',
|
|
cht='秩序',
|
|
en='The Order',
|
|
jp='秩序',
|
|
es='Orden',
|
|
)
|
|
The_Voracity = RoguePath(
|
|
id=12,
|
|
name='The_Voracity',
|
|
cn='贪饕',
|
|
cht='貪饕',
|
|
en='The Voracity',
|
|
jp='貪慾',
|
|
es='Voracidad',
|
|
)
|
|
The_Equilibrium = RoguePath(
|
|
id=13,
|
|
name='The_Equilibrium',
|
|
cn='均衡',
|
|
cht='均衡',
|
|
en='The Equilibrium',
|
|
jp='均衡',
|
|
es='Equilibrio',
|
|
)
|
|
The_Enigmata = RoguePath(
|
|
id=14,
|
|
name='The_Enigmata',
|
|
cn='神秘',
|
|
cht='神秘',
|
|
en='The Enigmata',
|
|
jp='神秘',
|
|
es='Enigma',
|
|
)
|