mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Upd: New options of MaaRecruit and MaaInfrast
This commit is contained in:
@@ -335,7 +335,7 @@
|
||||
},
|
||||
"Select3": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
"value": false
|
||||
},
|
||||
"Select4": {
|
||||
"type": "checkbox",
|
||||
@@ -345,6 +345,10 @@
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
},
|
||||
"Level3ShortTime": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
},
|
||||
"Times": {
|
||||
"type": "input",
|
||||
"value": 4
|
||||
@@ -373,7 +377,7 @@
|
||||
},
|
||||
"SuccessInterval": {
|
||||
"type": "input",
|
||||
"value": 720,
|
||||
"value": 60,
|
||||
"display": "hide"
|
||||
},
|
||||
"FailureInterval": {
|
||||
@@ -409,6 +413,14 @@
|
||||
"type": "input",
|
||||
"value": 0.3
|
||||
},
|
||||
"Notstationed": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
},
|
||||
"Trust": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
},
|
||||
"Replenish": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
|
||||
@@ -68,9 +68,10 @@ MaaFight:
|
||||
MaaRecruit:
|
||||
Refresh: true
|
||||
SkipRobot: true
|
||||
Select3: true
|
||||
Select3: false
|
||||
Select4: true
|
||||
Select5: true
|
||||
Level3ShortTime: True
|
||||
Times: 4
|
||||
Expedite: false
|
||||
|
||||
@@ -82,6 +83,8 @@ MaaInfrast:
|
||||
value: Money
|
||||
option: [_NotUse, Money, SyntheticJade, CombatRecord, PureGold, OriginStone, Chip]
|
||||
Threshold: 0.3
|
||||
Notstationed: true
|
||||
Trust: true
|
||||
Replenish: false
|
||||
|
||||
MaaMall:
|
||||
|
||||
@@ -37,10 +37,6 @@ MaaRecruit:
|
||||
Scheduler:
|
||||
SuccessInterval: 180
|
||||
|
||||
MaaInfrast:
|
||||
Scheduler:
|
||||
SuccessInterval: 720
|
||||
|
||||
MaaAward:
|
||||
Scheduler:
|
||||
ServerUpdate: 04:00, 16:00
|
||||
|
||||
@@ -48,9 +48,10 @@ class GeneratedConfig:
|
||||
# Group `MaaRecruit`
|
||||
MaaRecruit_Refresh = True
|
||||
MaaRecruit_SkipRobot = True
|
||||
MaaRecruit_Select3 = True
|
||||
MaaRecruit_Select3 = False
|
||||
MaaRecruit_Select4 = True
|
||||
MaaRecruit_Select5 = True
|
||||
MaaRecruit_Level3ShortTime = True
|
||||
MaaRecruit_Times = 4
|
||||
MaaRecruit_Expedite = False
|
||||
|
||||
@@ -58,6 +59,8 @@ class GeneratedConfig:
|
||||
MaaInfrast_Facility = 'Mfg > Trade > Power > Control > Reception > Office > Dorm'
|
||||
MaaInfrast_Drones = 'Money' # _NotUse, Money, SyntheticJade, CombatRecord, PureGold, OriginStone, Chip
|
||||
MaaInfrast_Threshold = 0.3
|
||||
MaaInfrast_Notstationed = True
|
||||
MaaInfrast_Trust = True
|
||||
MaaInfrast_Replenish = False
|
||||
|
||||
# Group `MaaMall`
|
||||
|
||||
@@ -224,6 +224,10 @@
|
||||
"name": "MaaRecruit.Select5.name",
|
||||
"help": "MaaRecruit.Select5.help"
|
||||
},
|
||||
"Level3ShortTime": {
|
||||
"name": "MaaRecruit.Level3ShortTime.name",
|
||||
"help": "MaaRecruit.Level3ShortTime.help"
|
||||
},
|
||||
"Times": {
|
||||
"name": "MaaRecruit.Times.name",
|
||||
"help": "MaaRecruit.Times.help"
|
||||
@@ -257,6 +261,14 @@
|
||||
"name": "MaaInfrast.Threshold.name",
|
||||
"help": "MaaInfrast.Threshold.help"
|
||||
},
|
||||
"Notstationed": {
|
||||
"name": "MaaInfrast.Notstationed.name",
|
||||
"help": "MaaInfrast.Notstationed.help"
|
||||
},
|
||||
"Trust": {
|
||||
"name": "MaaInfrast.Trust.name",
|
||||
"help": "MaaInfrast.Trust.help"
|
||||
},
|
||||
"Replenish": {
|
||||
"name": "MaaInfrast.Replenish.name",
|
||||
"help": "MaaInfrast.Replenish.help"
|
||||
|
||||
@@ -224,6 +224,10 @@
|
||||
"name": "MaaRecruit.Select5.name",
|
||||
"help": "MaaRecruit.Select5.help"
|
||||
},
|
||||
"Level3ShortTime": {
|
||||
"name": "MaaRecruit.Level3ShortTime.name",
|
||||
"help": "MaaRecruit.Level3ShortTime.help"
|
||||
},
|
||||
"Times": {
|
||||
"name": "MaaRecruit.Times.name",
|
||||
"help": "MaaRecruit.Times.help"
|
||||
@@ -257,6 +261,14 @@
|
||||
"name": "MaaInfrast.Threshold.name",
|
||||
"help": "MaaInfrast.Threshold.help"
|
||||
},
|
||||
"Notstationed": {
|
||||
"name": "MaaInfrast.Notstationed.name",
|
||||
"help": "MaaInfrast.Notstationed.help"
|
||||
},
|
||||
"Trust": {
|
||||
"name": "MaaInfrast.Trust.name",
|
||||
"help": "MaaInfrast.Trust.help"
|
||||
},
|
||||
"Replenish": {
|
||||
"name": "MaaInfrast.Replenish.name",
|
||||
"help": "MaaInfrast.Replenish.help"
|
||||
|
||||
@@ -209,7 +209,7 @@
|
||||
"help": ""
|
||||
},
|
||||
"SkipRobot": {
|
||||
"name": "手动确认1星",
|
||||
"name": "手动确认\"支援机械\"",
|
||||
"help": ""
|
||||
},
|
||||
"Select3": {
|
||||
@@ -224,6 +224,10 @@
|
||||
"name": "自动确认5星",
|
||||
"help": ""
|
||||
},
|
||||
"Level3ShortTime": {
|
||||
"name": "三星设置7:40而非9:00",
|
||||
"help": ""
|
||||
},
|
||||
"Times": {
|
||||
"name": "最大招募次数",
|
||||
"help": ""
|
||||
@@ -257,6 +261,14 @@
|
||||
"name": "基建工作心情阈值",
|
||||
"help": "取值范围0 - 1.0"
|
||||
},
|
||||
"Notstationed": {
|
||||
"name": "不将已进驻的干员放入宿舍",
|
||||
"help": ""
|
||||
},
|
||||
"Trust": {
|
||||
"name": "宿舍空余位置蹭信赖",
|
||||
"help": ""
|
||||
},
|
||||
"Replenish": {
|
||||
"name": "源石碎片自动补货",
|
||||
"help": ""
|
||||
|
||||
@@ -224,6 +224,10 @@
|
||||
"name": "MaaRecruit.Select5.name",
|
||||
"help": "MaaRecruit.Select5.help"
|
||||
},
|
||||
"Level3ShortTime": {
|
||||
"name": "MaaRecruit.Level3ShortTime.name",
|
||||
"help": "MaaRecruit.Level3ShortTime.help"
|
||||
},
|
||||
"Times": {
|
||||
"name": "MaaRecruit.Times.name",
|
||||
"help": "MaaRecruit.Times.help"
|
||||
@@ -257,6 +261,14 @@
|
||||
"name": "MaaInfrast.Threshold.name",
|
||||
"help": "MaaInfrast.Threshold.help"
|
||||
},
|
||||
"Notstationed": {
|
||||
"name": "MaaInfrast.Notstationed.name",
|
||||
"help": "MaaInfrast.Notstationed.help"
|
||||
},
|
||||
"Trust": {
|
||||
"name": "MaaInfrast.Trust.name",
|
||||
"help": "MaaInfrast.Trust.help"
|
||||
},
|
||||
"Replenish": {
|
||||
"name": "MaaInfrast.Replenish.name",
|
||||
"help": "MaaInfrast.Replenish.help"
|
||||
|
||||
Reference in New Issue
Block a user