1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-13 08:11:46 +08:00

Opt: Battle logic in HT4 HT5 HT6 T6

- Add map_is_clear_mode
This commit is contained in:
LmeSzinc
2020-09-20 19:15:34 +08:00
parent d36e5754ae
commit 24e5094680
6 changed files with 61 additions and 4 deletions

View File

@@ -70,11 +70,12 @@ class Campaign(CampaignBase):
MAP = MAP
def battle_0(self):
if self.fleet_2_protect():
return True
if self.clear_siren():
return True
if self.clear_enemy(scale=(2,)):
return True
if self.clear_enemy(scale=(1,)):
return True
return self.battle_default()