mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Add: Buy free weekly supplies pack
This commit is contained in:
@@ -3491,6 +3491,41 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"SupplyPack": {
|
||||
"Scheduler": {
|
||||
"Enable": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
"NextRun": {
|
||||
"type": "input",
|
||||
"value": "2020-01-01 00:00:00",
|
||||
"validate": "datetime"
|
||||
},
|
||||
"Command": {
|
||||
"type": "disable",
|
||||
"value": "SupplyPack"
|
||||
},
|
||||
"SuccessInterval": {
|
||||
"type": "disable",
|
||||
"value": 30
|
||||
},
|
||||
"FailureInterval": {
|
||||
"type": "disable",
|
||||
"value": 30
|
||||
},
|
||||
"ServerUpdate": {
|
||||
"type": "disable",
|
||||
"value": "00:00"
|
||||
}
|
||||
},
|
||||
"SupplyPack": {
|
||||
"WeeklyFreeSupplyPack": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"Daily": {
|
||||
"Scheduler": {
|
||||
"Enable": {
|
||||
|
||||
@@ -329,6 +329,8 @@ Gacha:
|
||||
value: 1
|
||||
option: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
|
||||
UseDrill: false
|
||||
SupplyPack:
|
||||
WeeklyFreeSupplyPack: true
|
||||
|
||||
# ==================== Daily ====================
|
||||
|
||||
|
||||
@@ -27,7 +27,8 @@
|
||||
"ShopOnce",
|
||||
"Shipyard",
|
||||
"Gacha",
|
||||
"DataKey"
|
||||
"DataKey",
|
||||
"SupplyPack"
|
||||
],
|
||||
"Daily": [
|
||||
"Daily",
|
||||
|
||||
@@ -176,6 +176,11 @@ DataKey:
|
||||
SuccessInterval: 30
|
||||
FailureInterval: 30
|
||||
ServerUpdate: 00:00
|
||||
SupplyPack:
|
||||
Scheduler:
|
||||
SuccessInterval: 30
|
||||
FailureInterval: 30
|
||||
ServerUpdate: 00:00
|
||||
|
||||
# ==================== Daily ====================
|
||||
|
||||
|
||||
@@ -120,6 +120,9 @@ Gacha:
|
||||
DataKey:
|
||||
- Scheduler
|
||||
- DataKey
|
||||
SupplyPack:
|
||||
- Scheduler
|
||||
- SupplyPack
|
||||
|
||||
# ==================== Daily ====================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user