View Single Post
  #3  
Old September 21st, 2006, 04:46 PM

StarShadow StarShadow is offline
Sergeant
 
Join Date: Mar 2006
Location: NS, Canada
Posts: 300
Thanks: 0
Thanked 0 Times in 0 Posts
StarShadow is on a distinguished road
Default 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
Reply With Quote