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

Upd: sort CommonCV by level

This commit is contained in:
2024-09-07 13:33:42 +08:00
parent f0d3772d41
commit f51a1a7c02

View File

@@ -473,7 +473,7 @@ class GemsFarming(CampaignRun, Dock, EquipmentChange, GemsEquipmentHandler):
self.FLEET_ENTER_FLAGSHIP = self._FLEET_ENTER_FLAGSHIP if not self.hard_mode else self.FLEET_ENTER_FLAGSHIP
faction = 'eagle' if self.config.GemsFarming_CommonCV == 'eagle' else 'all'
self.dock_filter_set(
index='cv', rarity='common', faction=faction, extra='enhanceable', sort='total')
index='cv', rarity='common', faction=faction, extra='enhanceable')
self.dock_favourite_set(False)
ship = self.get_common_rarity_cv()