Jump to content

RequiresStolenAlliedTech: Difference between revisions

From ModEnc²
m 2 revisions imported
Rain-Islet (talk | contribs)
m [bot] Batch update {{Bugs}} templates.
 
Line 10: Line 10:
Can be set to ''' 'yes' ''' or ''' 'no' ''' and determines whether or not this object can only be constructed if an [[InfantryTypes]] with {{f|Agent|yes|link}} set and owned by a house detailed in the {{f|Owner||link}} statement has infiltrated an '''Allied Battle Lab'''.
Can be set to ''' 'yes' ''' or ''' 'no' ''' and determines whether or not this object can only be constructed if an [[InfantryTypes]] with {{f|Agent|yes|link}} set and owned by a house detailed in the {{f|Owner||link}} statement has infiltrated an '''Allied Battle Lab'''.


{{Bugs}}
=={{Bugs}}==
*Adding this tag to [[InfantryTypes]],[[VehicleTypes]],[[AircraftTypes]] besides making it impossible for players to create. It also affects '''AI'''.<br>
*Adding this tag to [[InfantryTypes]],[[VehicleTypes]],[[AircraftTypes]] besides making it impossible for players to create. It also affects '''AI'''.<br>
*Adding this tag to [[BuildingTypes]] '''AI''' can still build buildings (built according to the technology list), but players cannot build them(To prevent '''AI''' from doing that, add the tag {{f|AIBuildThis|no|link}} instead).<br>
*Adding this tag to [[BuildingTypes]] '''AI''' can still build buildings (built according to the technology list), but players cannot build them(To prevent '''AI''' from doing that, add the tag {{f|AIBuildThis|no|link}} instead).<br>

Latest revision as of 17:47, 2 July 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: RequiresStolenAlliedTech
File(s): Rules(md).ini
Values: Boolean values: yes or no, true or false, 1 or 0
Default: no
Applicable to: TechnoTypes:

AircraftTypes, BuildingTypes, InfantryTypes and VehicleTypes



Can be set to 'yes' or 'no' and determines whether or not this object can only be constructed if an InfantryTypes with Agent=yes set and owned by a house detailed in the Owner= statement has infiltrated an Allied Battle Lab.

Bugs/Side-Effects/Unexpected Limitations

  • Adding this tag to InfantryTypes,VehicleTypes,AircraftTypes besides making it impossible for players to create. It also affects AI.
  • Adding this tag to BuildingTypes AI can still build buildings (built according to the technology list), but players cannot build them(To prevent AI from doing that, add the tag AIBuildThis=no instead).