1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-07-06 21:15:07 +08:00

feat: Add overflow buy for meowfficer boxes (#5310)

Refs #5298
This commit is contained in:
Zel
2026-07-01 15:57:15 +08:00
committed by GitHub
parent 5d954bc837
commit 410ea1de3c
9 changed files with 95 additions and 43 deletions

View File

@@ -6959,6 +6959,10 @@
"FortChoreMeowfficer": {
"type": "checkbox",
"value": true
},
"OverflowCoins": {
"type": "input",
"value": -1
}
},
"MeowfficerTrain": {

View File

@@ -422,6 +422,7 @@ BuyFurniture:
Meowfficer:
BuyAmount: 1
FortChoreMeowfficer: true
OverflowCoins: -1
MeowfficerTrain:
Enable: false
Mode:

View File

@@ -225,6 +225,7 @@ class GeneratedConfig:
# Group `Meowfficer`
Meowfficer_BuyAmount = 1
Meowfficer_FortChoreMeowfficer = True
Meowfficer_OverflowCoins = -1
# Group `MeowfficerTrain`
MeowfficerTrain_Enable = False

View File

@@ -1547,6 +1547,10 @@
"FortChoreMeowfficer": {
"name": "Do Fort Chores",
"help": "Completes all 3 chores; clean, feed, and play with meowfficer to get fort exp"
},
"OverflowCoins": {
"name": "Buy Boxes On Coin Overflow",
"help": "When coins are above this value, keep buying boxes until coins drop to it or boxes run out; -1 to disable"
}
},
"MeowfficerTrain": {

View File

@@ -1547,6 +1547,10 @@
"FortChoreMeowfficer": {
"name": "Meowfficer.FortChoreMeowfficer.name",
"help": "Meowfficer.FortChoreMeowfficer.help"
},
"OverflowCoins": {
"name": "Meowfficer.OverflowCoins.name",
"help": "Meowfficer.OverflowCoins.help"
}
},
"MeowfficerTrain": {

View File

@@ -1547,6 +1547,10 @@
"FortChoreMeowfficer": {
"name": "喵窝互动",
"help": "清扫、喂食和逗猫"
},
"OverflowCoins": {
"name": "金币溢出时购买猫箱",
"help": "当金币高于此值时,继续购买猫箱直至金币降至此值或猫箱售罄;-1 关闭"
}
},
"MeowfficerTrain": {

View File

@@ -1547,6 +1547,10 @@
"FortChoreMeowfficer": {
"name": "喵窩互動",
"help": "清掃、餵食和逗貓"
},
"OverflowCoins": {
"name": "金幣溢出時購買貓箱",
"help": "當金幣高於此值時,繼續購買貓箱直至金幣降至此值或貓箱售罄;-1 關閉"
}
},
"MeowfficerTrain": {