Daedalus Dock - Modules - TypesVar Details - Proc Details

smartfridge

Vars

allow_ai_retrieveIf the AI is allowed to retrieve items within the machine
base_build_pathWhat path boards used to construct it should build into when dropped. Needed so we don't accidentally have them build variants with items preloaded in them.
initial_contentsList of items that the machine starts with upon spawn
max_n_of_itemsMaximum number of items that can be loaded into the machine
visible_contentsIf the machine shows an approximate number of its contents on its sprite

Procs

attackbyItem Adding
dispenseReally simple proc, just moves the object "O" into the hands of mob "M" if able, done so I could modify the proc a little for the organ fridge

Var Details

allow_ai_retrieve

If the AI is allowed to retrieve items within the machine

base_build_path

What path boards used to construct it should build into when dropped. Needed so we don't accidentally have them build variants with items preloaded in them.

initial_contents

List of items that the machine starts with upon spawn

max_n_of_items

Maximum number of items that can be loaded into the machine

visible_contents

If the machine shows an approximate number of its contents on its sprite

Proc Details

attackby

Item Adding

dispense

Really simple proc, just moves the object "O" into the hands of mob "M" if able, done so I could modify the proc a little for the organ fridge