From 06265f99c593dead628d279e9a045c8180616206 Mon Sep 17 00:00:00 2001 From: SherkeyXD <57581480+SherkeyXD@users.noreply.github.com> Date: Thu, 4 Sep 2025 17:14:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20SideStory=E3=80=8C=E6=97=A0=E5=BF=A7?= =?UTF-8?q?=E6=A2=A6=E5=91=93=E3=80=8D=E5=AF=BC=E8=88=AA=20(#13969)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/tasks/Stages/AveMujica.json | 71 ++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 resource/tasks/Stages/AveMujica.json diff --git a/resource/tasks/Stages/AveMujica.json b/resource/tasks/Stages/AveMujica.json new file mode 100644 index 0000000000..ea2c74d7f9 --- /dev/null +++ b/resource/tasks/Stages/AveMujica.json @@ -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"] + } +}