Max units?
What am I missing to enable full deployment of all units? Says max is 18 but can fully deploy 16.
What am I missing to enable full deployment of all units? Says max is 18 but can fully deploy 16.
changed the description
@ZZC
If you have the SF enabled there should a option within the SF barracks to provide the security force with some space $SF.Squad.Firebase > 5 && $secExpEnabled > 0 && $SFSupportLevel >= 4 && App.SecExp.battle.maxUnits() === 18 && App.SecExp.battle.deploySpeed() <= 10
which provides you with a deploy cap of 20 as it is calculated in a manageable format, (1 + activeReadinessUpgrades (currently maxes out at +7) + if that particular choice is defined (+2)) x 2.
I have it noted down as an area to improve on while working on the fix (turned overhaul) branch.
closed
mentioned in merge request !7669 (merged)
mentioned in commit 6ad4b42a