1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 09:48:20 +08:00

Add: Buy time-limited furniture in dorm.

This commit is contained in:
weeswelai
2023-12-18 10:37:46 +08:00
committed by LmeSzinc
parent 1c9d4efee6
commit 56fe530310
60 changed files with 368 additions and 5 deletions

View File

@@ -6818,6 +6818,25 @@
"value": "20000 > 10000 > 5000 > 3000 > 2000 > 1000"
}
},
"BuyFurniture": {
"Enable": {
"type": "checkbox",
"value": false
},
"BuyOption": {
"type": "select",
"value": "all",
"option": [
"set",
"all"
]
},
"LastRun": {
"type": "datetime",
"value": "2020-01-01 00:00:00",
"validate": "datetime"
}
},
"Storage": {
"Storage": {
"type": "storage",

View File

@@ -367,6 +367,13 @@ Dorm:
Collect: true
Feed: true
FeedFilter: 20000 > 10000 > 5000 > 3000 > 2000 > 1000
BuyFurniture:
Enable: false
BuyOption:
type: select
value: all
option: [ set, all ]
LastRun: 2020-01-01 00:00:00
Meowfficer:
BuyAmount: 1
FortChoreMeowfficer: true

View File

@@ -203,6 +203,7 @@ Reward:
Dorm:
- Scheduler
- Dorm
- BuyFurniture
Meowfficer:
- Scheduler
- Meowfficer