feat: 新增 自动战斗-战斗列表 在未找到设定关卡时,移动至最右侧并自动通关未通过的剧情关

This commit is contained in:
status102
2023-10-07 10:34:40 +08:00
parent 41e845a769
commit fac2f697f0
4 changed files with 65 additions and 0 deletions

View File

@@ -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",

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB