ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

Difference between revisions of "Explodes"

From ModEnc
Jump to: navigation, search
m
m
 
(One intermediate revision by the same user not shown)
Line 16: Line 16:
 
== For TechnoTypes ==
 
== For TechnoTypes ==
  
=== In Tiberian Sun and Firestorm ===
+
=== In Red Alert,Tiberian Sun and Firestorm ===
 
If {{f|Explodes|yes|link}} is set on a unit, its {{f|Primary|link}} [[weapon]] will be fired once at the [[cell]] that the unit occupies when it is destroyed. If the unit does not have {{f|Primary|link}} set then {{f|Explodes|yes|link}} will have no effect.
 
If {{f|Explodes|yes|link}} is set on a unit, its {{f|Primary|link}} [[weapon]] will be fired once at the [[cell]] that the unit occupies when it is destroyed. If the unit does not have {{f|Primary|link}} set then {{f|Explodes|yes|link}} will have no effect.
  
Line 39: Line 39:
 
* There is a 25% chance that the [[particle]] specified by {{sl|General|BarrelParticle}} will be spawned.
 
* There is a 25% chance that the [[particle]] specified by {{sl|General|BarrelParticle}} will be spawned.
 
* The damage specified by {{sl|CombatDamage|AmmoCrateDamage}}, using the [[warhead]] specified by {{sl|CombatDamage|C4Warhead}}, will always be dealt to the [[cell]] the overlay occupied.
 
* The damage specified by {{sl|CombatDamage|AmmoCrateDamage}}, using the [[warhead]] specified by {{sl|CombatDamage|C4Warhead}}, will always be dealt to the [[cell]] the overlay occupied.
 +
* Immediately destroys [[OverlayType]] with {{f|Wall|yes|link}} tags, regardless of [[Strength]].
  
 
== See also ==
 
== See also ==
 
* [[Recreating Tiberium Damage in Yuri%27s Revenge#Explosive Tiberium|Explosive Tiberium in RA2]]
 
* [[Recreating Tiberium Damage in Yuri%27s Revenge#Explosive Tiberium|Explosive Tiberium in RA2]]

Latest revision as of 13:09, 7 September 2024

Tiberian Dawn The Covert Operations Red Alert Counterstrike Aftermath Tiberian Sun Firestorm HyperPatch Red Alert 2 Yuri's Revenge Ares Generals Zero Hour Tiberium Wars Kane's Wrath
Flag: Explodes
File(s): rules(md).ini
Values: Boolean values: yes or no, true or false, 1 or 0
Default: false
Applicable to: TechnoTypes:

AircraftTypes, BuildingTypes, InfantryTypes and VehicleTypes; OverlayTypes



For TechnoTypes

In Red Alert,Tiberian Sun and Firestorm

If Explodes=yes is set on a unit, its Primary weapon will be fired once at the cell that the unit occupies when it is destroyed. If the unit does not have Primary set then Explodes=yes will have no effect.

The power of the explosion is proportional to the strength of the destroyed unit. The stronger the unit, the more powerful explosion.

Note that Explodes is not responsible for the special explosions of harvesters containing Tiberium. See TiberiumExplosive for this effect.

In Red Alert 2 and Yuri's Revenge

If Explodes=yes is set on a unit, a certain weapon will be fired at the cell that the unit occupies when it is destroyed by a warhead with Temporal=no:

  1. If DeathWeapon is specified on the unit then that weapon will be fired.
  2. If DeathWeapon is not specified on the unit then the its current primary weapon will be fired instead.
  3. If the unit has neither a DeathWeapon nor a current primary weapon, the default death weapon specified by [CombatDamage]DeathWeapon will be fired instead.
  4. If the unit can carry Passengers any passengers inside will perish.

AircraftTypes are a special case. Even without Explodes=yes set, an AircraftType will always fire its current primary weapon at the cell it crashes into. If DeathWeapon is present, it is used instead of the primary weapon.

For OverlayTypes

This feature was neither used in Tiberian Sun nor Red Alert 2, though the logic is still present. If an OverlayType has Explodes=yes set, then the following will occur in order when the cell containing the overlay is damaged:

See also