YOU SHOULDN'T SEE THIS - TELL A CODER
Abstract supertype for implants that do something explodey-ish when you die. Includes functionality for scaling with implant number
Vars | |
power | Means different things for different implants, but in a general sense how Powerful the effect is. Scales additively with implant number. |
---|---|
Procs | |
do_effect | This is where you put the actual effect the implant has on death (some kind of an explosion probably) You probably want to call this parent after exploding or whatever |
Var Details
power
Means different things for different implants, but in a general sense how Powerful the effect is. Scales additively with implant number.
Proc Details
do_effect
This is where you put the actual effect the implant has on death (some kind of an explosion probably) You probably want to call this parent after exploding or whatever