Jump to content

AICaptureWoundedMark: Difference between revisions

From ModEnc²
en>DCoder
No edit summary
 
m 3 revisions imported
 
(2 intermediate revisions by 2 users not shown)
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 {{f|AICaptureWounded|link}} 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 {{f|AICaptureWounded|link}} are followed instead of {{f|AICaptureNormal|link}}.

Latest revision as of 21:34, 31 March 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
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 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 AICaptureWounded are followed instead of AICaptureNormal.