mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 15:36:59 +08:00
Opt: Adjust flagship level threshold
This commit is contained in:
@@ -1007,7 +1007,7 @@
|
||||
},
|
||||
"FlagshipChange": {
|
||||
"name": "Enable Flagship Change",
|
||||
"help": "Switch out to new common CV/CVL whose level is in range of 1 to 32, after current has reached level 32+.\nMeanwhile, abandoned flagships will be retired. Any common CV/CVL whose level is 32+ will be regarded as targets.\nDo confirm that your own ships which is not a target has been locked"
|
||||
"help": "Switch out to new common CV/CVL whose level is in range of 1 to 32, after current has reached level 32+.\nMeanwhile, abandoned flagships will be retired. Any common CV/CVL whose level is 24+ will be regarded as targets.\nDo confirm that your own ships which is not a target has been locked"
|
||||
},
|
||||
"FlagshipEquipChange": {
|
||||
"name": "Enable Flagship Equipment Change",
|
||||
|
||||
@@ -1007,7 +1007,7 @@
|
||||
},
|
||||
"FlagshipChange": {
|
||||
"name": "更换旗舰",
|
||||
"help": "寻找等级在1-32之间的白皮航母,同时会在退役时选择更换下来的旗舰。\n所有等级大于32级的白皮航母均会被视为退役目标,请务必锁定不是目标的船。"
|
||||
"help": "寻找等级在1-32之间的白皮航母,同时会在退役时选择更换下来的旗舰。\n所有等级大于24级的白皮航母均会被视为退役目标,请务必锁定不是目标的船。"
|
||||
},
|
||||
"FlagshipEquipChange": {
|
||||
"name": "更换旗舰的装备",
|
||||
|
||||
@@ -1007,7 +1007,7 @@
|
||||
},
|
||||
"FlagshipChange": {
|
||||
"name": "更換旗艦",
|
||||
"help": "尋找等級在1-32之間的白船航母,同時會在退役時選擇更換下來的旗艦。\n所有等級大於32級的白船航母均會被視為退役目標,請務必鎖定不是目標的船。"
|
||||
"help": "尋找等級在1-32之間的白船航母,同時會在退役時選擇更換下來的旗艦。\n所有等級大於24級的白船航母均會被視為退役目標,請務必鎖定不是目標的船。"
|
||||
},
|
||||
"FlagshipEquipChange": {
|
||||
"name": "更換旗艦的裝備",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user