Gui: Move Ornament to daily group

- Gui: Remove world 7 before SLAM pathfinding added
This commit is contained in:
LmeSzinc 2024-08-14 15:26:33 +08:00
parent 750296b6ab
commit 652cb20670
12 changed files with 208 additions and 215 deletions

View File

@ -119,6 +119,29 @@
"FuelReserve": 5
}
},
"Ornament": {
"Scheduler": {
"Enable": false,
"NextRun": "2020-01-01 00:00:00",
"Command": "Ornament",
"ServerUpdate": "04:00"
},
"Ornament": {
"Dungeon": "Divergent_Universe_Eternal_Comedy",
"UseImmersifier": true,
"DoubleEvent": true,
"UseStamina": false
},
"DungeonSupport": {
"Use": "when_daily",
"Character": "FirstCharacter"
},
"TrailblazePower": {
"ExtractReservedTrailblazePower": false,
"UseFuel": false,
"FuelReserve": 5
}
},
"DailyQuest": {
"Scheduler": {
"Enable": true,
@ -220,7 +243,7 @@
"ServerUpdate": "04:00"
},
"RogueWorld": {
"World": "Simulated_Universe_World_7",
"World": "Simulated_Universe_World_8",
"Path": "The_Hunt",
"Bonus": "Blessing Universe",
"DomainStrategy": "combat",
@ -243,29 +266,6 @@
"DebugMode": false
}
},
"Ornament": {
"Scheduler": {
"Enable": false,
"NextRun": "2020-01-01 00:00:00",
"Command": "Ornament",
"ServerUpdate": "04:00"
},
"Ornament": {
"Dungeon": "Divergent_Universe_Eternal_Comedy",
"UseImmersifier": true,
"DoubleEvent": true,
"UseStamina": false
},
"DungeonSupport": {
"Use": "when_daily",
"Character": "FirstCharacter"
},
"TrailblazePower": {
"ExtractReservedTrailblazePower": false,
"UseFuel": false,
"FuelReserve": 5
}
},
"Daemon": {
"Daemon": {
"Enable": true,

View File

@ -763,6 +763,159 @@
}
}
},
"Ornament": {
"Scheduler": {
"Enable": {
"type": "checkbox",
"value": false,
"option": [
true,
false
]
},
"NextRun": {
"type": "datetime",
"value": "2020-01-01 00:00:00",
"validate": "datetime"
},
"Command": {
"type": "input",
"value": "Ornament",
"display": "hide"
},
"ServerUpdate": {
"type": "input",
"value": "04:00",
"display": "hide"
}
},
"Ornament": {
"Dungeon": {
"type": "select",
"value": "Divergent_Universe_Eternal_Comedy",
"option": [
"Divergent_Universe_Eternal_Comedy",
"Divergent_Universe_To_Sweet_Dreams",
"Divergent_Universe_Pouring_Blades",
"Divergent_Universe_Fruit_of_Evil",
"Divergent_Universe_Permafrost",
"Divergent_Universe_Gentle_Words",
"Divergent_Universe_Smelted_Heart",
"Divergent_Universe_Untoppled_Walls"
]
},
"UseImmersifier": {
"type": "state",
"value": true,
"option": [
true
],
"option_bold": [
true
]
},
"DoubleEvent": {
"type": "state",
"value": true,
"option": [
true
],
"option_bold": [
true
]
},
"UseStamina": {
"type": "checkbox",
"value": false
}
},
"DungeonSupport": {
"Use": {
"type": "select",
"value": "when_daily",
"option": [
"when_daily",
"always_use"
]
},
"Character": {
"type": "select",
"value": "FirstCharacter",
"option": [
"FirstCharacter",
"Acheron",
"Argenti",
"Arlan",
"Asta",
"Aventurine",
"Bailu",
"BlackSwan",
"Blade",
"Boothill",
"Bronya",
"Clara",
"DanHeng",
"DanHengImbibitorLunae",
"DrRatio",
"Firefly",
"FuXuan",
"Gallagher",
"Gepard",
"Guinaifen",
"Hanya",
"Herta",
"Himeko",
"Hook",
"Huohuo",
"Jade",
"JingYuan",
"Jingliu",
"Kafka",
"Luka",
"Luocha",
"Lynx",
"March7thPreservation",
"March7thTheHunt",
"Misha",
"Natasha",
"Pela",
"Qingque",
"Robin",
"RuanMei",
"Sampo",
"Seele",
"Serval",
"SilverWolf",
"Sparkle",
"Sushang",
"Tingyun",
"TopazNumby",
"TrailblazerDestruction",
"TrailblazerHarmony",
"TrailblazerPreservation",
"Welt",
"Xueyi",
"Yanqing",
"Yukong",
"Yunli"
]
}
},
"TrailblazePower": {
"ExtractReservedTrailblazePower": {
"type": "checkbox",
"value": false
},
"UseFuel": {
"type": "checkbox",
"value": false
},
"FuelReserve": {
"type": "input",
"value": 5
}
}
},
"DailyQuest": {
"Scheduler": {
"Enable": {
@ -1311,13 +1464,12 @@
"RogueWorld": {
"World": {
"type": "select",
"value": "Simulated_Universe_World_7",
"value": "Simulated_Universe_World_8",
"option": [
"Simulated_Universe_World_3",
"Simulated_Universe_World_4",
"Simulated_Universe_World_5",
"Simulated_Universe_World_6",
"Simulated_Universe_World_7",
"Simulated_Universe_World_8"
]
},
@ -1430,159 +1582,6 @@
}
}
},
"Ornament": {
"Scheduler": {
"Enable": {
"type": "checkbox",
"value": false,
"option": [
true,
false
]
},
"NextRun": {
"type": "datetime",
"value": "2020-01-01 00:00:00",
"validate": "datetime"
},
"Command": {
"type": "input",
"value": "Ornament",
"display": "hide"
},
"ServerUpdate": {
"type": "input",
"value": "04:00",
"display": "hide"
}
},
"Ornament": {
"Dungeon": {
"type": "select",
"value": "Divergent_Universe_Eternal_Comedy",
"option": [
"Divergent_Universe_Eternal_Comedy",
"Divergent_Universe_To_Sweet_Dreams",
"Divergent_Universe_Pouring_Blades",
"Divergent_Universe_Fruit_of_Evil",
"Divergent_Universe_Permafrost",
"Divergent_Universe_Gentle_Words",
"Divergent_Universe_Smelted_Heart",
"Divergent_Universe_Untoppled_Walls"
]
},
"UseImmersifier": {
"type": "state",
"value": true,
"option": [
true
],
"option_bold": [
true
]
},
"DoubleEvent": {
"type": "state",
"value": true,
"option": [
true
],
"option_bold": [
true
]
},
"UseStamina": {
"type": "checkbox",
"value": false
}
},
"DungeonSupport": {
"Use": {
"type": "select",
"value": "when_daily",
"option": [
"when_daily",
"always_use"
]
},
"Character": {
"type": "select",
"value": "FirstCharacter",
"option": [
"FirstCharacter",
"Acheron",
"Argenti",
"Arlan",
"Asta",
"Aventurine",
"Bailu",
"BlackSwan",
"Blade",
"Boothill",
"Bronya",
"Clara",
"DanHeng",
"DanHengImbibitorLunae",
"DrRatio",
"Firefly",
"FuXuan",
"Gallagher",
"Gepard",
"Guinaifen",
"Hanya",
"Herta",
"Himeko",
"Hook",
"Huohuo",
"Jade",
"JingYuan",
"Jingliu",
"Kafka",
"Luka",
"Luocha",
"Lynx",
"March7thPreservation",
"March7thTheHunt",
"Misha",
"Natasha",
"Pela",
"Qingque",
"Robin",
"RuanMei",
"Sampo",
"Seele",
"Serval",
"SilverWolf",
"Sparkle",
"Sushang",
"Tingyun",
"TopazNumby",
"TrailblazerDestruction",
"TrailblazerHarmony",
"TrailblazerPreservation",
"Welt",
"Xueyi",
"Yanqing",
"Yukong",
"Yunli"
]
}
},
"TrailblazePower": {
"ExtractReservedTrailblazePower": {
"type": "checkbox",
"value": false
},
"UseFuel": {
"type": "checkbox",
"value": false
},
"FuelReserve": {
"type": "input",
"value": 5
}
}
},
"Daemon": {
"Daemon": {
"Enable": {

View File

@ -246,13 +246,12 @@ CloudStorage:
RogueWorld:
# Worlds will be injected in config updater
World:
value: Simulated_Universe_World_7
value: Simulated_Universe_World_8
option: [
Simulated_Universe_World_3,
Simulated_Universe_World_4,
Simulated_Universe_World_5,
Simulated_Universe_World_6,
Simulated_Universe_World_7,
Simulated_Universe_World_8,
]
Path:

View File

@ -12,6 +12,7 @@
"page": "setting",
"tasks": [
"Dungeon",
"Ornament",
"DailyQuest",
"BattlePass",
"Assignment",
@ -24,8 +25,7 @@
"page": "setting",
"tasks": [
"Weekly",
"Rogue",
"Ornament"
"Rogue"
]
},
"Tool": {

View File

@ -669,7 +669,7 @@
"stored": "StoredResersed",
"attrs": {
"time": "2020-01-01 00:00:00",
"total": 8,
"total": 2400,
"value": 0
},
"order": 0,

View File

@ -29,6 +29,11 @@ Daily:
- DungeonSupport
- DungeonStorage
- TrailblazePower
Ornament:
- Scheduler
- Ornament
- DungeonSupport
- TrailblazePower
DailyQuest:
- Scheduler
- DailyStorage
@ -61,11 +66,6 @@ Weekly:
- RogueWorld
- RogueBlessing
- RogueDebug
Ornament:
- Scheduler
- Ornament
- DungeonSupport
- TrailblazePower
# ==================== Tool ====================

View File

@ -159,7 +159,7 @@ class GeneratedConfig:
CloudStorage_CloudRemainFree = {}
# Group `RogueWorld`
RogueWorld_World = 'Simulated_Universe_World_7' # Simulated_Universe_World_3, Simulated_Universe_World_4, Simulated_Universe_World_5, Simulated_Universe_World_6, Simulated_Universe_World_7, Simulated_Universe_World_8
RogueWorld_World = 'Simulated_Universe_World_8' # Simulated_Universe_World_3, Simulated_Universe_World_4, Simulated_Universe_World_5, Simulated_Universe_World_6, Simulated_Universe_World_8
RogueWorld_Path = 'The_Hunt' # Preservation, Remembrance, Nihility, Abundance, The_Hunt, Destruction, Elation, Propagation, Erudition
RogueWorld_Bonus = 'Blessing Universe' # Blessing Universe, Miracle Universe, Fragmented Universe
RogueWorld_DomainStrategy = 'combat' # combat, occurrence

View File

@ -30,6 +30,10 @@
"name": "Dungeon",
"help": ""
},
"Ornament": {
"name": "Ornament",
"help": "The followings must be satisfied:\n1. Manually clear Divergent Universe once this week and have a save file.\n2. Enter the dungeon once on current device to have dungeon team saved."
},
"DailyQuest": {
"name": "Daily Quest",
"help": ""
@ -58,10 +62,6 @@
"name": "Simulated Universe",
"help": ""
},
"Ornament": {
"name": "Ornament",
"help": "The followings must be satisfied:\n1. Manually clear Divergent Universe once this week and have a save file.\n2. Enter the dungeon once on current device to have dungeon team saved."
},
"Daemon": {
"name": "Dialogue Clicker",
"help": ""
@ -936,7 +936,6 @@
"Simulated_Universe_World_4": "Simulated Universe: World 4",
"Simulated_Universe_World_5": "Simulated Universe: World 5",
"Simulated_Universe_World_6": "Simulated Universe: World 6",
"Simulated_Universe_World_7": "Simulated Universe: World 7",
"Simulated_Universe_World_8": "Simulated Universe: World 8"
},
"Path": {

View File

@ -30,6 +30,10 @@
"name": "Mazmorra",
"help": ""
},
"Ornament": {
"name": "Ornamentos",
"help": "Se deben cumplir los siguientes requisitos:\n1. Borre manualmente Universo Diferenciado una vez esta semana y tenga un archivo guardado.\n2. Ingrese a la mazmorra una vez en el dispositivo actual para guardar el equipo de la mazmorra."
},
"DailyQuest": {
"name": "Misión diaria",
"help": ""
@ -58,10 +62,6 @@
"name": "Universo Simulado",
"help": ""
},
"Ornament": {
"name": "Ornamentos",
"help": "Se deben cumplir los siguientes requisitos:\n1. Borre manualmente Universo Diferenciado una vez esta semana y tenga un archivo guardado.\n2. Ingrese a la mazmorra una vez en el dispositivo actual para guardar el equipo de la mazmorra."
},
"Daemon": {
"name": "Clic de diálogo",
"help": ""
@ -936,7 +936,6 @@
"Simulated_Universe_World_4": "Mundo 4",
"Simulated_Universe_World_5": "Mundo 5",
"Simulated_Universe_World_6": "Mundo 6",
"Simulated_Universe_World_7": "Mundo 7",
"Simulated_Universe_World_8": "Mundo 8"
},
"Path": {

View File

@ -30,6 +30,10 @@
"name": "Task.Dungeon.name",
"help": "Task.Dungeon.help"
},
"Ornament": {
"name": "Task.Ornament.name",
"help": "Task.Ornament.help"
},
"DailyQuest": {
"name": "Task.DailyQuest.name",
"help": "Task.DailyQuest.help"
@ -58,10 +62,6 @@
"name": "Task.Rogue.name",
"help": "Task.Rogue.help"
},
"Ornament": {
"name": "Task.Ornament.name",
"help": "Task.Ornament.help"
},
"Daemon": {
"name": "Task.Daemon.name",
"help": "Task.Daemon.help"
@ -936,7 +936,6 @@
"Simulated_Universe_World_4": "第四世界・模擬宇宙",
"Simulated_Universe_World_5": "第五世界・模擬宇宙",
"Simulated_Universe_World_6": "第六世界・模擬宇宙",
"Simulated_Universe_World_7": "第七世界・模擬宇宙",
"Simulated_Universe_World_8": "第八世界・模擬宇宙"
},
"Path": {

View File

@ -30,6 +30,10 @@
"name": "每日副本",
"help": ""
},
"Ornament": {
"name": "饰品提取",
"help": "运行 \"饰品提取\" 任务需要:\n1. 每周事先手动通关差分宇宙一次并保存存档\n2. 在当前设备进入过副本一次,有保存的编队"
},
"DailyQuest": {
"name": "每日任务",
"help": ""
@ -58,10 +62,6 @@
"name": "模拟宇宙",
"help": ""
},
"Ornament": {
"name": "饰品提取",
"help": "运行 \"饰品提取\" 任务需要:\n1. 每周事先手动通关差分宇宙一次并保存存档\n2. 在当前设备进入过副本一次,有保存的编队"
},
"Daemon": {
"name": "剧情连点器",
"help": ""
@ -936,7 +936,6 @@
"Simulated_Universe_World_4": "第四世界•模拟宇宙",
"Simulated_Universe_World_5": "第五世界•模拟宇宙",
"Simulated_Universe_World_6": "第六世界•模拟宇宙",
"Simulated_Universe_World_7": "第七世界•模拟宇宙",
"Simulated_Universe_World_8": "第八世界•模拟宇宙"
},
"Path": {

View File

@ -30,6 +30,10 @@
"name": "每日副本",
"help": ""
},
"Ornament": {
"name": "飾品提取",
"help": "運行 \"飾品提取\" 任務需要:\n1. 每週事先手動通關差分宇宙一次並保存檔案\n2. 在當前設備進入過副本一次,有保存的編隊"
},
"DailyQuest": {
"name": "每日任務",
"help": ""
@ -58,10 +62,6 @@
"name": "模擬宇宙",
"help": ""
},
"Ornament": {
"name": "飾品提取",
"help": "運行 \"飾品提取\" 任務需要:\n1. 每週事先手動通關差分宇宙一次並保存檔案\n2. 在當前設備進入過副本一次,有保存的編隊"
},
"Daemon": {
"name": "劇情連點器",
"help": ""
@ -936,7 +936,6 @@
"Simulated_Universe_World_4": "第四世界•模擬宇宙",
"Simulated_Universe_World_5": "第五世界•模擬宇宙",
"Simulated_Universe_World_6": "第六世界•模擬宇宙",
"Simulated_Universe_World_7": "第七世界•模擬宇宙",
"Simulated_Universe_World_8": "第八世界•模擬宇宙"
},
"Path": {