chasm_detritus
A datum that retrieves something which fell into a chasm.
Vars | |
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 . |
Procs | |
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. |
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.