Mushroom: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 2: Line 2:


Parameter Information:  
Parameter Information:  
* Unknown 1 = Fixed-point launch angle factor (default of 0 = 4 units)  
* misc1 = Fixed-point launch angle factor (default of 0 = 4 units)  
* Unknown 2 = Fixed-point missile momentum factor (default of 0 = 1/2 unit)  
* misc2 = Fixed-point missile momentum factor (default of 0 = 1/2 unit)  
* Args1 = DeHackEd number of thing type to spawn (default of 0 = MancubusShot)  
* Args1 = DeHackEd number of thing type to spawn (default of 0 = MancubusShot)  


Purpose: Causes a mushroom cloud effect. The object will first call the Explode codepointer for primary blast radius damage. Then, a number of MancubusShot projectiles proportional to the object's missile damage field will be launched into the air in a circular pattern, using the angle and speed parameters provided in the current frame. This codepointer is new to MBF.
Purpose: Causes a mushroom cloud effect. The object will first call the [[Explode]] codepointer for primary blast radius damage. Then, a number of MancubusShot projectiles proportional to the object's missile damage field will be launched into the air in a circular pattern, using the angle and speed parameters provided in the current frame. This codepointer is new to MBF.


Notes: The Args1 parameter is new to Eternity Engine v3.31 beta 4. It allows the thing type fired to be overridden. If this parameter is not provided, the default MancubusShot will be used.
Notes: The Args1 parameter is new to Eternity Engine v3.31 beta 4. It allows the thing type fired to be overridden. If this parameter is not provided, the default MancubusShot will be used.
Thunk: Yes.


''Back to [[List of codepointers]]''
''Back to [[List of codepointers]]''
[[Category:Codepointers]]
[[Category:Codepointers]]
[[Category:MBF codepointers]]
[[Category:MBF codepointers]]

Latest revision as of 16:42, 29 May 2012

Type: Miscellaneous, parameterized

Parameter Information:

  • misc1 = Fixed-point launch angle factor (default of 0 = 4 units)
  • misc2 = Fixed-point missile momentum factor (default of 0 = 1/2 unit)
  • Args1 = DeHackEd number of thing type to spawn (default of 0 = MancubusShot)

Purpose: Causes a mushroom cloud effect. The object will first call the Explode codepointer for primary blast radius damage. Then, a number of MancubusShot projectiles proportional to the object's missile damage field will be launched into the air in a circular pattern, using the angle and speed parameters provided in the current frame. This codepointer is new to MBF.

Notes: The Args1 parameter is new to Eternity Engine v3.31 beta 4. It allows the thing type fired to be overridden. If this parameter is not provided, the default MancubusShot will be used.

Back to List of codepointers