BFGSpray: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(New page: '''BFGSpray''' is a miscellaneous normal codepointer. This codepointer causes BFG explosion effects, which differ depending on the player's selected type of BFG: *Normal BFG: 40 tracers w...)
 
m (Minor changes)
Line 1: Line 1:
'''BFGSpray''' is a miscellaneous normal codepointer. This codepointer causes BFG explosion effects, which differ depending on the player's selected type of BFG:
'''BFGSpray''' (void)


*Normal BFG: 40 tracers will emanate from the object which fired the projectile in the general direction in which the projectile was fired, each doing damage that is the sum of 15 rolls of an 8-sided die (Absolute damage range per tracer is 15 to 120, absolute damage range of ALL tracers is 600 to 4800).
==Usage==
BFGSpray is a codepointer which causes BFG explosion effects, which differ depending on the player's selected type of BFG:


*BFG 11K: Control is transferred to the [[BFG11KHit]] codepointer.
*Normal BFG: 40 tracers will emanate from the object which fired the projectile in the general direction in which the projectile was fired, each doing damage that is the sum of 15 rolls of an 8-sided die.
 
*BFG11K: Control is transferred to the [[BFG11KHit]] codepointer.


*Bouncing BFG: Control is transferred to the [[BouncingBFG]] codepointer.
*Bouncing BFG: Control is transferred to the [[BouncingBFG]] codepointer.

Revision as of 22:08, 21 April 2009

BFGSpray (void)

Usage

BFGSpray is a codepointer which causes BFG explosion effects, which differ depending on the player's selected type of BFG:

  • Normal BFG: 40 tracers will emanate from the object which fired the projectile in the general direction in which the projectile was fired, each doing damage that is the sum of 15 rolls of an 8-sided die.
  • BFG11K: Control is transferred to the BFG11KHit codepointer.
  • Bouncing BFG: Control is transferred to the BouncingBFG codepointer.
  • Plasma Burst BFG: Control is transferred to the BFGBurst codepointer.