Re: 2questiCompositeArmor = 2 health upgrades? & GLA Pow
1. Yes, the Crusader gets 200 health while the Paladin only gets 100. That's what makes the Pally so weak. I guess it's something EA missed, but they haven't verified it yet.
2. DeeZire says build time is reduced by 20% with low power, but some testing reveals that 50% is more likely. Everything builds at half speed - all build times are doubled.
MinLowEnergyProductionSpeed = 0.5
MaxLowEnergyProductionSpeed = 0.8
These lines were present in a different form in RA2. I believe MaxLowEnergyProductionSpeed is not used by the game, as it counts on a RA2-based power system which has things like 200 power for one plant rather than 10. I'm almost sure MinLowEnergyProducionSpeed IS used though. Try changing it to 1.0 and see what happens to GLA build times.
LowEnergyPenaltyModifier = 1.0
This modifies the actual penalty low power gives you even further. I believe that if you set speed at MinLowEnergyProductionSpeed at 0.5 and LowEnergyPenaltyModifier at 0.5, you'd get 0.75 times normal build speed. setting LowEnergyPenaltyModifier at 2.0 would give you 0.25 build speed. I'm not sure how it works or even IF it works, but it's best to leave it at 1.0 and fiddle around with MinLowEnergyProductionSpeed instead.
MultipleFactory = 1.0
This multiplies build times by this for each additional factory you build. This was used for the old, side-bar oriented building like in RA2, but when they insituted the new system where each factory builds separately, this was dropped. Leave it on 1.0.
|