1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-16 02:17:28 +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

@@ -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": {