1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 14:27:00 +08:00

Merge branch 'master' of https://github.com/LmeSzinc/AzurLaneAutoScript into enhance_rework

This commit is contained in:
nEEtdo0d
2020-08-06 08:30:54 -04:00
38 changed files with 592 additions and 232 deletions

View File

@@ -53,6 +53,9 @@ class AzurLaneConfig:
USING_SPARE_FLEET = False
MOVABLE_ENEMY_FLEET_STEP = 2
MOVABLE_ENEMY_TURN = (2,)
@property
def FLEET_1(self):
return self.FLEET_3 if self.USING_SPARE_FLEET else self._FLEET_1