Editing BFG11KHit

From Eternity Wiki
Jump to navigationJump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
{{codepointer|description=Explosion effect of BFG 11k weapon, introduced in the [[SMMU]] port.|usage='''BFG11KHit'''|notes=Designed for more balanced play in deathmatch, this BFG works very differently from the vanilla BFG9000.
Type: Miscellaneous, normal


First, if the BFG ball explodes closer than 96 units to its originator, the originator will take damage proportional to that distance. The damage calculation is the sum of floor(48 - (distance / 2)) rolls of an 8-sided die. At 95 units away, the damage is 0. At 0 units away, the damage ranges from 48 to 384. The originator is hit directly for this damage, and a BFGFlash object is spawned at his/her location.
Purpose: Explosion effect of BFG 11k weapon. Designed for more balanced play in deathmatch, this BFG works very differently. First, if the BFG ball explodes closer than 96 units to its originator, the originator will take damage proportional to that distance. The damage calculation is the sum of floor(48 - (distance / 2)) rolls of an 8-sided die. At 95 units away, the damage is 0. At 0 units away, the damage ranges from 48 to 384. The originator is hit directly for this damage, and a BFGFlash object is spawned at his/her location. 40 tracers will be fired out in a circular pattern from the explosion location. These tracers cannot hit the originator of the missile. These tracers will hit for damage equal to the sum of 20 rolls of an 8-sided die (damage range per tracer is 20 to 160, damage range of all tracers together is 800 to 6400). When a target is hit, an BFGFlash object will be spawned at its location.
 
40 tracers will be fired out in a circular pattern from the explosion location. These tracers cannot hit the originator of the missile. These tracers will hit for damage equal to the sum of 20 rolls of an 8-sided die (damage range per tracer is 20 to 160, damage range of all tracers together is 800 to 6400). When a target is hit, an BFGFlash object will be spawned at its location.
 
This codepointer overrides '''[[BFGSpray]]''' if its gameplay setting is enabled.|seealso=
*[[BFGBurst]]
*[[BFGSpray]]
*[[BouncingBFG]]}}
Please note that all contributions to Eternity Wiki are considered to be released under the GNU Free Documentation License 1.2 (see Eternity Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!
Cancel Editing help (opens in new window)

Template used on this page: