From 492cfe32fb79a913f2dce8a57f8fc085056c3ff8 Mon Sep 17 00:00:00 2001 From: zzyyyl Date: Sat, 29 Oct 2022 00:02:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20copilot=20=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E7=BC=96=E9=98=9F=E7=9A=84=20roi=20=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/2459 --- resource/tasks.json | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/resource/tasks.json b/resource/tasks.json index 3ca085ce20..226dbbf7ce 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -5807,10 +5807,10 @@ "template": "empty.png", "action": "ClickSelf", "roi": [ - 1163, - 0, - 117, - 133 + 1155, + 41, + 125, + 679 ], "templThreshold": 0.7, "maskRange": [ @@ -5820,7 +5820,13 @@ "rearDelay": 500 }, "BattleQuickFormationRole-All": { - "baseTask": "BattleQuickFormationRole" + "baseTask": "BattleQuickFormationRole", + "roi": [ + 1163, + 0, + 117, + 133 + ] }, "BattleQuickFormationRole-Pioneer": { "baseTask": "BattleQuickFormationRole"