diff --git a/resource/tasks.json b/resource/tasks.json index d2aa1ef9d7..ffe68ab027 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -9784,6 +9784,13 @@ "specificRect": [600, 600, 25, 25] }, "Sarkaz@Roguelike@CloseCollection": { + "method": "RGBCount", + "colorScales": [ + [ + [150, 150, 150], + [170, 170, 170] + ] + ], "next": [ "Sarkaz@Roguelike@LastReward", "Sarkaz@Roguelike@LastReward4", @@ -9796,8 +9803,14 @@ }, "Sarkaz@Roguelike@CloseCollectionClose": { "action": "ClickSelf", - "templThreshold": 0.9, "roi": [572, 434, 144, 141], + "method": "RGBCount", + "colorScales": [ + [ + [150, 150, 150], + [170, 170, 170] + ] + ], "next": [ "Sarkaz@Roguelike@StageEncounterEnter", "Sarkaz@Roguelike@Stages#next", @@ -9810,9 +9823,14 @@ }, "Sarkaz@Roguelike@CloseCollectionContinue": { "action": "ClickSelf", - "templThreshold": 0.79, "roi": [549, 440, 123, 130], - "maskRange": [100, 255], + "method": "RGBCount", + "colorScales": [ + [ + [110, 110, 110], + [130, 130, 130] + ] + ], "next": [ "Sarkaz@Roguelike@StageEncounterEnter", "Sarkaz@Roguelike@Stages#next",