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

Difference between revisions of "BallisticScatter"

From ModEnc
Jump to: navigation, search
m (Please, if you edit a DeeZire page, put in an updated flag template.)
 
Line 1: Line 1:
 +
__NOTOC__
 +
 
{{Flag
 
{{Flag
 
|name={{PAGENAME}}
 
|name={{PAGENAME}}
 
|files={{Categ|ini=rules}}
 
|files={{Categ|ini=rules}}
 
|types={{Categ|CombatDamage}}
 
|types={{Categ|CombatDamage}}
|values={{values|unsigned integers}}
+
|values={{Values|float|range in cells}}
 +
|default=1.0
 +
|ra=yes
 
|ts=yes
 
|ts=yes
 
|fs=yes
 
|fs=yes
Line 11: Line 15:
 
|rp=yes
 
|rp=yes
 
}}
 
}}
Defined in the [CombatDamage] section, this specifies the maximum distance in cells that inaccurate ballistic projectiles will scatter.
+
 
 +
Defined in the {{Categ|CombatDamage}} section, this specifies the maximum distance in cells that inaccurate ballistic projectiles will scatter.
 +
 
 +
== Red Alert ==
 +
 
 +
A projectile is inaccurate if it has {{f|Inaccurate|yes|link}} set, or it has been fired by a unit on the move. A projectile is also inaccurate if it is targeting a cell or infantry with either the warhead {{tt|AP}} or a projectile with {{f|Ranged|yes|link}}.
 +
 
 +
If {{f|Arcing|no}}, the projectile's target is scattered up to {{f|BallisticScatter}} cells in a random direction.
 +
 
 +
== Tiberian Sun ==
 +
 
 +
If a projectile fired by a unit or structure has {{f|Inaccurate|yes|link}} and {{f|Arcing|yes|link}} set, the projectile's target is scattered from {{tt|BallisticScatter / 2}} to {{tt|BallisticScatter}} cells in a random direction.
 +
 
 +
== Red Alert 2 ==
 +
 
 +
Behaves like in Tiberian Sun, if {{f|FlakScatter|no|link}} or {{f|Inviso|yes|link}} (read on in the latter case for possible additional effects).
 +
 
 +
Otherwise inaccurate projectiles ({{f|Inaccurate|yes}}, {{f|Arcing|yes}}, {{f|FlakScatter|yes}} and {{f|Inviso|no}}) scatter from {{tt|0}} to {{tt|BallisticScatter}} mutiplied by the ratio of distance to target and the firing weapon's range. The farther away the target is, the larger the scatter range can become, up to {{tt|BallisticScatter}} if the target is merely in the weapon's range.
 +
 
 +
Independently of those two behaviors, {{f|FlakScatter|yes}} and {{f|Inviso|yes}} projectiles are scattered randomly by an (additional) {{tt|BallisticScatter}} to {{tt|2 * BallisticScatter}} multiplied by the ratio of distance to target and the weapon's range.
 +
 
 +
== See also ==
 +
* [[HomingScatter]]

Latest revision as of 02:57, 10 May 2014


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: BallisticScatter
File(s): rules(md).ini
Values: Floating point values: Any decimal number (clearer range should be added in Template:Values). (Limited to: range in cells)
Default: 1.0
Applicable to: CombatDamage


Defined in the CombatDamage section, this specifies the maximum distance in cells that inaccurate ballistic projectiles will scatter.

Red Alert

A projectile is inaccurate if it has Inaccurate=yes set, or it has been fired by a unit on the move. A projectile is also inaccurate if it is targeting a cell or infantry with either the warhead AP or a projectile with Ranged=yes.

If Arcing=no, the projectile's target is scattered up to BallisticScatter cells in a random direction.

Tiberian Sun

If a projectile fired by a unit or structure has Inaccurate=yes and Arcing=yes set, the projectile's target is scattered from BallisticScatter / 2 to BallisticScatter cells in a random direction.

Red Alert 2

Behaves like in Tiberian Sun, if FlakScatter=no or Inviso=yes (read on in the latter case for possible additional effects).

Otherwise inaccurate projectiles (Inaccurate=yes, Arcing=yes, FlakScatter=yes and Inviso=no) scatter from 0 to BallisticScatter mutiplied by the ratio of distance to target and the firing weapon's range. The farther away the target is, the larger the scatter range can become, up to BallisticScatter if the target is merely in the weapon's range.

Independently of those two behaviors, FlakScatter=yes and Inviso=yes projectiles are scattered randomly by an (additional) BallisticScatter to 2 * BallisticScatter multiplied by the ratio of distance to target and the weapon's range.

See also