mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Upd: retire get common cv
This commit is contained in:
parent
3f35459d6a
commit
83bf7421ac
@ -479,7 +479,10 @@ class Retirement(Enhancement, QuickRetireSettingHandler):
|
||||
Button:
|
||||
"""
|
||||
if self.config.GemsFarming_CommonCV in ['any', 'eagle']:
|
||||
for common_cv_name in ['BOGUE', 'HERMES', 'LANGLEY', 'RANGER']:
|
||||
common_cv = ['BOGUE', 'RANGER', 'LANGLEY']
|
||||
if self.config.GemsFarming_CommonCV == 'any':
|
||||
common_cv.append('HERMES')
|
||||
for common_cv_name in common_cv:
|
||||
template = globals()[f'TEMPLATE_{common_cv_name}']
|
||||
sim, button = template.match_result(
|
||||
resize(self.device.image, size=(1189, 669)))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user