From 7c8d0fbfafe757b195afe150e8ea264c958062f4 Mon Sep 17 00:00:00 2001 From: Horror Proton <107091537+horror-proton@users.noreply.github.com> Date: Mon, 24 Oct 2022 23:16:22 +0800 Subject: [PATCH] feat: add drop quantity roi and intensity range for JP ref: https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/2363 --- resource/global/YoStarJP/resource/tasks.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/resource/global/YoStarJP/resource/tasks.json b/resource/global/YoStarJP/resource/tasks.json index 2d8bab0292..6613543ef7 100644 --- a/resource/global/YoStarJP/resource/tasks.json +++ b/resource/global/YoStarJP/resource/tasks.json @@ -102,6 +102,21 @@ "Home@ReturnTo" ] }, +"StageDrops-Quantity": { + "template": "empty.png", + "templThreshold": 3, + "templThreshold_Doc": "这里用来作为字间距阈值", + "roi": [ + 62, + 90, + 46, + 22 + ], + "maskRange": [ + 200, + 255 + ] + }, "RecruitTags": { "algorithm": "OcrDetect", "fullMatch": true,