feat: 合成玉签到task

This commit is contained in:
status102
2024-02-04 18:12:19 +08:00
committed by SherkeyXD
parent 11f1c1fba7
commit c7f6b42bc3
4 changed files with 48 additions and 0 deletions

View File

@@ -5555,6 +5555,54 @@
"CloseTaskMailDouble"
]
},
"OrundumDailySignIn": {
"doc": "合成玉签到",
"baseTask": "OrundumDailySignIn-Click",
"template": "OrundumDailySignIn-Click.png",
"action": "DoNothing",
"sub": [
"DailySignInForOrundumClick",
"DailySignInForOrundumClick",
"DailySignInForOrundumConfirm"
],
"subErrorIgnored": true
},
"OrundumDailySignIn-Click": {
"action": "ClickSelf",
"roi": [
150,
150,
1000,
400
]
},
"OrundumDailySignIn-Confirm": {
"action": "ClickSelf",
"roi": [
1030,
500,
200,
80
],
"next": [
"OrundumDailySignIn-EarnRewards"
]
},
"OrundumDailySignIn-EarnRewards": {
"action": "ClickRect",
"roi": [
590,
40,
130,
100
],
"specificRect": [
600,
600,
70,
70
]
},
"VisitBegin": {
"algorithm": "JustReturn",
"action": "DoNothing",

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB