diff --git a/config/template.json b/config/template.json index 5c0c8fa09..393ec9360 100644 --- a/config/template.json +++ b/config/template.json @@ -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, diff --git a/module/config/argument/args.json b/module/config/argument/args.json index 94b4738f0..afd122687 100644 --- a/module/config/argument/args.json +++ b/module/config/argument/args.json @@ -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": { diff --git a/module/config/argument/argument.yaml b/module/config/argument/argument.yaml index 89e52636a..8703d3130 100644 --- a/module/config/argument/argument.yaml +++ b/module/config/argument/argument.yaml @@ -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: diff --git a/module/config/argument/menu.json b/module/config/argument/menu.json index 81e6c68fa..c6080bdff 100644 --- a/module/config/argument/menu.json +++ b/module/config/argument/menu.json @@ -12,6 +12,7 @@ "page": "setting", "tasks": [ "Dungeon", + "Ornament", "DailyQuest", "BattlePass", "Assignment", @@ -24,8 +25,7 @@ "page": "setting", "tasks": [ "Weekly", - "Rogue", - "Ornament" + "Rogue" ] }, "Tool": { diff --git a/module/config/argument/stored.json b/module/config/argument/stored.json index 0beb4eb59..33511775d 100644 --- a/module/config/argument/stored.json +++ b/module/config/argument/stored.json @@ -669,7 +669,7 @@ "stored": "StoredResersed", "attrs": { "time": "2020-01-01 00:00:00", - "total": 8, + "total": 2400, "value": 0 }, "order": 0, diff --git a/module/config/argument/task.yaml b/module/config/argument/task.yaml index c71f2c3df..8e4e5195a 100644 --- a/module/config/argument/task.yaml +++ b/module/config/argument/task.yaml @@ -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 ==================== diff --git a/module/config/config_generated.py b/module/config/config_generated.py index 469b09d08..680e5cec6 100644 --- a/module/config/config_generated.py +++ b/module/config/config_generated.py @@ -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 diff --git a/module/config/i18n/en-US.json b/module/config/i18n/en-US.json index e5592fc3e..061837ce5 100644 --- a/module/config/i18n/en-US.json +++ b/module/config/i18n/en-US.json @@ -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": { diff --git a/module/config/i18n/es-ES.json b/module/config/i18n/es-ES.json index 171636fa3..b5f23d52c 100644 --- a/module/config/i18n/es-ES.json +++ b/module/config/i18n/es-ES.json @@ -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": { diff --git a/module/config/i18n/ja-JP.json b/module/config/i18n/ja-JP.json index a6176ccac..5a9a4f91b 100644 --- a/module/config/i18n/ja-JP.json +++ b/module/config/i18n/ja-JP.json @@ -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": { diff --git a/module/config/i18n/zh-CN.json b/module/config/i18n/zh-CN.json index dd9b23529..73925bd65 100644 --- a/module/config/i18n/zh-CN.json +++ b/module/config/i18n/zh-CN.json @@ -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": { diff --git a/module/config/i18n/zh-TW.json b/module/config/i18n/zh-TW.json index f07928363..df83bae08 100644 --- a/module/config/i18n/zh-TW.json +++ b/module/config/i18n/zh-TW.json @@ -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": {