mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-15 22:19:18 +00:00
Fix: Use The_Hunt
instead of Hunt
This commit is contained in:
parent
269f704abd
commit
fb6b11d154
@ -136,7 +136,7 @@
|
||||
"ServerUpdate": "04:00"
|
||||
},
|
||||
"RoguePath": {
|
||||
"Path": "Hunt",
|
||||
"Path": "The_Hunt",
|
||||
"Bonus": "Blessing Cosmos",
|
||||
"PresetResonanceFilter": "preset-1",
|
||||
"ResonanceSelectionStrategy": "follow-presets",
|
||||
|
@ -1012,13 +1012,13 @@
|
||||
"RoguePath": {
|
||||
"Path": {
|
||||
"type": "select",
|
||||
"value": "Hunt",
|
||||
"value": "The_Hunt",
|
||||
"option": [
|
||||
"Preservation",
|
||||
"Remembrance",
|
||||
"Nihility",
|
||||
"Abundance",
|
||||
"Hunt",
|
||||
"The_Hunt",
|
||||
"Destruction",
|
||||
"Elation"
|
||||
]
|
||||
|
@ -169,8 +169,8 @@ Assignment:
|
||||
|
||||
RoguePath:
|
||||
Path:
|
||||
value: Hunt
|
||||
option: [ Preservation, Remembrance, Nihility, Abundance, Hunt, Destruction, Elation ]
|
||||
value: The_Hunt
|
||||
option: [ Preservation, Remembrance, Nihility, Abundance, The_Hunt, Destruction, Elation ]
|
||||
Bonus:
|
||||
value: Blessing Cosmos
|
||||
option: [ Blessing Cosmos, Miracle Cosmos, Fragmented Cosmos ]
|
||||
|
@ -103,7 +103,7 @@ class GeneratedConfig:
|
||||
Assignment_Assignment = {}
|
||||
|
||||
# Group `RoguePath`
|
||||
RoguePath_Path = 'Hunt' # Preservation, Remembrance, Nihility, Abundance, Hunt, Destruction, Elation
|
||||
RoguePath_Path = 'The_Hunt' # Preservation, Remembrance, Nihility, Abundance, The_Hunt, Destruction, Elation
|
||||
RoguePath_Bonus = 'Blessing Cosmos' # Blessing Cosmos, Miracle Cosmos, Fragmented Cosmos
|
||||
RoguePath_PresetResonanceFilter = 'preset-1' # preset-1, custom
|
||||
RoguePath_ResonanceSelectionStrategy = 'follow-presets' # follow-presets, unrecorded-first, before-random
|
||||
|
@ -698,7 +698,7 @@
|
||||
"Remembrance": "Remembrance",
|
||||
"Nihility": "Nihility",
|
||||
"Abundance": "Abundance",
|
||||
"Hunt": "Hunt",
|
||||
"The_Hunt": "The Hunt",
|
||||
"Destruction": "Destruction",
|
||||
"Elation": "Elation"
|
||||
},
|
||||
|
@ -698,7 +698,7 @@
|
||||
"Remembrance": "Remembrance",
|
||||
"Nihility": "Nihility",
|
||||
"Abundance": "Abundance",
|
||||
"Hunt": "Hunt",
|
||||
"The_Hunt": "The_Hunt",
|
||||
"Destruction": "Destruction",
|
||||
"Elation": "Elation"
|
||||
},
|
||||
|
@ -698,7 +698,7 @@
|
||||
"Remembrance": "记忆",
|
||||
"Nihility": "虚无",
|
||||
"Abundance": "丰饶",
|
||||
"Hunt": "巡猎",
|
||||
"The_Hunt": "巡猎",
|
||||
"Destruction": "毁灭",
|
||||
"Elation": "欢愉"
|
||||
},
|
||||
|
@ -698,7 +698,7 @@
|
||||
"Remembrance": "記憶",
|
||||
"Nihility": "虛無",
|
||||
"Abundance": "豐饒",
|
||||
"Hunt": "巡獵",
|
||||
"The_Hunt": "巡獵",
|
||||
"Destruction": "毀滅",
|
||||
"Elation": "歡愉"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user