Jump to content

AirstrikeTeam: Difference between revisions

From ModEnc²
en>Nighthawk200
m Woops.
m 4 revisions imported
 
(2 intermediate revisions by one other user 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 by a weapon whose warhead has {{TTL|Airstrike|yes}}. The [[AircraftTypes]] themselves are defined using the {{TTL|AirstrikeTeamType}} flag.
This flag is used as part of the Boris Airstrike Logic. It controls the number of [[AircraftTypes]] called in by a weapon whose warhead has {{f|Airstrike|yes}}. The [[AircraftTypes]] themselves are defined using the {{f|AirstrikeTeamType|link|link}} flag.


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

Latest revision as of 21:35, 31 March 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: AirstrikeTeam
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 by a weapon whose warhead has Airstrike=yes. The AircraftTypes themselves are defined using the AirstrikeTeamType=link flag.

See also