1
0
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:
LmeSzinc
2025-05-21 00:45:32 +08:00
parent 84cda80ae2
commit 653601aa4f
2 changed files with 5 additions and 1 deletions

View File

@@ -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):
"""