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
 
(Rewrite)
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}})
 +
|games=[[TS]], [[RA2]], [[YR]]
 +
}}
 +
 
 +
Specifies the "priority" of objects with '''{{TTL|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 {{TTL|Helipad|yes}}, because it would cause IEs in unmodded YR, where [[Building:GAAIRC|Airforce Command]] has {{TTL|Helipad|yes}}, and this flag is commented out, but the IE doesn't occur until you create a structure with {{TTL|HoverPad|yes}}.

Revision as of 16:28, 21 June 2006

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 Template:TTL 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 Template:TTL, because it would cause IEs in unmodded YR, where Airforce Command has Template:TTL, and this flag is commented out, but the IE doesn't occur until you create a structure with Template:TTL.