Goonstation 13 - Modules - TypesVar Details - Proc Details

/obj/randomloot_spawner

what tier must be selected to select this spawner. the weight this spawner has to be selected in its' tier, defaults to 3. The width of this spawner The height of this spawner

Vars

booze_itemsgeneric booze loot pool
drug_itemsgeneric drug loot pool
strong_stimsuncommon, valuable drugs, for placement in syringes

Procs

handle_lootCalls spawn_loot, then handles disappearing & overrides
spawn_itemspawn a given item with the 'transform on pickup' component. Refer to function definition for better docs.
spawn_lootSpawn the loot for this instance. Return TRUE if this should not take up grid squares.

Var Details

booze_items

generic booze loot pool

drug_items

generic drug loot pool

strong_stims

uncommon, valuable drugs, for placement in syringes

Proc Details

handle_loot

Calls spawn_loot, then handles disappearing & overrides

spawn_item

spawn a given item with the 'transform on pickup' component. Refer to function definition for better docs.

spawn_loot

Spawn the loot for this instance. Return TRUE if this should not take up grid squares.