Jump to content

EliteAirstrikeTeam: Difference between revisions

From ModEnc²
en>Nighthawk200
New page: {{Flag |name={{PAGENAME}} |files={{Categ|ini=rules}} |types={{Categ|AircraftTypes}}, {{Categ|BuildingTypes}}, {{Categ|InfantryTypes}}, {{Categ|VehicleTypes}} |values={{values|unsigned inte...
 
Rain-Islet (talk | contribs)
m [bot] Batch update {{Bugs}} templates.
 
(4 intermediate revisions by 4 users not shown)
Line 7: Line 7:
|rp=yes
|rp=yes
}}
}}
This flag is used as part of the Boris Airstrike Logic. It controls the number of [[AircraftTypes]] called in at Elite level by a weapon whose warhead has {{TTL|Airstrike|yes}}. The [[AircraftTypes]] themselves are defined using the {{TTL|EliteAirstrikeTeamType}} flag.
This flag is used as part of the Boris Airstrike Logic. It controls the number of [[AircraftTypes]] called in at Elite level by a weapon whose warhead has {{f|Airstrike|yes|link}}. The [[AircraftTypes]] themselves are defined using the {{f|EliteAirstrikeTeamType|link}} flag.
 
=={{Bugs}}==
if '''EliteAirstrikeTeam=x''' '''(EliteAirstrikeTeam=-1,EliteAirstrikeTeam=0) '''
Units using this weapon aim a laser beam at their target. But there will be no [[AircraftTypes]] flying to attack the target!


==See also==
==See also==
* {{TTL|AirstrikeTeam}}
* {{f|AirstrikeTeam|link}}
* {{TTL|AirstrikeTeamType}}
* {{f|AirstrikeTeamType|link}}
* {{TTL|EliteAirstrikeTeamType}}
* {{f|EliteAirstrikeTeamType|link}}
* {{TTL|AirstrikeRechargeTime}}
* {{f|AirstrikeRechargeTime|link}}
* {{TTL|Airstrike}}
* {{f|EliteAirstrikeRechargeTime|link}}
* {{f|Airstrike|link}}

Latest revision as of 17:22, 2 July 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: EliteAirstrikeTeam
File(s): rules(md).ini
Values: Unsigned integers: All non-negative whole numbers from 0 to either 32767, 2147483647 or 4294967295.
Applicable to: AircraftTypes, BuildingTypes, InfantryTypes, VehicleTypes


This flag is used as part of the Boris Airstrike Logic. It controls the number of AircraftTypes called in at Elite level by a weapon whose warhead has Airstrike=yes. The AircraftTypes themselves are defined using the EliteAirstrikeTeamType flag.

Bugs/Side-Effects/Unexpected Limitations

if EliteAirstrikeTeam=x (EliteAirstrikeTeam=-1,EliteAirstrikeTeam=0) Units using this weapon aim a laser beam at their target. But there will be no AircraftTypes flying to attack the target!

See also