1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-27 00:19:23 +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

@@ -68,6 +68,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()