From 4a169f32e78995d5d0cabeafc5cc6b79ecd8929b Mon Sep 17 00:00:00 2001 From: momomochi987 Date: Tue, 12 Sep 2023 20:04:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=98=E6=8B=89=E5=8F=A4=E4=BA=BA=E6=B4=BB?= =?UTF-8?q?=E5=8B=95=E5=B0=8E=E8=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/global/txwy/resource/tasks.json | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/resource/global/txwy/resource/tasks.json b/resource/global/txwy/resource/tasks.json index 9c07f7adb2..f346caa960 100644 --- a/resource/global/txwy/resource/tasks.json +++ b/resource/global/txwy/resource/tasks.json @@ -108,6 +108,11 @@ "PRTS" ] }, + "SideStoryReopen": { + "text": [ + "復刻" + ] + }, "EnterChapterDifficultyHard": { "text": [ "進入", @@ -129,6 +134,30 @@ ], "reduceOtherTimes": [] }, + "IS-Open": { + "action": "ClickSelf", + "algorithm": "OcrDetect", + "next": [ + "EnterChapterIS" + ], + "postDelay": 2000, + "roi": [ + 0, + 500, + 500, + 150 + ], + "text": [ + "敘拉古人", + "活動", + "已開放" + ] + }, + "EnterChapterIS": { + "text": [ + "沃爾西尼" + ] + }, "NL-Open": { "action": "ClickSelf", "algorithm": "OcrDetect",