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

Opt: Move ash beacon to a standalone setting group

This commit is contained in:
LmeSzinc
2021-12-09 17:36:45 +08:00
parent 82bce4d52c
commit 45097dd408
12 changed files with 108 additions and 52 deletions

View File

@@ -279,7 +279,6 @@ class GeneratedConfig:
OpsiAshAssist_Tier = 15
# Group `OpsiGeneral`
OpsiGeneral_AshAttack = True
OpsiGeneral_UseLogger = True
OpsiGeneral_BuyActionPoint = False
OpsiGeneral_OilLimit = 1000
@@ -287,6 +286,11 @@ class GeneratedConfig:
OpsiGeneral_BuyAkashiShop = True
OpsiGeneral_AkashiShopFilter = 'ActionPoint > PurpleCoins'
# Group `OpsiAshBeacon`
OpsiAshBeacon_AshAttack = True
OpsiAshBeacon_EnsureFullyCollected = True
OpsiAshBeacon_RequestAssist = True
# Group `OpsiFleetFilter`
OpsiFleetFilter_Filter = 'Fleet-4 > CallSubmarine > Fleet-2 > Fleet-3 > Fleet-1'
@@ -316,7 +320,6 @@ class GeneratedConfig:
OpsiMeowfficerFarming_ActionPointPreserve = 500
OpsiMeowfficerFarming_HazardLevel = 5 # 1, 2, 3, 4, 5, 6
OpsiMeowfficerFarming_TargetZone = 0
OpsiMeowfficerFarming_EnsureAshCollect = True
# Group `Daemon`
Daemon_EnterMap = True