1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 09:48:20 +08:00

Add: Collect battle pass rewards

This commit is contained in:
LmeSzinc
2021-12-03 17:32:10 +08:00
parent 11a38f1879
commit ff7c875f3f
24 changed files with 252 additions and 3 deletions

View File

@@ -3564,6 +3564,41 @@
}
}
},
"BattlePass": {
"Scheduler": {
"Enable": {
"type": "checkbox",
"value": false
},
"NextRun": {
"type": "input",
"value": "2020-01-01 00:00:00",
"validate": "datetime"
},
"Command": {
"type": "disable",
"value": "BattlePass"
},
"SuccessInterval": {
"type": "disable",
"value": 30
},
"FailureInterval": {
"type": "disable",
"value": 30
},
"ServerUpdate": {
"type": "disable",
"value": "00:00"
}
},
"BattlePass": {
"BattlePassReward": {
"type": "checkbox",
"value": true
}
}
},
"Daily": {
"Scheduler": {
"Enable": {