mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Merge branch 'master' of https://github.com/LmeSzinc/AzurLaneAutoScript
This commit is contained in:
@@ -336,7 +336,10 @@ class FastForwardHandler(AutoSearchHandler):
|
||||
Pages:
|
||||
in: MAP_PREPARATION
|
||||
"""
|
||||
return color_bar_percentage(self.device.image, area=MAP_CLEAR_PERCENTAGE.area, prev_color=(231, 170, 82))
|
||||
percent = color_bar_percentage(self.device.image, area=MAP_CLEAR_PERCENTAGE.area, prev_color=(231, 170, 82))
|
||||
if self.config.MAP_CLEAR_PERCENTAGE_SHORT:
|
||||
percent *= 1.4
|
||||
return percent
|
||||
|
||||
def campaign_name_increase(self, name):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user