mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 20:58:19 +08:00
Chore: Add MAP_CLEAR_PERCENTAGE_SHORT
This commit is contained in:
@@ -319,7 +319,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