1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-20 06:04:59 +08:00

Fix: [EN] Siren first in Ink-Stained Steel Sakura Rerun

This commit is contained in:
LmeSzinc
2020-07-17 10:04:48 +08:00
parent 7a8ab8098d
commit 26e829712d
13 changed files with 41 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ class Config:
MAP_HAS_SIREN = True
MAP_HAS_DYNAMIC_RED_BORDER = False
MAP_SIREN_COUNT = 1
MAP_HAS_PT_BONUS = True
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
'height': (100, 255 - 24),
@@ -82,6 +83,9 @@ class Campaign(CampaignBase):
MAP = MAP
def battle_0(self):
if self.clear_siren():
return True
return self.battle_default()
def battle_5(self):