Skip to content

Commit

Permalink
feat: RS-5导航
Browse files Browse the repository at this point in the history
  • Loading branch information
ABA2396 authored Dec 19, 2024
1 parent ceb7c61 commit a320838
Showing 1 changed file with 5 additions and 66 deletions.
71 changes: 5 additions & 66 deletions MaaAssistantArknights/api/resource/tasks.json
Original file line number Diff line number Diff line change
@@ -1,71 +1,10 @@
{
"EP-8": {
"RS-5": {
"algorithm": "JustReturn",
"sub": ["EP-OpenOpt"],
"next": ["EP-8@SideStoryStage", "EP-8@SwipeToStage"]
"sub": ["RS-OpenOcr"],
"next": ["RS-5@SideStoryStage", "RS-5@SwipeToStage"]
},
"EP-7": {
"algorithm": "JustReturn",
"sub": ["EP-OpenOpt"],
"next": ["EP-7@SideStoryStage", "EP-7@SwipeToStage"]
},
"EP-6": {
"algorithm": "JustReturn",
"sub": ["EP-OpenOpt"],
"next": ["EP-6@SideStoryStage", "EP-6@SwipeToStage"]
},
"EP-5": {
"algorithm": "JustReturn",
"sub": ["EP-OpenOpt"],
"next": ["EP-5@SideStoryStage", "EP-5@SwipeToStage"]
},
"EP-4": {
"algorithm": "JustReturn",
"sub": ["EP-OpenOpt"],
"next": ["EP-4@SideStoryStage", "EP-4@SwipeToStage"]
},
"EP-OpenOpt": {
"algorithm": "JustReturn",
"next": ["EP-OpenOcr", "EP-Open"]
},
"EP-Open": {
"baseTask": "SS-Open",
"template": "StageSideStory.png",
"next": ["EPChapterToEP"]
},
"EP-OpenOcr": {
"baseTask": "SS-OpenOcr",
"text": [
"出苍白海",
"穿越骸礁"
],
"next": ["EPChapterToEP"]
},
"EPChapterToEP": {
"algorithm": "OcrDetect",
"action": "ClickSelf",
"text": [
"盐漠开航",
"盐漠",
"开航"
],
"preDelay": 3000,
"roi": [1000, 414, 202, 137],
"next": ["#self", "ChapterSwipeToTheRight"]
},
"EP-8@SideStoryStage": {
"text": ["EP-8"]
},
"EP-7@SideStoryStage": {
"text": ["EP-7"]
},
"EP-6@SideStoryStage": {
"text": ["EP-6"]
},
"EP-5@SideStoryStage": {
"text": ["EP-5"]
},
"EP-4@SideStoryStage": {
"text": ["EP-4"]
"RS-5@SideStoryStage": {
"text": ["RS-5"]
}
}

0 comments on commit a320838

Please sign in to comment.