1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 02:48:23 +08:00
This commit is contained in:
nEEtdo0d
2020-08-06 08:30:48 -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