mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-22 00:09:18 +08:00
Fix: Split shop task based on check frequency; general shop changes inventory 3 times daily and other shops change inventory 1 time daily
This commit is contained in:
@@ -3079,7 +3079,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Shop": {
|
||||
"ShopFrequent": {
|
||||
"Scheduler": {
|
||||
"Enable": {
|
||||
"type": "checkbox",
|
||||
@@ -3091,7 +3091,7 @@
|
||||
},
|
||||
"Command": {
|
||||
"type": "disable",
|
||||
"value": "Shop"
|
||||
"value": "ShopFrequent"
|
||||
},
|
||||
"SuccessInterval": {
|
||||
"type": "disable",
|
||||
@@ -3119,6 +3119,34 @@
|
||||
"type": "textarea",
|
||||
"value": "BookRedT3 > BookYellowT3 > BookBlueT3 > BookRedT2\n> Cube\n> FoodT6 > FoodT5"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ShopOnce": {
|
||||
"Scheduler": {
|
||||
"Enable": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
"NextRun": {
|
||||
"type": "input",
|
||||
"value": "2020-01-01 00:00:00"
|
||||
},
|
||||
"Command": {
|
||||
"type": "disable",
|
||||
"value": "ShopOnce"
|
||||
},
|
||||
"SuccessInterval": {
|
||||
"type": "disable",
|
||||
"value": 30
|
||||
},
|
||||
"FailureInterval": {
|
||||
"type": "disable",
|
||||
"value": 30
|
||||
},
|
||||
"ServerUpdate": {
|
||||
"type": "disable",
|
||||
"value": "00:00"
|
||||
}
|
||||
},
|
||||
"GuildShop": {
|
||||
"Refresh": {
|
||||
|
||||
@@ -23,7 +23,8 @@
|
||||
"Meowfficer",
|
||||
"Guild",
|
||||
"Reward",
|
||||
"Shop",
|
||||
"ShopFrequent",
|
||||
"ShopOnce",
|
||||
"Shipyard",
|
||||
"Gacha",
|
||||
"DataKey"
|
||||
|
||||
@@ -150,11 +150,16 @@ Reward:
|
||||
SuccessInterval: 60-120
|
||||
FailureInterval: 60-120
|
||||
ServerUpdate: 00:00
|
||||
Shop:
|
||||
ShopFrequent:
|
||||
Scheduler:
|
||||
SuccessInterval: 30
|
||||
FailureInterval: 30
|
||||
ServerUpdate: 00:00, 12:00, 18:00
|
||||
ShopOnce:
|
||||
Scheduler:
|
||||
SuccessInterval: 30
|
||||
FailureInterval: 30
|
||||
ServerUpdate: 00:00
|
||||
Shipyard:
|
||||
Scheduler:
|
||||
SuccessInterval: 30
|
||||
|
||||
@@ -104,9 +104,11 @@ Guild:
|
||||
Reward:
|
||||
- Scheduler
|
||||
- Reward
|
||||
Shop:
|
||||
ShopFrequent:
|
||||
- Scheduler
|
||||
- GeneralShop
|
||||
ShopOnce:
|
||||
- Scheduler
|
||||
- GuildShop
|
||||
- MedalShop
|
||||
- MeritShop
|
||||
|
||||
Reference in New Issue
Block a user