mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-18 04:31:30 +08:00
Opt: Adjust Blacklist of MaaMall
This commit is contained in:
@@ -152,8 +152,8 @@
|
|||||||
"MaaInfrast": {
|
"MaaInfrast": {
|
||||||
"Facility": "Mfg > Trade > Power > Control > Reception > Office > Dorm",
|
"Facility": "Mfg > Trade > Power > Control > Reception > Office > Dorm",
|
||||||
"Drones": "Money",
|
"Drones": "Money",
|
||||||
"WorkThreshold": 0.5,
|
"WorkThreshold": 12,
|
||||||
"ShiftThreshold": 0.3,
|
"ShiftThreshold": 4,
|
||||||
"Notstationed": true,
|
"Notstationed": true,
|
||||||
"Trust": true,
|
"Trust": true,
|
||||||
"Replenish": false
|
"Replenish": false
|
||||||
@@ -182,8 +182,8 @@
|
|||||||
"CreditFight": false,
|
"CreditFight": false,
|
||||||
"Shopping": true,
|
"Shopping": true,
|
||||||
"ForceShoppingIfCreditFull": false,
|
"ForceShoppingIfCreditFull": false,
|
||||||
"BuyFirst": "招聘许可 > 龙门币",
|
"BuyFirst": "招聘许可",
|
||||||
"BlackList": "碳 > 家具"
|
"BlackList": "碳 > 家具 > 加急许可"
|
||||||
},
|
},
|
||||||
"Storage": {
|
"Storage": {
|
||||||
"Storage": {}
|
"Storage": {}
|
||||||
|
|||||||
@@ -669,11 +669,11 @@
|
|||||||
},
|
},
|
||||||
"WorkThreshold": {
|
"WorkThreshold": {
|
||||||
"type": "input",
|
"type": "input",
|
||||||
"value": 0.5
|
"value": 12
|
||||||
},
|
},
|
||||||
"ShiftThreshold": {
|
"ShiftThreshold": {
|
||||||
"type": "input",
|
"type": "input",
|
||||||
"value": 0.3
|
"value": 4
|
||||||
},
|
},
|
||||||
"Notstationed": {
|
"Notstationed": {
|
||||||
"type": "checkbox",
|
"type": "checkbox",
|
||||||
@@ -774,11 +774,11 @@
|
|||||||
},
|
},
|
||||||
"BuyFirst": {
|
"BuyFirst": {
|
||||||
"type": "textarea",
|
"type": "textarea",
|
||||||
"value": "招聘许可 > 龙门币"
|
"value": "招聘许可"
|
||||||
},
|
},
|
||||||
"BlackList": {
|
"BlackList": {
|
||||||
"type": "textarea",
|
"type": "textarea",
|
||||||
"value": "碳 > 家具"
|
"value": "碳 > 家具 > 加急许可"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Storage": {
|
"Storage": {
|
||||||
|
|||||||
@@ -132,10 +132,10 @@ MaaMall:
|
|||||||
Shopping: true
|
Shopping: true
|
||||||
ForceShoppingIfCreditFull: false
|
ForceShoppingIfCreditFull: false
|
||||||
BuyFirst:
|
BuyFirst:
|
||||||
value: 招聘许可 > 龙门币
|
value: 招聘许可
|
||||||
type: textarea
|
type: textarea
|
||||||
BlackList:
|
BlackList:
|
||||||
value: 碳 > 家具
|
value: 碳 > 家具 > 加急许可
|
||||||
type: textarea
|
type: textarea
|
||||||
|
|
||||||
MaaRoguelike:
|
MaaRoguelike:
|
||||||
|
|||||||
@@ -71,8 +71,8 @@ class GeneratedConfig:
|
|||||||
# Group `MaaInfrast`
|
# Group `MaaInfrast`
|
||||||
MaaInfrast_Facility = 'Mfg > Trade > Power > Control > Reception > Office > Dorm'
|
MaaInfrast_Facility = 'Mfg > Trade > Power > Control > Reception > Office > Dorm'
|
||||||
MaaInfrast_Drones = 'Money' # _NotUse, Money, SyntheticJade, CombatRecord, PureGold, OriginStone, Chip
|
MaaInfrast_Drones = 'Money' # _NotUse, Money, SyntheticJade, CombatRecord, PureGold, OriginStone, Chip
|
||||||
MaaInfrast_WorkThreshold = 0.5
|
MaaInfrast_WorkThreshold = 12
|
||||||
MaaInfrast_ShiftThreshold = 0.3
|
MaaInfrast_ShiftThreshold = 4
|
||||||
MaaInfrast_Notstationed = True
|
MaaInfrast_Notstationed = True
|
||||||
MaaInfrast_Trust = True
|
MaaInfrast_Trust = True
|
||||||
MaaInfrast_Replenish = False
|
MaaInfrast_Replenish = False
|
||||||
@@ -88,8 +88,8 @@ class GeneratedConfig:
|
|||||||
MaaMall_CreditFight = False
|
MaaMall_CreditFight = False
|
||||||
MaaMall_Shopping = True
|
MaaMall_Shopping = True
|
||||||
MaaMall_ForceShoppingIfCreditFull = False
|
MaaMall_ForceShoppingIfCreditFull = False
|
||||||
MaaMall_BuyFirst = '招聘许可 > 龙门币'
|
MaaMall_BuyFirst = '招聘许可'
|
||||||
MaaMall_BlackList = '碳 > 家具'
|
MaaMall_BlackList = '碳 > 家具 > 加急许可'
|
||||||
|
|
||||||
# Group `MaaRoguelike`
|
# Group `MaaRoguelike`
|
||||||
MaaRoguelike_Theme = 'Phantom' # Phantom, Mizuki
|
MaaRoguelike_Theme = 'Phantom' # Phantom, Mizuki
|
||||||
|
|||||||
Reference in New Issue
Block a user