mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 17:57:01 +08:00
feat.适配美服领取任务奖励(已测试)& fix.修复领取奖励任务死循环的问题
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
BIN
resource/global/YoStarEN/resource/template/AwardFinished.png
Normal file
BIN
resource/global/YoStarEN/resource/template/AwardFinished.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.5 KiB |
BIN
resource/global/YoStarEN/resource/template/DailyTask.png
Normal file
BIN
resource/global/YoStarEN/resource/template/DailyTask.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.3 KiB |
BIN
resource/global/YoStarEN/resource/template/ReceiveAward.png
Normal file
BIN
resource/global/YoStarEN/resource/template/ReceiveAward.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
BIN
resource/global/YoStarEN/resource/template/Task.png
Normal file
BIN
resource/global/YoStarEN/resource/template/Task.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.6 KiB |
BIN
resource/global/YoStarEN/resource/template/WeeklyTask.png
Normal file
BIN
resource/global/YoStarEN/resource/template/WeeklyTask.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.4 KiB |
@@ -2178,7 +2178,8 @@
|
||||
"WeeklyTask",
|
||||
"AwardFinished",
|
||||
"CloseTaskAwardDouble"
|
||||
]
|
||||
],
|
||||
"max_times": 10
|
||||
},
|
||||
"AwardFinished": {
|
||||
"action": "Stop",
|
||||
|
||||
Reference in New Issue
Block a user