Jump to content

CarriesCrate: Difference between revisions

From ModEnc²
en>DCoder
No edit summary
 
m 3 revisions imported
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DeeZireInclusion}}<br />
{{Flag
Can be set to 'yes' or 'no' and determines whether or not this VehicleType leaves a random powerup crate when it is destroyed. This will always be a random crate, a specific one cannot be stated. Note that CrateBeneath= should be used on BuildingTypes.
|name={{PAGENAME}}
|files={{Categ|ini=rules}}
|types={{Categ|VehicleTypes}}
|values={{values|boolean}}
|default=no
|ts=yes
|fs=yes
|hp=yes
|ra2=yes
|yr=yes
|ares=yes
}}
 
Determines whether or not this [[VehicleType|vehicle]] leaves a random [[Powerups|powerup crate]] when it is destroyed. In skirmish/multiplayer, the crate will contain a random powerup;
 
{{NotVerified}}
in singleplayer missions, the powerup is determined by {{f|WoodCrate|link}}.
----
In addition, at least in {{ts}} singleplayer mission maps, this flag is subject to {{f|TruckCrate|link}}, unless the vehicle [[IsTrain|is a train]], in which case it's subject to {{f|TrainCrate|link}}. This means that the unit will not ''spawn'' a crate if the map has {{f|TruckCrate|no}} ({{f|TrainCrate|no}} in case of trains).
 
== See Also ==
* [[CrateBeneath]]

Latest revision as of 21:38, 31 March 2025

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


Determines whether or not this vehicle leaves a random powerup crate when it is destroyed. In skirmish/multiplayer, the crate will contain a random powerup;

The following information has not yet been verified. If you can contribute, please do so.

in singleplayer missions, the powerup is determined by WoodCrate.


In addition, at least in Tiberian Sun singleplayer mission maps, this flag is subject to TruckCrate, unless the vehicle is a train, in which case it's subject to TrainCrate. This means that the unit will not spawn a crate if the map has TruckCrate=no (TrainCrate=no in case of trains).

See Also