1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 01:38:21 +08:00

Add: freebies module / task encompasses running BattlePass, DataKey, Mail, and SupplyPack together

Upd: BattlePass, DataKey, and SupplyPack modified to run as sub-tasks under Freebies
This commit is contained in:
nEEtdo0d
2022-10-16 02:11:21 -04:00
parent 50e831fa3a
commit d14f0018fa
19 changed files with 268 additions and 338 deletions

View File

@@ -5846,18 +5846,6 @@
"CollectWeeklyMission": {
"type": "checkbox",
"value": true
},
"CollectMail": {
"type": "checkbox",
"value": false
},
"MailFilter": {
"type": "textarea",
"value": "Merit"
},
"DeleteMail": {
"type": "checkbox",
"value": false
}
}
},
@@ -6280,7 +6268,7 @@
}
}
},
"DataKey": {
"Freebies": {
"Scheduler": {
"Enable": {
"type": "checkbox",
@@ -6293,85 +6281,7 @@
},
"Command": {
"type": "input",
"value": "DataKey",
"display": "hide"
},
"SuccessInterval": {
"type": "input",
"value": 30,
"display": "hide"
},
"FailureInterval": {
"type": "input",
"value": 30,
"display": "hide"
},
"ServerUpdate": {
"type": "input",
"value": "00:00",
"display": "hide"
}
},
"DataKey": {
"ForceGet": {
"type": "checkbox",
"value": false
}
}
},
"SupplyPack": {
"Scheduler": {
"Enable": {
"type": "checkbox",
"value": true
},
"NextRun": {
"type": "datetime",
"value": "2020-01-01 00:00:00",
"validate": "datetime"
},
"Command": {
"type": "input",
"value": "SupplyPack",
"display": "hide"
},
"SuccessInterval": {
"type": "input",
"value": 30,
"display": "hide"
},
"FailureInterval": {
"type": "input",
"value": 30,
"display": "hide"
},
"ServerUpdate": {
"type": "input",
"value": "00:00",
"display": "hide"
}
},
"SupplyPack": {
"WeeklyFreeSupplyPack": {
"type": "checkbox",
"value": true
}
}
},
"BattlePass": {
"Scheduler": {
"Enable": {
"type": "checkbox",
"value": true
},
"NextRun": {
"type": "datetime",
"value": "2020-01-01 00:00:00",
"validate": "datetime"
},
"Command": {
"type": "input",
"value": "BattlePass",
"value": "Freebies",
"display": "hide"
},
"SuccessInterval": {
@@ -6395,6 +6305,36 @@
"type": "checkbox",
"value": true
}
},
"DataKey": {
"Get": {
"type": "checkbox",
"value": true
},
"ForceGet": {
"type": "checkbox",
"value": false
}
},
"Mail": {
"Collect": {
"type": "checkbox",
"value": true
},
"Filter": {
"type": "textarea",
"value": "Merit"
},
"Delete": {
"type": "checkbox",
"value": false
}
},
"SupplyPack": {
"WeeklyFreeSupplyPack": {
"type": "checkbox",
"value": true
}
}
},
"MetaReward": {