StarRailCopilot/tasks/rogue/keywords/path.py
2023-08-10 17:46:18 +08:00

62 lines
1.0 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='存護',
)
Remembrance = RoguePath(
id=2,
name='Remembrance',
cn='记忆',
cht='記憶',
en='Remembrance',
jp='記憶',
)
Nihility = RoguePath(
id=3,
name='Nihility',
cn='虚无',
cht='虛無',
en='Nihility',
jp='虚無',
)
Abundance = RoguePath(
id=4,
name='Abundance',
cn='丰饶',
cht='豐饒',
en='Abundance',
jp='豊穣',
)
The_Hunt = RoguePath(
id=5,
name='The_Hunt',
cn='巡猎',
cht='巡獵',
en='The Hunt',
jp='巡狩',
)
Destruction = RoguePath(
id=6,
name='Destruction',
cn='毁灭',
cht='毀滅',
en='Destruction',
jp='壊滅',
)
Elation = RoguePath(
id=7,
name='Elation',
cn='欢愉',
cht='歡愉',
en='Elation',
jp='愉悦',
)