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

Difference between revisions of "AICaptureWoundedMark"

From ModEnc
Jump to: navigation, search
 
(Dedeezirified.)
Line 1: Line 1:
{{DeeZireInclusion}}<br />
+
{{Flag
Used by the above logic for AI Mind Controlled units to determine exactly what percentage of the units Strength= constitutes 'wounded'.<br />
+
|name={{PAGENAME}}
(Yuri's Revenge Only)
+
|files={{Categ|ini=rules}}
 +
|types={{Categ|General}}
 +
|values={{values|Percentages}}
 +
|yr=yes
 +
|rp=yes
 +
}}
 +
This value is employed by the {{TTL|AICaptureWounded}} tag to determine what percentage of total health constitutes being "wounded". This percentage should be specified as a floating point number (i.e. .25 = 25%). When the captured unit only has this percentage of its maximum ((TTL|Strength)) or less, then the values of {{TTL|AICaptureWounded}} are followed instead of {{TTL|AICaptureNormal}}.

Revision as of 19:51, 14 June 2008

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


This value is employed by the Template:TTL tag to determine what percentage of total health constitutes being "wounded". This percentage should be specified as a floating point number (i.e. .25 = 25%). When the captured unit only has this percentage of its maximum ((TTL|Strength)) or less, then the values of Template:TTL are followed instead of Template:TTL.