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
(Added DCoder's info)
(Added a note about EliteAbilities and Elite)
 
(6 intermediate revisions by 6 users not shown)
Line 2: Line 2:
 
|name=EliteAbilities
 
|name=EliteAbilities
 
|files={{Categ|Rules(md).ini}}
 
|files={{Categ|Rules(md).ini}}
|values=Comma-separated list of Strings (hardcoded flags)
+
|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>. These values do not stack with [[VeteranAbilities]], i.e. you do not get twice the Strength increase from having the ARMOR statement in both lists. However, current abilities can change. In other words, you can have SENSORS at Veteran level, but not at Elite by leaving it off the Elite list.
+
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 {{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 ==
 +
*{{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