BFGBurst: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(New page: Type: Miscellaneous, normal Purpose: Explosion effect of the Plasma Burst BFG weapon. This BFG does not do tracer-based damage. Instead, 40 EEBetaPlasma3 projectiles will be fired from th...)
 
(templatized)
 
Line 1: Line 1:
Type: Miscellaneous, normal
{{codepointer|description=Explosion effect of the Plasma Burst BFG weapon.|usage='''BFGBurst'''|notes=This BFG does not do tracer-based damage. Instead, 40 '''EEBetaPlasma3''' projectiles will be fired from the point of explosion in a circular pattern, with randomized small positive or negative z momentum, such that they tend to bounce off the floor. The new projectiles cannot hit the originator of the BFG projectile.


Purpose: Explosion effect of the Plasma Burst BFG weapon. This BFG does not do tracer-based damage. Instead, 40 EEBetaPlasma3 projectiles will be fired from the point of explosion in a circular pattern, with randomized small positive or negative z momentum, such that they tend to bounce off the floor. The new projectiles cannot hit the originator of the BFG projectile. Based on the BFG from the unreleased MagDOOM source port by Cephaler.
Based on the BFG from the unreleased MagDOOM source port by Cephaler.


''Back to [[List of codepointers]]''
This codepointer overrides '''[[BFGSpray]]''' if its gameplay setting is enabled.|seealso=
*[[BFG11KHit]]
*[[BFGSpray]]
*[[BouncingBFG]]}}

Latest revision as of 06:58, 9 May 2011

Description

Explosion effect of the Plasma Burst BFG weapon.

Usage

BFGBurst

Parameters

No parameters.

Examples

No examples given.

Notes

This BFG does not do tracer-based damage. Instead, 40 EEBetaPlasma3 projectiles will be fired from the point of explosion in a circular pattern, with randomized small positive or negative z momentum, such that they tend to bounce off the floor. The new projectiles cannot hit the originator of the BFG projectile.

Based on the BFG from the unreleased MagDOOM source port by Cephaler.

This codepointer overrides BFGSpray if its gameplay setting is enabled.

See also