Jump to content

Crate: Difference between revisions

From ModEnc²
en>Blackmask0
No edit summary
m 5 revisions imported
 
(3 intermediate revisions by 3 users not shown)
Line 4: Line 4:
|values=boolean
|values=boolean
|default=no
|default=no
|types={{Categ|INIFlags}}
|types={{Categ|OverlayTypes}}
|games=[[RA1]], [[TS]], [[RA2]], [[YR]]
|games=[[RA1]], [[TS]], [[RA2]], [[YR]]
|ra=yes
|ra=yes
Line 16: Line 16:
|rp=yes
|rp=yes
}}
}}
== In Tiberian Sun and Firestorm ==
Specifies whether this overlay type is a money bonus crate. The crate is removed whenever a unit moves into the same cell as it, and a one-time cash bonus is granted to the player who collected the crate.
This behavior is overriden by {{f|CrateTrigger|link}}, if specified.
== In Red Alert 2 and Yuri's Revenge ==


This flag determines whether or not the overlay type should be removed whenever a unit moves into the same cell as it. In addition to being removed, another of this overlay type is automatically placed at another location on the map. This is used exclusively for powerup crates, but does not actually provide the powerup.
This flag determines whether or not the overlay type should be removed whenever a unit moves into the same cell as it. In addition to being removed, another of this overlay type is automatically placed at another location on the map. This is used exclusively for powerup crates, but does not actually provide the powerup.


==See Also==
==See Also==
*{{TTL|Powerups}}
*{{f|Powerups|link}}
*{{TTL|CrateTrigger}}
*{{f|CrateTrigger|link}}

Latest revision as of 21:39, 31 March 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: Crate
File(s): Rules(md).ini
Values: boolean
Default: no
Applicable to: OverlayTypes


In Tiberian Sun and Firestorm

Specifies whether this overlay type is a money bonus crate. The crate is removed whenever a unit moves into the same cell as it, and a one-time cash bonus is granted to the player who collected the crate.

This behavior is overriden by CrateTrigger, if specified.

In Red Alert 2 and Yuri's Revenge

This flag determines whether or not the overlay type should be removed whenever a unit moves into the same cell as it. In addition to being removed, another of this overlay type is automatically placed at another location on the map. This is used exclusively for powerup crates, but does not actually provide the powerup.

See Also