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

Difference between revisions of "VeteranCombat"

From ModEnc
Jump to: navigation, search
m (Template Updated)
(Doesn't work with IsSonic, at least not in TS/FS.)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{Flag
 
{{Flag
|name=VeteranCombat
+
|name={{PAGENAME}}
|files=rules(md).ini
+
|files={{Categ|ini=Rules}}
|values=float
+
|values={{values|float}}
 
|default=1.0
 
|default=1.0
|types=N/A
+
|types={{Categ|General}}
 
|ts=yes
 
|ts=yes
 
|fs=yes
 
|fs=yes
|ets=yes
+
|hp=yes
 
|ra2=yes
 
|ra2=yes
 
|yr=yes
 
|yr=yes
|rp=yes
+
|ares=yes
 
}}
 
}}
  
This is one of the several Veteran Factors that control the bonuses given by <tt>[[VeteranAbilities]]</tt> and <tt>[[EliteAbilities]]</tt>. {{tt|VeteranCombat}} is a straight multiplier to the base <tt>[[Damage]]</tt> inflicted by the [[weapon]] of units that benefit from the FIREPOWER promotional bonus. Contrary to popular belief, these bonuses do ''not'' stack, meaning that a FIREPOWER elite bonus will '''not''' further increase the damage dealt by a unit with a FIREPOWER veteran bonus.
+
This is one of the several Veteran Factors that control the bonuses given by {{f|VeteranAbilities|link}} and {{f|EliteAbilities|link}}.
  
'''Example:''' if the unit's weapon deals 100 base {{tt|Damage}}, then the hit would be increased to 110 (assuming {{tt|VeteranCombat{{Equal}}1.1}}).
+
Contrary to popular belief, these bonuses do ''not'' stack, meaning that a {{tt|FIREPOWER}} elite bonus will '''not''' further increase the damage dealt by a unit with a {{tt|FIREPOWER}} veteran bonus.
: '''100 * 1.1 = 110.'''
 
  
 +
==In {{ts}}==
 +
{{tt|VeteranCombat}} is an additive multiplier to [[damage]] dealt by the object's [[Primary]], [[Secondary]], and, in case of {{f|EliteAbilities{{Equal}}FIREPOWER}}, [[Elite]] weapons.
  
[[Category:General Flags]]
+
: Damage * (1.0 + VeteranCombat)
[[Category:Rules(md).ini Flags]]
+
 
[[Category:INI Flags]]
+
'''Example:''' If the unit's weapon deals 100 base {{f|Damage}}, then the hit would be increased to 125 (assuming {{f|VeteranCombat{{Equal}}0.25}}).
 +
: '''100 * (1.0 + 0.25) = 125'''
 +
 
 +
==In {{ra2}}==
 +
Similar to TS, except the math has been simplified. {{tt|VeteranCombat}} is now a direct multiplier to the base {{f|Damage}} inflicted by the [[weapon]](s) of objects that benefit from the {{tt|FIREPOWER}} promotional bonus.
 +
 
 +
'''Example:''' If the unit's weapon deals 100 base {{f|Damage}}, then the hit would be increased to 110 (assuming {{f|VeteranCombat{{Equal}}1.1}}).
 +
: '''100 * 1.1 = 110'''
 +
 
 +
{{bugs}}
 +
{{tt|VeteranCombat}} has no effect if the weapon uses a [[IsSonic|sonic wave]].

Latest revision as of 08:55, 24 March 2021

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: VeteranCombat
File(s): Rules(md).ini
Values: Floating point values: Any decimal number (clearer range should be added in Template:Values).
Default: 1.0
Applicable to: General


This is one of the several Veteran Factors that control the bonuses given by VeteranAbilities and EliteAbilities.

Contrary to popular belief, these bonuses do not stack, meaning that a FIREPOWER elite bonus will not further increase the damage dealt by a unit with a FIREPOWER veteran bonus.

In Tiberian Sun

VeteranCombat is an additive multiplier to damage dealt by the object's Primary, Secondary, and, in case of EliteAbilities=FIREPOWER, Elite weapons.

Damage * (1.0 + VeteranCombat)

Example: If the unit's weapon deals 100 base Damage, then the hit would be increased to 125 (assuming VeteranCombat=0.25).

100 * (1.0 + 0.25) = 125

In Red Alert 2

Similar to TS, except the math has been simplified. VeteranCombat is now a direct multiplier to the base Damage inflicted by the weapon(s) of objects that benefit from the FIREPOWER promotional bonus.

Example: If the unit's weapon deals 100 base Damage, then the hit would be increased to 110 (assuming VeteranCombat=1.1).

100 * 1.1 = 110

Cc alert.png Bugs/Side-Effects/Unexpected Limitations

VeteranCombat has no effect if the weapon uses a sonic wave.