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

Difference between revisions of "ConditionYellow"

From ModEnc
Jump to: navigation, search
(Info about hardcoded elements.)
 
(2 intermediate revisions by 2 users not shown)
Line 17: Line 17:
  
 
When an object is damaged to this percentage of its original {{f|Strength|link}} value, the color of its health bar turns yellow.
 
When an object is damaged to this percentage of its original {{f|Strength|link}} value, the color of its health bar turns yellow.
 +
 +
Under condition yellow and red health, a building's damaged frames are shown and in RA2/YR, building on fire animation is also shown. For {{f|CanBeOccupied|yes}} structures, on fire animation is shown on condition red only. For civilian buildings ({{f|CanBeOccupied|yes}} and {{f|TechLevel|-1}}), both damaged frames and on fire animation is shown on condition red only.
  
 
In addition, many other features depend on this setting, including, but not limited to:
 
In addition, many other features depend on this setting, including, but not limited to:
Line 23: Line 25:
 
* [[Culling]]
 
* [[Culling]]
 
* [[DamageDelay]]
 
* [[DamageDelay]]
* [[BehavesLike#Spark|Spark-type]] [[DamageParticleSystems]]
+
* [[BehavesLike#Spark|Spark-type]] [[DamageParticleSystems|particle effects]]
 
* [[SelfHealing]]
 
* [[SelfHealing]]
 
* Any of the damaged building animations, like [[ActiveAnimDamaged]]
 
* Any of the damaged building animations, like [[ActiveAnimDamaged]]
 +
 +
'''Note:''' [[BehavesLike#Smoke|Smoke-type]] [[DamageParticleSystems|particle effects]] and [[BlowupSound|building damage sound]] are hardcoded to play once the object's health drops below 50%.
 +
 +
== See Also ==
 +
* [[ConditionRed]]

Latest revision as of 11:59, 8 February 2024

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: ConditionYellow
File(s): rules(md).ini
Values: Percentages: Either a direct percentage (e.g. "50%"), or a floating point value (e.g. "0.5").
Default: 50%
Applicable to: General (in RA), AudioVisual (in TS to YR)


When an object is damaged to this percentage of its original Strength value, the color of its health bar turns yellow.

Under condition yellow and red health, a building's damaged frames are shown and in RA2/YR, building on fire animation is also shown. For CanBeOccupied=yes structures, on fire animation is shown on condition red only. For civilian buildings (CanBeOccupied=yes and TechLevel=-1), both damaged frames and on fire animation is shown on condition red only.

In addition, many other features depend on this setting, including, but not limited to:

Note: Smoke-type particle effects and building damage sound are hardcoded to play once the object's health drops below 50%.

See Also