mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-16 01:07:22 +08:00
Opt: Private Quarters refactor
Fix: addresses stale roses sold out reported bug (#4943) Fix: limited retry ocr read on daily count (#4969) Add: capability to purchase cake through config toggle
This commit is contained in:
@@ -8563,6 +8563,10 @@
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
},
|
||||
"BuyCake": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
"TargetInteract": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
|
||||
@@ -587,6 +587,7 @@ Minigame:
|
||||
Collect: false
|
||||
PrivateQuarters:
|
||||
BuyRoses: true
|
||||
BuyCake: false
|
||||
TargetInteract: true
|
||||
TargetShip:
|
||||
value: anchorage
|
||||
|
||||
Reference in New Issue
Block a user