From ce4c9cd87c6015a23f8f7795dec67f588367863d Mon Sep 17 00:00:00 2001 From: Constrat <56174894+Constrat@users.noreply.github.com> Date: Tue, 21 May 2024 09:50:07 +0000 Subject: [PATCH] feat: YostarEN Siracusano navigation EnterChapterIS might need future regex. Wait for event --- resource/global/YoStarEN/resource/tasks.json | 27 +++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/resource/global/YoStarEN/resource/tasks.json b/resource/global/YoStarEN/resource/tasks.json index 3298b1238f..e9fb51f197 100644 --- a/resource/global/YoStarEN/resource/tasks.json +++ b/resource/global/YoStarEN/resource/tasks.json @@ -50,6 +50,31 @@ 150 ] }, + "IS-Open": { + "action": "ClickSelf", + "algorithm": "OcrDetect", + "roi": [ + 0, + 500, + 500, + 150 + ], + "text": [ + "Siracusano" + ] + }, + "IS-OpenOcr": { + "text": [ + "Siracusano", + "", + "open" + ] + }, + "EnterChapterIS": { + "text": [ + "Volsinii" + ] + }, "ZT-OpenOcr": { "text": [ "Zwilling", @@ -7643,4 +7668,4 @@ "SAND" ] } -} \ No newline at end of file +}