mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-28 12:38:09 +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:
@@ -677,11 +677,11 @@
|
||||
"CollectMission": true
|
||||
}
|
||||
},
|
||||
"Shop": {
|
||||
"ShopFrequent": {
|
||||
"Scheduler": {
|
||||
"Enable": false,
|
||||
"NextRun": "2020-01-01 00:00:00",
|
||||
"Command": "Shop",
|
||||
"Command": "ShopFrequent",
|
||||
"SuccessInterval": 30,
|
||||
"FailureInterval": 30,
|
||||
"ServerUpdate": "00:00, 12:00, 18:00"
|
||||
@@ -690,6 +690,16 @@
|
||||
"UseGems": false,
|
||||
"Refresh": false,
|
||||
"Filter": "BookRedT3 > BookYellowT3 > BookBlueT3 > BookRedT2\n> Cube\n> FoodT6 > FoodT5"
|
||||
}
|
||||
},
|
||||
"ShopOnce": {
|
||||
"Scheduler": {
|
||||
"Enable": false,
|
||||
"NextRun": "2020-01-01 00:00:00",
|
||||
"Command": "ShopOnce",
|
||||
"SuccessInterval": 30,
|
||||
"FailureInterval": 30,
|
||||
"ServerUpdate": "00:00"
|
||||
},
|
||||
"GuildShop": {
|
||||
"Refresh": true,
|
||||
|
||||
Reference in New Issue
Block a user