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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user