mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-15 00:51:10 +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:
@@ -102,9 +102,13 @@
|
||||
"name": "Task.Reward.name",
|
||||
"help": "Task.Reward.help"
|
||||
},
|
||||
"Shop": {
|
||||
"name": "Task.Shop.name",
|
||||
"help": "Task.Shop.help"
|
||||
"ShopFrequent": {
|
||||
"name": "Task.ShopFrequent.name",
|
||||
"help": "Task.ShopFrequent.help"
|
||||
},
|
||||
"ShopOnce": {
|
||||
"name": "Task.ShopOnce.name",
|
||||
"help": "Task.ShopOnce.help"
|
||||
},
|
||||
"Shipyard": {
|
||||
"name": "Task.Shipyard.name",
|
||||
|
||||
Reference in New Issue
Block a user