diff --git a/resource/global/YoStarEN/resource/tasks/tasks.json b/resource/global/YoStarEN/resource/tasks/tasks.json index ebd8c16522..436b93c99d 100644 --- a/resource/global/YoStarEN/resource/tasks/tasks.json +++ b/resource/global/YoStarEN/resource/tasks/tasks.json @@ -1309,7 +1309,9 @@ ] }, "BattleQuickFormationExpandRole": { - "roi": [1166, 0, 114, 120] + "algorithm": "OcrDetect", + "text": ["Job", "Class"], + "roi": [1207, 25, 42, 32] }, "BattleQuickFormationFilter-Cost": { "text": ["Deployment Cost"], @@ -1365,11 +1367,9 @@ "StageDrops-DropType-Reward": { "templThreshold": 0.7 }, - "OperBoxRoleTabSelect": { - "roi": [1158, 0, 122, 126] - }, "OperBoxRoleTab": { - "roi": [1166, 0, 114, 124] + "baseTask": "BattleQuickFormationExpandRole", + "action": "Stop" }, "OperBoxNameOCR": { "rectMove_doc": "for overwidth", diff --git a/resource/global/YoStarEN/resource/template/BattleQuickFormationCollapseRole.png b/resource/global/YoStarEN/resource/template/BattleQuickFormationCollapseRole.png index ea97079402..de24aa8ecb 100644 Binary files a/resource/global/YoStarEN/resource/template/BattleQuickFormationCollapseRole.png and b/resource/global/YoStarEN/resource/template/BattleQuickFormationCollapseRole.png differ diff --git a/resource/global/YoStarEN/resource/template/BattleQuickFormationExpandRole.png b/resource/global/YoStarEN/resource/template/BattleQuickFormationExpandRole.png deleted file mode 100644 index 6418328985..0000000000 Binary files a/resource/global/YoStarEN/resource/template/BattleQuickFormationExpandRole.png and /dev/null differ