/tg/ Station 13 - Modules - TypesVar Details - Proc Details

resource_drift

Vars

amt_debrisAmount of debris that spawns.
num_cachesThe number of caches that spawn
picked_cratesCrates we're throwing
possible_cratesAll subtypes of normal resource_caches

Procs

get_debrisPicks a adjective describing the amount of debris being thrown and returns it.
get_sourceGenerate a "source event" / reason as to why the crates and debris are spawning.
spawn_and_throw_crateSpawns the supplied crate path [selected_cache_path] at [spawn_loc]. After being spawned, the crate is thrown towards a random human, or a communications console if there are no humans.

Var Details

amt_debris

Amount of debris that spawns.

num_caches

The number of caches that spawn

picked_crates

Crates we're throwing

possible_crates

All subtypes of normal resource_caches

Proc Details

get_debris

Picks a adjective describing the amount of debris being thrown and returns it.

get_source

Generate a "source event" / reason as to why the crates and debris are spawning.

spawn_and_throw_crate

Spawns the supplied crate path [selected_cache_path] at [spawn_loc]. After being spawned, the crate is thrown towards a random human, or a communications console if there are no humans.