diff --git a/resource/tasks.json b/resource/tasks.json index 4165ec6551..2a0a95f818 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -1279,70 +1279,63 @@ "template": "ClueVacancyNo1.png", "cache": false, "maskRange": [ - 250, + 180, 255 ], - "templThreshold": 0.95, "rearDelay": 1000 }, "InfrastClueVacancyNo2": { "template": "ClueVacancyNo2.png", "cache": false, "maskRange": [ - 250, + 180, 255 ], - "templThreshold": 0.95, "rearDelay": 1000 }, "InfrastClueVacancyNo3": { "template": "ClueVacancyNo3.png", "cache": false, "maskRange": [ - 250, + 180, 255 ], - "templThreshold": 0.95, "rearDelay": 1000 }, "InfrastClueVacancyNo4": { "template": "ClueVacancyNo4.png", "cache": false, "maskRange": [ - 250, + 180, 255 ], - "templThreshold": 0.95, "rearDelay": 1000 }, "InfrastClueVacancyNo5": { "template": "ClueVacancyNo5.png", "cache": false, "maskRange": [ - 250, + 180, 255 ], - "templThreshold": 0.95, "rearDelay": 1000 }, "InfrastClueVacancyNo6": { "template": "ClueVacancyNo6.png", "cache": false, "maskRange": [ - 250, + 180, 255 ], - "templThreshold": 0.95, "rearDelay": 1000 }, "InfrastClueVacancyNo7": { "template": "ClueVacancyNo7.png", "cache": false, "maskRange": [ - 250, + 180, 255 ], - "templThreshold": 0.95, "rearDelay": 1000 }, "InfrastClue": { @@ -1403,8 +1396,10 @@ "action": "clickSelf", "cache": false, "next": [ - "InfrastClueNew" - ] + "InfrastClueNew", + "CloseCluePage" + ], + "rearDelay": 2000 }, "GetClue2": { "template": "GetClue2.png", @@ -1412,12 +1407,22 @@ "cache": false, "next": [ "InfrastClueNew" - ] + ], + "rearDelay": 2000 + }, + "CloseCluePage": { + "template": "CloseCluePage.png", + "action": "clickSelf", + "cache": false, + "next": [ + "InfrastClueNew" + ], + "rearDelay": 1000 }, "UnlockClues": { "template": "UnlockClues.png", "action": "clickSelf", "cache": false, - "rearDelay": 2000 + "rearDelay": 3000 } } \ No newline at end of file diff --git a/resource/template/Clue.png b/resource/template/Clue.png index c01d72c9d7..e8ef55d809 100644 Binary files a/resource/template/Clue.png and b/resource/template/Clue.png differ diff --git a/resource/template/ClueVacancyNo1.png b/resource/template/ClueVacancyNo1.png index 1a86dcc014..5af87ec790 100644 Binary files a/resource/template/ClueVacancyNo1.png and b/resource/template/ClueVacancyNo1.png differ diff --git a/resource/template/ClueVacancyNo2.png b/resource/template/ClueVacancyNo2.png index d6f02c3512..b113aaeea8 100644 Binary files a/resource/template/ClueVacancyNo2.png and b/resource/template/ClueVacancyNo2.png differ diff --git a/resource/template/ClueVacancyNo3.png b/resource/template/ClueVacancyNo3.png index f88d268d4b..3db957cc42 100644 Binary files a/resource/template/ClueVacancyNo3.png and b/resource/template/ClueVacancyNo3.png differ diff --git a/resource/template/ClueVacancyNo4.png b/resource/template/ClueVacancyNo4.png index 17922e3e66..01950c5aa6 100644 Binary files a/resource/template/ClueVacancyNo4.png and b/resource/template/ClueVacancyNo4.png differ diff --git a/resource/template/ClueVacancyNo5.png b/resource/template/ClueVacancyNo5.png index d2b21f8022..5141de37af 100644 Binary files a/resource/template/ClueVacancyNo5.png and b/resource/template/ClueVacancyNo5.png differ diff --git a/resource/template/ClueVacancyNo6.png b/resource/template/ClueVacancyNo6.png index 288fcfda4e..d127677ea6 100644 Binary files a/resource/template/ClueVacancyNo6.png and b/resource/template/ClueVacancyNo6.png differ diff --git a/resource/template/ClueVacancyNo7.png b/resource/template/ClueVacancyNo7.png index 57d94e3a00..89e6242fcd 100644 Binary files a/resource/template/ClueVacancyNo7.png and b/resource/template/ClueVacancyNo7.png differ