killerqueen 
KILLER QUEEN
Simple contact bomb component Blows up the first person to touch it.
Vars | |
dev | dev explosion radius |
---|---|
ex_strength | strength of explosion on the touch-er. 0 to disable. usually only used if the normal explosion is disabled (this is the default). |
examine_message | examine message |
exploded | did we explode |
failure | callback to invoke with (parent) when deleting without an explosion |
flame | flame explosion radius |
heavy | heavy explosion radius |
light | light explosion radius |
living_only | only triggered by living mobs |
pre_explode | callback to invoke with (parent, victim) before standard detonation - useful for losing a reference to this component or implementing custom behavior. return FALSE to prevent explosion. |
Var Details
dev 
dev explosion radius
ex_strength 
strength of explosion on the touch-er. 0 to disable. usually only used if the normal explosion is disabled (this is the default).
examine_message 
examine message
exploded 
did we explode
failure 
callback to invoke with (parent) when deleting without an explosion
flame 
flame explosion radius
heavy 
heavy explosion radius
light 
light explosion radius
living_only 
only triggered by living mobs
pre_explode 
callback to invoke with (parent, victim) before standard detonation - useful for losing a reference to this component or implementing custom behavior. return FALSE to prevent explosion.