From 6246287c0d272e2b06c42a28b61c7f344ce76868 Mon Sep 17 00:00:00 2001 From: Yifan Liu Date: Wed, 1 Mar 2023 21:23:20 -0600 Subject: [PATCH] =?UTF-8?q?feat:=20JP=20DH-9=20Navigation=E5=A4=9A?= =?UTF-8?q?=E7=B4=A2=E9=9B=B7=E6=96=AF=E5=AF=BC=E8=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/global/YoStarJP/resource/tasks.json | 15 ++++++ resource/tasks.json | 57 ++++++++++++++++++++ 2 files changed, 72 insertions(+) diff --git a/resource/global/YoStarJP/resource/tasks.json b/resource/global/YoStarJP/resource/tasks.json index 95345b2cfc..317b99d4de 100644 --- a/resource/global/YoStarJP/resource/tasks.json +++ b/resource/global/YoStarJP/resource/tasks.json @@ -3552,5 +3552,20 @@ "破坏协议-压制" ] ] + }, + "DH-Open": { + "text": [ + "ドッソレス", + "ホリデー", + "復刻", + "イベント", + "催中" + ] + }, + "DHChapterToDH": { + "text": [ + "大会", + "エントリー" + ] } } \ No newline at end of file diff --git a/resource/tasks.json b/resource/tasks.json index 314b9a025d..29610a5bb7 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -785,6 +785,63 @@ "isAscii": true, "text": [] }, + "DH-9": { + "algorithm": "JustReturn", + "action": "DoNothing", + "sub": [ + "DH-Open" + ], + "next": [ + "DH-9@SideStoryStage", + "DH-9@SwipeToStage" + ] + }, + "DH-Open": { + "action": "ClickSelf", + "algorithm": "OcrDetect", + "text": [ + "假日", + "复刻", + "活动", + "开放" + ], + "roi": [ + 0, + 500, + 500, + 150 + ], + "postDelay": 2000, + "next": [ + "DHChapterToDH" + ] + }, + "DHChapterToDH": { + "algorithm": "OcrDetect", + "action": "ClickSelf", + "text": [ + "极限", + "铁人", + "大奖" + ], + "roi": [ + 934, + 280, + 234, + 124 + ], + "postDelay": 2000, + "next": [ + "DHChapterToDH", + "ChapterSwipeToTheRight" + ] + }, + "DH-9@SideStoryStage": { + "baseTask": "SideStoryStage", + "text": [ + "DH-9" + ] + }, "GA-6": { "algorithm": "JustReturn", "action": "DoNothing",