Jump to content

Cluster: Difference between revisions

From ModEnc²
en>Nighthawk200
m Template updated
m 9 revisions imported
 
(6 intermediate revisions by 5 users not shown)
Line 12: Line 12:
|rp=yes
|rp=yes
}}
}}
{{obsolete}}


This flag defines the amount of <tt>[[AirburstWeapon]]=</tt> shots to fire if the projectile has <tt>[[Airburst]]=yes</tt> set.
Can be set on a [[Projectile|projectile]] to determine the amount of cluster impacts spawned by the weapon. The cluster impacts are scattered around the main weapon impact and use the same <tt>[[Damage]]</tt> and <tt>[[Warhead]]</tt> as it does.
 
In ''Tiberian Sun'' and ''Firestorm'', this flag also defines the amount of <tt>[[AirburstWeapon]]=</tt> shots to fire if the projectile has <tt>[[Airburst]]=yes</tt> set. With no <tt>[[AirburstWeapon]]=</tt> set, this defines the number of seperate explosions caused when the projectile hits. The explosions are spread in a circular pattern around the point of impact. In ''Red Alert 2'' and ''Yuri's Revenge'', the game instead defaults to 9 cluster explosions (or instances of the <tt>AirburstWeapon</tt>), spread in a square pattern.
 
==Notes==
* If a projectile has [[Airburst]], even if no [[AirburstWeapon]] is set, Cluster will be ignored entirely.

Latest revision as of 21:39, 31 March 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: Cluster
File(s): Rules(md).ini
Values: Unsigned integers
Default: 0
Applicable to: Projectiles


Logic related to Cluster, as a whole or in part, is obsolete in Red Alert 2 and/or Yuri's Revenge.

Can be set on a projectile to determine the amount of cluster impacts spawned by the weapon. The cluster impacts are scattered around the main weapon impact and use the same Damage and Warhead as it does.

In Tiberian Sun and Firestorm, this flag also defines the amount of AirburstWeapon= shots to fire if the projectile has Airburst=yes set. With no AirburstWeapon= set, this defines the number of seperate explosions caused when the projectile hits. The explosions are spread in a circular pattern around the point of impact. In Red Alert 2 and Yuri's Revenge, the game instead defaults to 9 cluster explosions (or instances of the AirburstWeapon), spread in a square pattern.

Notes