1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-26 01:15:03 +08:00

Upd: Add support for commission status

This commit is contained in:
Horizon101011
2022-09-06 21:36:35 +08:00
parent 8887993b74
commit 2369581794
4 changed files with 12 additions and 6 deletions

View File

@@ -152,7 +152,7 @@ class GemsFarming(CampaignRun, Dock, EquipmentChange):
logger.hr('FINDING FLAGSHIP')
dock_scanner = DockScanner(
level=(1, 31), emotion=(10, 150), rarity='common')
level=(1, 33), emotion=(10, 150), rarity='common', fleet=0, in_commission=False)
if self.config.GemsFarming_CommonCV == 'any':
logger.info('')
@@ -240,7 +240,8 @@ class GemsFarming(CampaignRun, Dock, EquipmentChange):
else:
max_level = 70
dock_scanner = DockScanner(level=(max_level, max_level), emotion=(10, 150), rarity='common')
dock_scanner = DockScanner(level=(max_level, max_level), emotion=(10, 150),
rarity='common', fleet=0, in_commission=False)
# button_list = list(filter(lambda a: a[1] == max_level and a[2] >= 10, button_list))
# if button_list: