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

Burst: Difference between revisions

From ModEnc
Jump to navigation Jump to search
Testid123 (talk | contribs)
mNo edit summary
Testid123 (talk | contribs)
mNo edit summary
Line 12: Line 12:
|rp=yes
|rp=yes
}}
}}
Defines the amount of shots this weapon can fire in succession without having to stop and reload or wait for the {{f|ROF}} to pass. If set to more than 1, then each shot's origin ([[FLH]]) inverts the lateral component. For example, a {{f|Burst|2}} weapon fired from a unit with {{f|PrimaryFireFLH|100,'''50''',20|link}} would fire two shots without stopping, and the first shot would come from {{tt|100,'''50''',20}} and the second one - from {{tt|100,'''-50''',20}}. The third shot, if the weapon were to allow it, would come from {{tt|100,'''50''',20}} again. And so on.
Defines the amount of shots this weapon can fire in succession without having to stop and reload or wait for the {{f|ROF}} to pass. If set to more than 1, then each shot's origin ([[FLH]]) inverts the lateral component. For example, a {{f|Burst|2}} weapon fired from a unit with {{f|PrimaryFireFLH|100,'''50''',20|link}} would fire two shots without stopping, and the first shot would come from {{tt|100,'''50''',20}} and the second one - from {{tt|100,'''-50''',20}}. The third shot, if the weapon were to allow it, would come from {{tt|100,'''50''',20}} again. And so on.


Line 19: Line 18:
For [[Red Alert]] even without <b>Burst</b> or <b>Burst=2</b> tags, if [[InfantryTypes]], [[VehicleTypes]], [[AircraftTypes]] , [[BuildingTypes]] has [[Primary]],
For [[Red Alert]] even without <b>Burst</b> or <b>Burst=2</b> tags, if [[InfantryTypes]], [[VehicleTypes]], [[AircraftTypes]] , [[BuildingTypes]] has [[Primary]],
[[Secondary]] with the same weapon name every attack  will work like there is <b>Burst=2</b>
[[Secondary]] with the same weapon name every attack  will work like there is <b>Burst=2</b>
==Note==
*The more '''Burst''' you have, the more [[ROF]] will be reduced. This means that if you have '''Burst=999999999''', your unit's weapons will be able to attack almost non-stop.<br>
== See Also ==
== See Also ==
*[[BurstDelay]]
*[[BurstDelay]]

Revision as of 14:00, 21 December 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: Burst
File(s): Rules(md).ini
Values: integer
Default: 1
Applicable to: Weapons


Defines the amount of shots this weapon can fire in succession without having to stop and reload or wait for the ROF to pass. If set to more than 1, then each shot's origin (FLH) inverts the lateral component. For example, a Burst=2 weapon fired from a unit with PrimaryFireFLH=100,50,20 would fire two shots without stopping, and the first shot would come from 100,50,20 and the second one - from 100,-50,20. The third shot, if the weapon were to allow it, would come from 100,50,20 again. And so on.

Note that firing animation lateral offsets are reversed when multiple bursts are used. See this article for more information.

For Red Alert even without Burst or Burst=2 tags, if InfantryTypes, VehicleTypes, AircraftTypes , BuildingTypes has Primary, Secondary with the same weapon name every attack will work like there is Burst=2

Note

  • The more Burst you have, the more ROF will be reduced. This means that if you have Burst=999999999, your unit's weapons will be able to attack almost non-stop.

See Also