1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 02:48:23 +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": {

View File

@@ -341,6 +341,8 @@ Gacha:
UseDrill: false
SupplyPack:
WeeklyFreeSupplyPack: true
BattlePass:
BattlePassReward: true
# ==================== Daily ====================

View File

@@ -28,7 +28,8 @@
"Shipyard",
"Gacha",
"DataKey",
"SupplyPack"
"SupplyPack",
"BattlePass"
],
"Daily": [
"Daily",

View File

@@ -181,6 +181,11 @@ SupplyPack:
SuccessInterval: 30
FailureInterval: 30
ServerUpdate: 00:00
BattlePass:
Scheduler:
SuccessInterval: 30
FailureInterval: 30
ServerUpdate: 00:00
# ==================== Daily ====================

View File

@@ -124,6 +124,9 @@ DataKey:
SupplyPack:
- Scheduler
- SupplyPack
BattlePass:
- Scheduler
- BattlePass
# ==================== Daily ====================