diff --git a/resource/global/YoStarEN/resource/tasks.json b/resource/global/YoStarEN/resource/tasks.json index 2831fd116e..ed69533e39 100644 --- a/resource/global/YoStarEN/resource/tasks.json +++ b/resource/global/YoStarEN/resource/tasks.json @@ -369,5 +369,62 @@ 650 ], "rearDelay": 1000 + }, + "Award": { + "template": "Task.png", + "action": "ClickSelf", + "roi": [ + 650, + 500, + 250, + 170 + ], + "next": [ + "ReceiveAward", + "DailyTask", + "WeeklyTask", + "Award" + ] + }, + "AwardFinished": { + "action": "Stop", + "roi": [ + 400, + 0, + 880, + 150 + ], + "maskRange": [ + 1, + 255 + ] + }, + "DailyTask": { + "action": "ClickSelf", + "cache": false, + "roi": [ + 400, + 0, + 880, + 150 + ], + "next": [ + "ReceiveAward", + "WeeklyTask" + ] + }, + "WeeklyTask": { + "action": "ClickSelf", + "cache": false, + "roi": [ + 400, + 0, + 880, + 150 + ], + "next": [ + "ReceiveAward", + "Stop" + ] } } diff --git a/resource/global/YoStarEN/resource/template/AwardFinished.png b/resource/global/YoStarEN/resource/template/AwardFinished.png new file mode 100644 index 0000000000..089327fa57 Binary files /dev/null and b/resource/global/YoStarEN/resource/template/AwardFinished.png differ diff --git a/resource/global/YoStarEN/resource/template/DailyTask.png b/resource/global/YoStarEN/resource/template/DailyTask.png new file mode 100644 index 0000000000..d39709f605 Binary files /dev/null and b/resource/global/YoStarEN/resource/template/DailyTask.png differ diff --git a/resource/global/YoStarEN/resource/template/ReceiveAward.png b/resource/global/YoStarEN/resource/template/ReceiveAward.png new file mode 100644 index 0000000000..672fc1240e Binary files /dev/null and b/resource/global/YoStarEN/resource/template/ReceiveAward.png differ diff --git a/resource/global/YoStarEN/resource/template/Task.png b/resource/global/YoStarEN/resource/template/Task.png new file mode 100644 index 0000000000..c8312c026b Binary files /dev/null and b/resource/global/YoStarEN/resource/template/Task.png differ diff --git a/resource/global/YoStarEN/resource/template/WeeklyTask.png b/resource/global/YoStarEN/resource/template/WeeklyTask.png new file mode 100644 index 0000000000..9c46b603d4 Binary files /dev/null and b/resource/global/YoStarEN/resource/template/WeeklyTask.png differ diff --git a/resource/tasks.json b/resource/tasks.json index 5e7ba54f15..59167a794d 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -2178,7 +2178,8 @@ "WeeklyTask", "AwardFinished", "CloseTaskAwardDouble" - ] + ], + "max_times": 10 }, "AwardFinished": { "action": "Stop",