1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-28 10:18:09 +08:00

Opt: Low cost farming in Azur Anthem

This commit is contained in:
LmeSzinc
2021-07-25 20:31:59 +08:00
parent 4f9458261d
commit 8f80ee34bd
6 changed files with 55 additions and 7 deletions

View File

@@ -69,6 +69,12 @@ class Campaign(CampaignBase):
def battle_0(self):
if self.clear_siren():
return True
if self.clear_enemy(scale=(1,)):
return True
if self.clear_enemy(scale=(2,)):
return True
if self.clear_enemy(scale=(3,)):
return True
return self.battle_default()