mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 18:01:26 +08:00
chore: 繁中服「銀心湖列車」復刻活動導航 (#13945)
This commit is contained in:
@@ -1,8 +1,57 @@
|
||||
{
|
||||
"RS-OpenOpt": {
|
||||
"algorithm": "JustReturn",
|
||||
"next": ["RS-OpenOcr", "RS-Open"]
|
||||
},
|
||||
"RS-Open": {
|
||||
"baseTask": "SS-Open",
|
||||
"template": ["StageSideStory.png", "StageActivity.png"],
|
||||
"next": ["RSChapterToRS"]
|
||||
},
|
||||
"RS-8": {
|
||||
"algorithm": "JustReturn",
|
||||
"sub": ["RS-8@RS-OpenOpt"],
|
||||
"next": ["RS-8@SideStoryStage", "RS-8@SwipeToStage"]
|
||||
},
|
||||
"RS-7": {
|
||||
"algorithm": "JustReturn",
|
||||
"sub": ["RS-7@RS-OpenOpt"],
|
||||
"next": ["RS-7@SideStoryStage", "RS-7@SwipeToStage"]
|
||||
},
|
||||
"RS-6": {
|
||||
"algorithm": "JustReturn",
|
||||
"sub": ["RS-6@RS-OpenOpt"],
|
||||
"next": ["RS-6@SideStoryStage", "RS-6@SwipeToStage"]
|
||||
},
|
||||
"RS-5": {
|
||||
"algorithm": "JustReturn",
|
||||
"sub": ["RS-5@RS-OpenOpt"],
|
||||
"next": ["RS-5@SideStoryStage", "RS-5@SwipeToStage"]
|
||||
},
|
||||
"RS-OpenOcr": {
|
||||
"text": ["銀心", "列車", "特快"]
|
||||
"baseTask": "SS-OpenOcr",
|
||||
"text": ["銀心", "列車", "特快"],
|
||||
"next": ["RSChapterToRS"]
|
||||
},
|
||||
"RSChapterToRS": {
|
||||
"text": ["月台"]
|
||||
"algorithm": "OcrDetect",
|
||||
"action": "ClickSelf",
|
||||
"ocrReplace": [["月合", "月台"]],
|
||||
"text": ["月台"],
|
||||
"preDelay": 1000,
|
||||
"roi": [1027, 443, 158, 137],
|
||||
"next": ["#self", "ChapterSwipeToTheRight"]
|
||||
},
|
||||
"RS-8@SideStoryStage": {
|
||||
"text": ["RS-8"]
|
||||
},
|
||||
"RS-7@SideStoryStage": {
|
||||
"text": ["RS-7"]
|
||||
},
|
||||
"RS-6@SideStoryStage": {
|
||||
"text": ["RS-6"]
|
||||
},
|
||||
"RS-5@SideStoryStage": {
|
||||
"text": ["RS-5"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user