1
0
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:
nEEtdo0d
2021-10-29 16:10:49 -04:00
parent 48a0ed42a1
commit 9e4550aff1
12 changed files with 114 additions and 47 deletions

View File

@@ -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,