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

Difference between revisions of "AIIonCannonHelipadValue"

From ModEnc
Jump to: navigation, search
 
m (Replacing Template:TTL with Template:F.)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DeeZireInclusion}}<br />
+
{{Flag
Note that these tags are not related to the Ion Cannon in Red Alert 2 - these values are now used by the AI when it has a Super Weapon available and determine the probability for each target. Although the Weather Storm and Nuke have a wide area of effect, the target is used for the center point of the attack, i.e. where exactly the weapon is fired, and can be used to make it specifically ensure that a particular structure is destroyed. Note that the success of this logic relies upon the AI being aware of the target itself and whether it not it actually exists - this is achieved by using specific tags for those objects, for example IsPlug=yes would tell the AI that this structure is a 'plug' structure and thus AIIonCannonPlugValue= would be used to evaluate that structure as a potential target for the Super Weapon. The three values associated with these tags determine the percentage probability of the Super Weapon being fired at that target on the Easy, Normal and Brutal skill levels respectively. Actually acquiring the target is dealt with later.
+
|name={{PAGENAME}}
 +
|files={{Categ|Rules(md).ini}}
 +
|values=three comma-separated unsigned integers
 +
|special=None
 +
|default=?
 +
|types={{Categ|General}} ({{Categ|AIIonCannon}})
 +
|ts=yes
 +
|fs=yes
 +
|ets=yes
 +
|ra2=yes
 +
|yr=yes
 +
|rp=yes
 +
}}
 +
 
 +
Specifies the "priority" of objects with '''{{f|HoverPad|yes|link}}''' when evaluating possible AI offensive Super Weapon targets (when AI is hard, nomal, and easy, left to right). See [[AI SW Targeting]].
 +
 
 +
'''Note:''' this flag cannot be responsible for {{f|Helipad|yes|link}}, because it would cause IEs in unmodded YR, where [[Building:GAAIRC|Airforce Command]] has {{f|Helipad|yes|link}}, and this flag is commented out, but the IE doesn't occur until you create a structure with {{f|HoverPad|yes|link}}.

Latest revision as of 08:14, 27 November 2009

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: AIIonCannonHelipadValue
File(s): Rules(md).ini
Values: three comma-separated unsigned integers
Special Values: None
Default: ?
Applicable to: General (AIIonCannon)


Specifies the "priority" of objects with HoverPad=yes when evaluating possible AI offensive Super Weapon targets (when AI is hard, nomal, and easy, left to right). See AI SW Targeting.

Note: this flag cannot be responsible for Helipad=yes, because it would cause IEs in unmodded YR, where Airforce Command has Helipad=yes, and this flag is commented out, but the IE doesn't occur until you create a structure with HoverPad=yes.