mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
feat: SideStory「无忧梦呓」导航 (#13969)
This commit is contained in:
71
resource/tasks/Stages/AveMujica.json
Normal file
71
resource/tasks/Stages/AveMujica.json
Normal file
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"AveMujica-3": {
|
||||
"algorithm": "JustReturn",
|
||||
"sub": ["AveMujica-3@AveMujica-OpenOpt"],
|
||||
"next": ["AveMujica-3@SideStoryStage", "AveMujica-3@SwipeToStage"]
|
||||
},
|
||||
"AveMujica-3@SideStoryStage": {
|
||||
"text": ["SS-3"],
|
||||
"roi": [266, 606, 704, 97]
|
||||
},
|
||||
"AveMujica-5": {
|
||||
"algorithm": "JustReturn",
|
||||
"sub": ["AveMujica-5@AveMujica-OpenOpt"],
|
||||
"next": ["AveMujica-5@SideStoryStage", "AveMujica-5@SwipeToStage"]
|
||||
},
|
||||
"AveMujica-5@SideStoryStage": {
|
||||
"text": ["SS-5"],
|
||||
"roi": [266, 606, 704, 97]
|
||||
},
|
||||
"AveMujica-6": {
|
||||
"algorithm": "JustReturn",
|
||||
"sub": ["AveMujica-6@AveMujica-OpenOpt"],
|
||||
"next": ["AveMujica-6@SideStoryStage", "AveMujica-6@SwipeToStage"]
|
||||
},
|
||||
"AveMujica-6@SideStoryStage": {
|
||||
"text": ["SS-6"],
|
||||
"roi": [266, 606, 704, 97]
|
||||
},
|
||||
"AveMujica-7": {
|
||||
"algorithm": "JustReturn",
|
||||
"sub": ["AveMujica-7@AveMujica-OpenOpt"],
|
||||
"next": ["AveMujica-7@SideStoryStage", "AveMujica-7@SwipeToStage"]
|
||||
},
|
||||
"AveMujica-7@SideStoryStage": {
|
||||
"text": ["SS-7"],
|
||||
"roi": [266, 606, 704, 97]
|
||||
},
|
||||
"AveMujica-8": {
|
||||
"algorithm": "JustReturn",
|
||||
"sub": ["AveMujica-8@AveMujica-OpenOpt"],
|
||||
"next": ["AveMujica-8@SideStoryStage", "AveMujica-8@SwipeToStage"]
|
||||
},
|
||||
"AveMujica-8@SideStoryStage": {
|
||||
"text": ["SS-8"],
|
||||
"roi": [266, 606, 704, 97]
|
||||
},
|
||||
"AveMujica-OpenOpt": {
|
||||
"algorithm": "JustReturn",
|
||||
"next": ["AveMujica-OpenOcr", "AveMujica-Open"]
|
||||
},
|
||||
"AveMujica-Open": {
|
||||
"baseTask": "SS-Open",
|
||||
"postDelay": 4000,
|
||||
"template": ["StageSideStory.png", "StageActivity.png"],
|
||||
"next": ["AveMujicaChapterToAveMujica"]
|
||||
},
|
||||
"AveMujica-OpenOcr": {
|
||||
"baseTask": "SS-OpenOcr",
|
||||
"postDelay": 4000,
|
||||
"text": ["无忧梦呓", "拥抱命运"],
|
||||
"next": ["AveMujicaChapterToAveMujica"]
|
||||
},
|
||||
"AveMujicaChapterToAveMujica": {
|
||||
"algorithm": "OcrDetect",
|
||||
"action": "ClickSelf",
|
||||
"text": ["万般皆梦"],
|
||||
"postDelay": 1500,
|
||||
"roi": [973, 570, 138, 35],
|
||||
"next": ["#self", "SideStoryStage", "ChapterSwipeToTheRight"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user