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

Difference between revisions of "EliteAbilities"

From ModEnc
Jump to: navigation, search
m (Evil header)
(Added a note about EliteAbilities and Elite)
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:
 
|values={{Values|stringlist|hardcoded values (see article)}}
 
|values={{Values|stringlist|hardcoded values (see article)}}
 
|default=none
 
|default=none
|types={{Categ|InfantryTypes}}, {{Categ|VehicleTypes}}, {{Categ|AircraftTypes}}, {{Categ|BuildingTypes}}
+
|types=All {{Categ|TechnoTypes}}: {{Categ|InfantryTypes}}, {{Categ|VehicleTypes}}, {{Categ|AircraftTypes}}, and {{Categ|BuildingTypes}}
 
|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 flag specifies a list of veterancy bonuses that this object gains when it reaches "Elite" stage. All possible values are hardcoded, and are listed at <tt>[[VeteranAbilities]]</tt>.
+
This flag specifies a list of veterancy bonuses that this object gains when it reaches "Elite" stage. All possible values are hardcoded, and are listed at {{f|VeteranAbilities|link}}.
  
These values do not stack with VeteranAbilities; i.e. you do not get twice the damage reduction from having the ARMOR statement in both lists. However, current abilities cannot be altered between Veteran and Elite level. In other words, the game will still keep the SENSORS ability at Elite level, even if it is only in the Veteran list.
+
These values do not stack with {{f|VeteranAbilities}}; i.e. you do not get twice the damage reduction from having the {{tt|ARMOR}} statement in both lists. However, current abilities cannot be altered between Veteran and Elite level. In other words, the game will still keep the {{tt|SENSORS}} ability at Elite level, even if it is only in the Veteran list.
 +
 
 +
'''Note''': Contrary to what one might expect, the {{tt|FIREPOWER}} and {{tt|ROF}} bonuses are applied to the object's {{f|Elite|link}} weapon, if any.
  
 
== See Also ==
 
== See Also ==
*{{TTL|VeteranAbilities}}
+
*{{f|VeteranAbilities|link}}

Latest revision as of 13:54, 22 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: EliteAbilities
File(s): Rules(md).ini
Values: Comma-separated list of strings. (Limited to: hardcoded values (see article))
Default: none
Applicable to: All TechnoTypes: InfantryTypes, VehicleTypes, AircraftTypes, and BuildingTypes


This flag specifies a list of veterancy bonuses that this object gains when it reaches "Elite" stage. All possible values are hardcoded, and are listed at VeteranAbilities.

These values do not stack with VeteranAbilities; i.e. you do not get twice the damage reduction from having the ARMOR statement in both lists. However, current abilities cannot be altered between Veteran and Elite level. In other words, the game will still keep the SENSORS ability at Elite level, even if it is only in the Veteran list.

Note: Contrary to what one might expect, the FIREPOWER and ROF bonuses are applied to the object's Elite weapon, if any.

See Also