mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +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"
|
"ServerUpdate": "04:00"
|
||||||
},
|
},
|
||||||
"RoguePath": {
|
"RoguePath": {
|
||||||
"Path": "Hunt",
|
"Path": "The_Hunt",
|
||||||
"Bonus": "Blessing Cosmos",
|
"Bonus": "Blessing Cosmos",
|
||||||
"PresetResonanceFilter": "preset-1",
|
"PresetResonanceFilter": "preset-1",
|
||||||
"ResonanceSelectionStrategy": "follow-presets",
|
"ResonanceSelectionStrategy": "follow-presets",
|
||||||
|
@ -1012,13 +1012,13 @@
|
|||||||
"RoguePath": {
|
"RoguePath": {
|
||||||
"Path": {
|
"Path": {
|
||||||
"type": "select",
|
"type": "select",
|
||||||
"value": "Hunt",
|
"value": "The_Hunt",
|
||||||
"option": [
|
"option": [
|
||||||
"Preservation",
|
"Preservation",
|
||||||
"Remembrance",
|
"Remembrance",
|
||||||
"Nihility",
|
"Nihility",
|
||||||
"Abundance",
|
"Abundance",
|
||||||
"Hunt",
|
"The_Hunt",
|
||||||
"Destruction",
|
"Destruction",
|
||||||
"Elation"
|
"Elation"
|
||||||
]
|
]
|
||||||
|
@ -169,8 +169,8 @@ Assignment:
|
|||||||
|
|
||||||
RoguePath:
|
RoguePath:
|
||||||
Path:
|
Path:
|
||||||
value: Hunt
|
value: The_Hunt
|
||||||
option: [ Preservation, Remembrance, Nihility, Abundance, Hunt, Destruction, Elation ]
|
option: [ Preservation, Remembrance, Nihility, Abundance, The_Hunt, Destruction, Elation ]
|
||||||
Bonus:
|
Bonus:
|
||||||
value: Blessing Cosmos
|
value: Blessing Cosmos
|
||||||
option: [ Blessing Cosmos, Miracle Cosmos, Fragmented Cosmos ]
|
option: [ Blessing Cosmos, Miracle Cosmos, Fragmented Cosmos ]
|
||||||
|
@ -103,7 +103,7 @@ class GeneratedConfig:
|
|||||||
Assignment_Assignment = {}
|
Assignment_Assignment = {}
|
||||||
|
|
||||||
# Group `RoguePath`
|
# 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_Bonus = 'Blessing Cosmos' # Blessing Cosmos, Miracle Cosmos, Fragmented Cosmos
|
||||||
RoguePath_PresetResonanceFilter = 'preset-1' # preset-1, custom
|
RoguePath_PresetResonanceFilter = 'preset-1' # preset-1, custom
|
||||||
RoguePath_ResonanceSelectionStrategy = 'follow-presets' # follow-presets, unrecorded-first, before-random
|
RoguePath_ResonanceSelectionStrategy = 'follow-presets' # follow-presets, unrecorded-first, before-random
|
||||||
|
@ -698,7 +698,7 @@
|
|||||||
"Remembrance": "Remembrance",
|
"Remembrance": "Remembrance",
|
||||||
"Nihility": "Nihility",
|
"Nihility": "Nihility",
|
||||||
"Abundance": "Abundance",
|
"Abundance": "Abundance",
|
||||||
"Hunt": "Hunt",
|
"The_Hunt": "The Hunt",
|
||||||
"Destruction": "Destruction",
|
"Destruction": "Destruction",
|
||||||
"Elation": "Elation"
|
"Elation": "Elation"
|
||||||
},
|
},
|
||||||
|
@ -698,7 +698,7 @@
|
|||||||
"Remembrance": "Remembrance",
|
"Remembrance": "Remembrance",
|
||||||
"Nihility": "Nihility",
|
"Nihility": "Nihility",
|
||||||
"Abundance": "Abundance",
|
"Abundance": "Abundance",
|
||||||
"Hunt": "Hunt",
|
"The_Hunt": "The_Hunt",
|
||||||
"Destruction": "Destruction",
|
"Destruction": "Destruction",
|
||||||
"Elation": "Elation"
|
"Elation": "Elation"
|
||||||
},
|
},
|
||||||
|
@ -698,7 +698,7 @@
|
|||||||
"Remembrance": "记忆",
|
"Remembrance": "记忆",
|
||||||
"Nihility": "虚无",
|
"Nihility": "虚无",
|
||||||
"Abundance": "丰饶",
|
"Abundance": "丰饶",
|
||||||
"Hunt": "巡猎",
|
"The_Hunt": "巡猎",
|
||||||
"Destruction": "毁灭",
|
"Destruction": "毁灭",
|
||||||
"Elation": "欢愉"
|
"Elation": "欢愉"
|
||||||
},
|
},
|
||||||
|
@ -698,7 +698,7 @@
|
|||||||
"Remembrance": "記憶",
|
"Remembrance": "記憶",
|
||||||
"Nihility": "虛無",
|
"Nihility": "虛無",
|
||||||
"Abundance": "豐饒",
|
"Abundance": "豐饒",
|
||||||
"Hunt": "巡獵",
|
"The_Hunt": "巡獵",
|
||||||
"Destruction": "毀滅",
|
"Destruction": "毀滅",
|
||||||
"Elation": "歡愉"
|
"Elation": "歡愉"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user