1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-19 23:33:33 +08:00

Opt: Adjust flagship level threshold

This commit is contained in:
Horizon101011
2022-09-13 12:39:27 +08:00
parent 5541308bfd
commit 4b765eac5f
4 changed files with 5 additions and 5 deletions

View File

@@ -249,7 +249,7 @@ class Retirement(Enhancement):
def retire_gems_farming_flagships(self):
"""
Retire abandoned flagships of GemsFarming.
Common CV whose level > 32, fleet is none and not in commission
Common CV whose level > 24, fleet is none and not in commission
will be regarded as targets.
"""
logger.info('Retire abandoned flagships of GemsFarming')
@@ -259,7 +259,7 @@ class Retirement(Enhancement):
self.dock_favourite_set(False)
dock_scanner = DockScanner(
rarity='common', fleet=0, in_commission=False, level=(30, 100))
rarity='common', fleet=0, in_commission=False, level=(24, 100))
total = 0
_ = self._have_kept_cv