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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user