Jump to content

Crashable: Difference between revisions

From ModEnc²
en>DCoder
No edit summary
 
m 2 revisions imported
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{DeeZireInclusion}}<br />
{{Flag
Can be set to 'yes' or 'no' and determines if this unit can crash to the ground when destroyed, instead of simply blowing up. Should be used only for AircraftTypes (or units which have ConsideredAircraft=yes or BalloonHover=yes set). Also employed to distinguish between crashing aircraft and flying missiles exploding (which impact with the ground rather than crash to it).
|files={{Categ|ini=rules}}
|values={{Values|boolean}}
|default=no
|types={{Categ|InfantryTypes}}, {{Categ|VehicleTypes}}
|yr=yes
|ra2=yes
}}
Defines whether this unit behaves like aircraft when being destroyed when in air. If set to {{f|yes}}, the unit will plummet down and crash to the ground instead of simply blowing up.
 
UnitTypes with {{f|Crashable|yes}} will not allow passengers to escape even if the unit rests on the ground.
 
This tag does not apply to [[AircraftTypes]].
 
==See also==
* [[BalloonHover]]
* [[JumpJet]]
 
[[Category:INI Flags]]
[[Category:rules(md).ini Flags]]

Latest revision as of 21:39, 31 March 2025

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


Defines whether this unit behaves like aircraft when being destroyed when in air. If set to yes, the unit will plummet down and crash to the ground instead of simply blowing up.

UnitTypes with Crashable=yes will not allow passengers to escape even if the unit rests on the ground.

This tag does not apply to AircraftTypes.

See also