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

chasm_detritus

A datum that retrieves something which fell into a chasm.

Vars

default_contentsStuff which you can always fish up even if nothing fell into a hole. Associative by type.
default_contents_chanceThe chance (out of 100) to fish out something from default_contents even if there's something in GLOB.chasm_storage.
default_contents_keyKey to the list we want to use from default_contents.

Procs

determine_detritusReturns the chosen detritus from the given list of things to choose from
find_chasm_contentsReturns an object which is currently inside of a nearby chasm.

Var Details

default_contents

Stuff which you can always fish up even if nothing fell into a hole. Associative by type.

default_contents_chance

The chance (out of 100) to fish out something from default_contents even if there's something in GLOB.chasm_storage.

default_contents_key

Key to the list we want to use from default_contents.

Proc Details

determine_detritus

Returns the chosen detritus from the given list of things to choose from

find_chasm_contents

Returns an object which is currently inside of a nearby chasm.