SPLURT Station 13 - Modules - TypesVar Details

killerqueen

KILLER QUEEN

Simple contact bomb component Blows up the first person to touch it.

Vars

devdev explosion radius
ex_strengthstrength of explosion on the touch-er. 0 to disable. usually only used if the normal explosion is disabled (this is the default).
examine_messageexamine message
explodeddid we explode
failurecallback to invoke with (parent) when deleting without an explosion
flameflame explosion radius
heavyheavy explosion radius
lightlight explosion radius
living_onlyonly triggered by living mobs
pre_explodecallback 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.