From 6b0c12938d9dca3237aec91a85d3dd0ae98486ce Mon Sep 17 00:00:00 2001 From: SherkeyXD <57581480+SherkeyXD@users.noreply.github.com> Date: Fri, 9 Jan 2026 12:06:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20SideStory=E3=80=8C=E9=9B=85=E8=B5=9B?= =?UTF-8?q?=E5=8A=AA=E6=96=AF=E5=A4=8D=E4=BB=87=E8=AE=B0=E3=80=8D=E5=AF=BC?= =?UTF-8?q?=E8=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/tasks/Stages/ME.json | 66 +++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 resource/tasks/Stages/ME.json diff --git a/resource/tasks/Stages/ME.json b/resource/tasks/Stages/ME.json new file mode 100644 index 0000000000..6ff8f54e6c --- /dev/null +++ b/resource/tasks/Stages/ME.json @@ -0,0 +1,66 @@ +{ + "ME-3": { + "algorithm": "JustReturn", + "sub": ["ME-3@ME-OpenOpt"], + "next": ["ME-3@SideStoryStage", "ME-3@SwipeToStage"] + }, + "ME-3@SideStoryStage": { + "text": ["ME-3"] + }, + "ME-5": { + "algorithm": "JustReturn", + "sub": ["ME-5@ME-OpenOpt"], + "next": ["ME-5@SideStoryStage", "ME-5@SwipeToStage"] + }, + "ME-5@SideStoryStage": { + "text": ["ME-5"] + }, + "ME-6": { + "algorithm": "JustReturn", + "sub": ["ME-6@ME-OpenOpt"], + "next": ["ME-6@SideStoryStage", "ME-6@SwipeToStage"] + }, + "ME-6@SideStoryStage": { + "text": ["ME-6"] + }, + "ME-7": { + "algorithm": "JustReturn", + "sub": ["ME-7@ME-OpenOpt"], + "next": ["ME-7@SideStoryStage", "ME-7@SwipeToStage"] + }, + "ME-7@SideStoryStage": { + "text": ["ME-7"] + }, + "ME-8": { + "algorithm": "JustReturn", + "sub": ["ME-8@ME-OpenOpt"], + "next": ["ME-8@SideStoryStage", "ME-8@SwipeToStage"] + }, + "ME-8@SideStoryStage": { + "text": ["ME-8"] + }, + "ME-OpenOpt": { + "algorithm": "JustReturn", + "next": ["ME-OpenOcr", "ME-Open"] + }, + "ME-Open": { + "baseTask": "SS-Open", + "postDelay": 3000, + "template": ["StageSideStory.png", "StageActivity.png"], + "next": ["MEChapterToME"] + }, + "ME-OpenOcr": { + "baseTask": "SS-OpenOcr", + "postDelay": 3000, + "text": ["雅赛努斯", "复仇记", "街头戏剧"], + "next": ["MEChapterToME"] + }, + "MEChapterToME": { + "algorithm": "OcrDetect", + "action": "ClickSelf", + "text": ["神殿仪式"], + "postDelay": 2000, + "roi": [1126, 382, 99, 33], + "next": ["#self", "SideStoryStage", "ChapterSwipeToTheRight"] + } +}