mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 18:01:26 +08:00
feat: 新增 自动战斗-战斗列表 在未找到设定关卡时,移动至最右侧并自动通关未通过的剧情关
This commit is contained in:
@@ -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",
|
||||
|
||||
BIN
resource/template/BattleStartPlot.png
Normal file
BIN
resource/template/BattleStartPlot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
BIN
resource/template/ClickPlotStage.png
Normal file
BIN
resource/template/ClickPlotStage.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
BIN
resource/template/EndOfPlot.png
Normal file
BIN
resource/template/EndOfPlot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
Reference in New Issue
Block a user