resource_drift 
Vars | |
| 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 |
Procs | |
| 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. |
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.