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:
David
2023-08-02 11:26:34 +02:00
parent f1dd6e3fe0
commit 4c2c644bfa
2 changed files with 18 additions and 5 deletions

View File

@@ -5030,6 +5030,20 @@
"Heart of Surging Flame"
]
},
"ClickedCorrectStageOrSwipe": {
"baseTask": "StartButton1",
"action": "DoNothing",
"reduceOtherTimes": [],
"next": [
"ClickedCorrectStage",
"FullStageNavigation"
]
},
"StartButton1": {
"text": [
"Start"
]
},
"StartRecruit": {
"text": [
"Recruit Now"

View File

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