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

Refactor: 12-2 leveling, 12-4 leveling, 1-1 affinity farming

This commit is contained in:
LmeSzinc
2021-10-08 19:49:09 +08:00
parent a32019d9e0
commit 93cd3fb6e8
4 changed files with 9 additions and 9 deletions

View File

@@ -56,7 +56,7 @@ class Campaign(CampaignBase):
.count
logger.attr('S2_enemy', current)
if self.s3_enemy_count >= self.config.C122_S3_TOLERANCE and current == 0:
if self.s3_enemy_count >= self.config.C122MediumLeveling_LargeEnemyTolerance and current == 0:
self.withdraw()
def battle_0(self):