mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
refactor: from ba75736 Manual Stage navigation EN
The reason I had to do the first commit is because the "baseTask" wasn't working properly, so I copied the inheritor, and now it's working as intended.
This commit is contained in:
@@ -5030,6 +5030,20 @@
|
||||
"Heart of Surging Flame"
|
||||
]
|
||||
},
|
||||
"ClickedCorrectStageOrSwipe": {
|
||||
"baseTask": "StartButton1",
|
||||
"action": "DoNothing",
|
||||
"reduceOtherTimes": [],
|
||||
"next": [
|
||||
"ClickedCorrectStage",
|
||||
"FullStageNavigation"
|
||||
]
|
||||
},
|
||||
"StartButton1": {
|
||||
"text": [
|
||||
"Start"
|
||||
]
|
||||
},
|
||||
"StartRecruit": {
|
||||
"text": [
|
||||
"Recruit Now"
|
||||
|
||||
@@ -3132,17 +3132,16 @@
|
||||
"algorithm": "OcrDetect",
|
||||
"action": "ClickSelf",
|
||||
"text": [
|
||||
"Start",
|
||||
"开始行动"
|
||||
],
|
||||
"cache": false,
|
||||
"preDelay": 500,
|
||||
"postDelay": 1000,
|
||||
"roi": [
|
||||
1000,
|
||||
600,
|
||||
280,
|
||||
120
|
||||
1038,
|
||||
640,
|
||||
206,
|
||||
46
|
||||
],
|
||||
"exceededNext": [
|
||||
"StageSNReturnFlag",
|
||||
|
||||
Reference in New Issue
Block a user