diff --git a/resource/tasks.json b/resource/tasks.json index 17c6320634..3c7ded9c06 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -198,6 +198,131 @@ 60 ] }, + "DV-5": { + "algorithm": "JustReturn", + "action": "DoNothing", + "sub": [ + "DV-Open" + ], + "next": [ + "StageDV-5", + "SwapToStageDV-5" + ] + }, + "DV-6": { + "algorithm": "JustReturn", + "action": "DoNothing", + "sub": [ + "DV-Open" + ], + "next": [ + "StageDV-6", + "SwapToStageDV-6" + ] + }, + "DV-7": { + "algorithm": "JustReturn", + "action": "DoNothing", + "sub": [ + "DV-Open" + ], + "next": [ + "StageDV-7", + "SwapToStageDV-7" + ] + }, + "DV-Open": { + "action": "ClickSelf", + "roi": [ + 471, + 0, + 530, + 711 + ], + "sub": [ + "DVChapterToDV", + "SwipeToTheRight" + ] + }, + "DVChapterToDV": { + "algorithm": "OcrDetect", + "action": "ClickSelf", + "text": [ + "我不知道" + ], + "roi": [ + 1011, + 495, + 217, + 139 + ] + }, + "SwapToStageDV-5": { + "algorithm": "JustReturn", + "action": "SlowlySwipeToTheLeft", + "next": [ + "StageDV-5", + "SwapToStageDV-5" + ] + }, + "SwapToStageDV-6": { + "algorithm": "JustReturn", + "action": "SlowlySwipeToTheLeft", + "next": [ + "StageDV-6", + "SwapToStageDV-6" + ] + }, + "SwapToStageDV-7": { + "algorithm": "JustReturn", + "action": "SlowlySwipeToTheLeft", + "next": [ + "StageDV-7", + "SwapToStageDV-7" + ] + }, + "StageDV-5": { + "algorithm": "OcrDetect", + "action": "ClickSelf", + "cache": false, + "text": [ + "DV-5" + ], + "roi": [ + 0, + 145, + 1280, + 332 + ] + }, + "StageDV-6": { + "algorithm": "OcrDetect", + "action": "ClickSelf", + "cache": false, + "text": [ + "DV-6" + ], + "roi": [ + 0, + 145, + 1280, + 332 + ] + }, + "StageDV-7": { + "algorithm": "OcrDetect", + "action": "ClickSelf", + "cache": false, + "text": [ + "DV-7" + ], + "roi": [ + 0, + 145, + 1280, + 332 + ] + }, "LE-5": { "algorithm": "JustReturn", "action": "DoNothing", diff --git a/resource/template/DV-Open.png b/resource/template/DV-Open.png new file mode 100644 index 0000000000..58c39fd85e Binary files /dev/null and b/resource/template/DV-Open.png differ diff --git a/src/MeoAsstGui/ViewModels/TaskQueueViewModel.cs b/src/MeoAsstGui/ViewModels/TaskQueueViewModel.cs index 623bdd0c52..08fc115d21 100644 --- a/src/MeoAsstGui/ViewModels/TaskQueueViewModel.cs +++ b/src/MeoAsstGui/ViewModels/TaskQueueViewModel.cs @@ -169,6 +169,11 @@ namespace MeoAsstGui new CombData { Display = "当前关卡", Value = string.Empty }, new CombData { Display = "上次作战", Value = "LastBattle" }, + // SideStory「绿野幻梦」活动 + // new CombData { Display = "DV-7", Value = "DV-7" }, + // new CombData { Display = "DV-6", Value = "DV-6" }, + // new CombData { Display = "DV-5", Value = "DV-5" }, + new CombData { Display = "1-7", Value = "1-7" }, new CombData { Display = "龙门币-6/5", Value = "CE-6" }, new CombData { Display = "红票-5", Value = "AP-5" },