Re: SE5 - Mod Out LCX as Early Warship
Wouldn't it be easier to just require the light carrier to devote most of it's space to fighter bays?
Just change:
Requirement 7 Description := This vehicle must have at least 50% of its hull dedicated to Fighter Bays.
Requirement 7 Formula := Get_Design_Ability_Percentage_Of_Hull_Space("Units - Launch", "Fighter") >= 50
To something like:
Requirement 7 Description := This vehicle must have at least 80% of its hull dedicated to Fighter Bays.
Requirement 7 Formula := Get_Design_Ability_Percentage_Of_Hull_Space("Units - Launch", "Fighter") >= 80
|