mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 10:10:45 +08:00
feat.新增领取日常任务奖励的processtask
This commit is contained in:
@@ -273,6 +273,68 @@
|
||||
"StartButton1"
|
||||
]
|
||||
},
|
||||
"AwardBegin": {
|
||||
"algorithm": "justreturn",
|
||||
"action": "clickRect",
|
||||
"specificRect": [
|
||||
0,
|
||||
200,
|
||||
300,
|
||||
400
|
||||
],
|
||||
"next": [
|
||||
"ReturnToAward",
|
||||
"Award",
|
||||
"ReceiveAward",
|
||||
"WeeklyTask"
|
||||
]
|
||||
},
|
||||
"Award": {
|
||||
"template": "Task.png",
|
||||
"action": "clickSelf",
|
||||
"next": [
|
||||
"ReceiveAward",
|
||||
"WeeklyTask"
|
||||
]
|
||||
},
|
||||
"ReceiveAward": {
|
||||
"action": "clickSelf",
|
||||
"next": [
|
||||
"CloseTaskAward"
|
||||
]
|
||||
},
|
||||
"CloseTaskAward": {
|
||||
"algorithm": "justReturn",
|
||||
"action": "clickRect",
|
||||
"specificRect": [
|
||||
1000,
|
||||
100,
|
||||
270,
|
||||
340
|
||||
],
|
||||
"next": [
|
||||
"WeeklyTask",
|
||||
"Stop"
|
||||
]
|
||||
},
|
||||
"WeeklyTask": {
|
||||
"action": "clickSelf",
|
||||
"next": [
|
||||
"ReceiveAward",
|
||||
"Stop"
|
||||
]
|
||||
},
|
||||
"ReturnToAward": {
|
||||
"template": "Return.png",
|
||||
"templThreshold": 0.85,
|
||||
"histThreshold": 0.85,
|
||||
"rearDelay": 1000,
|
||||
"action": "clickSelf",
|
||||
"next": [
|
||||
"Award",
|
||||
"ReturnToAward"
|
||||
]
|
||||
},
|
||||
"VisitBegin": {
|
||||
"algorithm": "justreturn",
|
||||
"action": "doNothing",
|
||||
|
||||
BIN
resource/template/ReceiveAward.png
Normal file
BIN
resource/template/ReceiveAward.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
BIN
resource/template/Task.png
Normal file
BIN
resource/template/Task.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.2 KiB |
BIN
resource/template/WeeklyTask.png
Normal file
BIN
resource/template/WeeklyTask.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
Reference in New Issue
Block a user