diff --git a/resource/tasks.json b/resource/tasks.json index 4b3b3a56a5..a96b76fede 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -7458,6 +7458,13 @@ 255 ] }, + "SkipBattlePlot": { + "baseTask": "SkipThePreBattlePlot", + "template": "SkipThePreBattlePlot.png", + "next": [ + "SkipBattlePlotConfirm" + ] + }, "SkipThePreBattlePlotConfirm": { "action": "ClickSelf", "roi": [ @@ -7471,6 +7478,31 @@ 255 ] }, + "SkipBattlePlotConfirm": { + "baseTask": "SkipThePreBattlePlotConfirm", + "template": "SkipThePreBattlePlotConfirm.png", + "next": [ + "EndOfPlot" + ] + }, + "EndOfPlot": { + "roi": [ + 520, + 0, + 243, + 206 + ], + "action": "ClickRect", + "specificRect": [ + 1000, + 120, + 270, + 10 + ], + "next": [ + "ClickedCorrectStage" + ] + }, "SkipForbiddenOperConfirm": { "action": "ClickSelf", "roi": [ @@ -7536,6 +7568,19 @@ ], "postDelay": 2000 }, + "BattleStartPlot": { + "roi": [ + 872, + 250, + 212, + 255 + ], + "postDelay": 2000, + "action": "ClickSelf", + "next": [ + "SkipBattlePlot" + ] + }, "BattleOperName": { "algorithm": "OcrDetect", "text": [], @@ -13543,6 +13588,26 @@ 163 ] }, + "Copilot@StageNavigationSlowlySwipeLeft": { + "doc": "禁掉copilot的找不到关卡返回", + "exceededNext": [ + "Copilot@ChapterSwipeToTheRightAndPlot" + ] + }, + "Copilot@ChapterSwipeToTheRightAndPlot": { + "doc": "划五次到最右,然后扫有无初见剧情", + "baseTask": "ChapterSwipeToTheRight", + "exceededNext": [ + "Copilot@ClickPlotStage" + ] + }, + "ClickPlotStage": { + "action": "ClickSelf", + "next": [ + "BattleStartPlot" + ], + "maxTimes": 1 + }, "Copilot@ClickCornerUntilEndOfAction": { "algorithm": "JustReturn", "action": "DoNothing", diff --git a/resource/template/BattleStartPlot.png b/resource/template/BattleStartPlot.png new file mode 100644 index 0000000000..763d677098 Binary files /dev/null and b/resource/template/BattleStartPlot.png differ diff --git a/resource/template/ClickPlotStage.png b/resource/template/ClickPlotStage.png new file mode 100644 index 0000000000..f5700bf28f Binary files /dev/null and b/resource/template/ClickPlotStage.png differ diff --git a/resource/template/EndOfPlot.png b/resource/template/EndOfPlot.png new file mode 100644 index 0000000000..c91e6e85b2 Binary files /dev/null and b/resource/template/EndOfPlot.png differ