mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 23:33:33 +08:00
Upd: sort CommonCV by level
This commit is contained in:
@@ -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
|
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'
|
faction = 'eagle' if self.config.GemsFarming_CommonCV == 'eagle' else 'all'
|
||||||
self.dock_filter_set(
|
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)
|
self.dock_favourite_set(False)
|
||||||
|
|
||||||
ship = self.get_common_rarity_cv()
|
ship = self.get_common_rarity_cv()
|
||||||
|
|||||||
Reference in New Issue
Block a user