Space Station 13 - Modules - TypesVar Details - Proc Details

blob

Vars

chaser_blob_headThe image for the chaser zombie's blob head
conclude_delayThe amount of time in deciseconds the hallucination should continue after final expansion.
expand_delayThe delay at which the blob expands in deciseconds. Shouldn't be too low to prevent lag.
expand_queueList of turfs that need expanding from.
expand_timerExpand timer handle.
player_zombieThe self delusion blob zombie hallucination, triggers on knockdown.
processedAssociative list of turfs that have already been processed.
target_blob_headThe image for the player zombie's blob head
zombieThe blob zombie hallucination.

Procs

create_blobCreates a fake blob overlay on the given turf.
expandCalled regularly in a timer to process the blob expanding.

Var Details

chaser_blob_head

The image for the chaser zombie's blob head

conclude_delay

The amount of time in deciseconds the hallucination should continue after final expansion.

expand_delay

The delay at which the blob expands in deciseconds. Shouldn't be too low to prevent lag.

expand_queue

List of turfs that need expanding from.

expand_timer

Expand timer handle.

player_zombie

The self delusion blob zombie hallucination, triggers on knockdown.

processed

Associative list of turfs that have already been processed.

target_blob_head

The image for the player zombie's blob head

zombie

The blob zombie hallucination.

Proc Details

create_blob

Creates a fake blob overlay on the given turf.

Arguments:

expand

Called regularly in a timer to process the blob expanding.