mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 13:17:00 +08:00
Add: Staring new guild missions and operations, not tested
- Improve log appearance in guild moudule
This commit is contained in:
@@ -3061,6 +3061,10 @@
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
},
|
||||
"SelectNewMission": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
"ExchangeFilter": {
|
||||
"type": "textarea",
|
||||
"value": "PlateTorpedoT1 > PlateAntiAirT1 > PlatePlaneT1 > PlateGunT1 > PlateGeneralT1\n> PlateTorpedoT2 > PlateAntiAirT2 > PlatePlaneT2 > PlateGunT2 > PlateGeneralT2\n> PlateTorpedoT3 > PlateAntiAirT3 > PlatePlaneT3 > PlateGunT3 > PlateGeneralT3\n> OxyCola > Coolant > Merit > Coin > Oil"
|
||||
@@ -3071,6 +3075,14 @@
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
},
|
||||
"SelectNewOperation": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
"NewOperationMaxDate": {
|
||||
"type": "input",
|
||||
"value": 20
|
||||
},
|
||||
"JoinThreshold": {
|
||||
"type": "input",
|
||||
"value": 1
|
||||
|
||||
@@ -244,6 +244,7 @@ Meowfficer:
|
||||
FortChoreMeowfficer: true
|
||||
GuildLogistics:
|
||||
Enable: true
|
||||
SelectNewMission: false
|
||||
ExchangeFilter: |-
|
||||
PlateTorpedoT1 > PlateAntiAirT1 > PlatePlaneT1 > PlateGunT1 > PlateGeneralT1
|
||||
> PlateTorpedoT2 > PlateAntiAirT2 > PlatePlaneT2 > PlateGunT2 > PlateGeneralT2
|
||||
@@ -251,6 +252,8 @@ GuildLogistics:
|
||||
> OxyCola > Coolant > Merit > Coin > Oil
|
||||
GuildOperation:
|
||||
Enable: true
|
||||
SelectNewOperation: false
|
||||
NewOperationMaxDate: 20
|
||||
JoinThreshold: 1
|
||||
AttackBoss: true
|
||||
BossFleetRecommend: false
|
||||
|
||||
Reference in New Issue
Block a user