ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

Difference between revisions of "VeteranSight"

From ModEnc
Jump to: navigation, search
Line 15: Line 15:
 
This is one of the several Veteran Factors that control the bonuses given by <tt>[[VeteranAbilities]]</tt> and <tt>[[EliteAbilities]]</tt>. {{tt|VeteranSight}} is a straight multiplier to the <tt>[[Sight]]</tt> of units that benefit from the SIGHT promotional bonus. Contrary to popular belief, these bonuses do ''not'' stack, meaning that a SIGHT elite bonus will '''not''' further increase the sight of a unit with a SIGHT veteran bonus.
 
This is one of the several Veteran Factors that control the bonuses given by <tt>[[VeteranAbilities]]</tt> and <tt>[[EliteAbilities]]</tt>. {{tt|VeteranSight}} is a straight multiplier to the <tt>[[Sight]]</tt> of units that benefit from the SIGHT promotional bonus. Contrary to popular belief, these bonuses do ''not'' stack, meaning that a SIGHT elite bonus will '''not''' further increase the sight of a unit with a SIGHT veteran bonus.
  
'''Example:''' if the unit's {{tt|Sight}} is 6, then it would be increased to 9 (assuming {{tt|VeteranCombat{{Equal}}1.5}}).
+
'''Example:''' if the unit's {{tt|Sight}} is 6, then it would be increased to 9 (assuming {{tt|VeteranSight{{Equal}}1.5}}).
 
: '''6 * 1.5 = 9.'''
 
: '''6 * 1.5 = 9.'''
  

Revision as of 00:08, 30 May 2012

Tiberian Dawn The Covert Operations Red Alert Counterstrike Aftermath Tiberian Sun Firestorm HyperPatch Red Alert 2 Yuri's Revenge Ares Generals Zero Hour Tiberium Wars Kane's Wrath
Flag: VeteranSight
File(s): rules(md).ini
Values: float
Default: 1.0
Applicable to: N/A


This is one of the several Veteran Factors that control the bonuses given by VeteranAbilities and EliteAbilities. VeteranSight is a straight multiplier to the Sight of units that benefit from the SIGHT promotional bonus. Contrary to popular belief, these bonuses do not stack, meaning that a SIGHT elite bonus will not further increase the sight of a unit with a SIGHT veteran bonus.

Example: if the unit's Sight is 6, then it would be increased to 9 (assuming VeteranSight=1.5).

6 * 1.5 = 9.


The comment, "; multiplier to sight !!!going past ten is a hard code Vegas crash!!!", seems not to be applicable in the Tiberian Sun engine, as the limit for Sight is in fact 11, not 10. Yes, it works.