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

reagentgrinder

Vars

beakerThe beaker to hold the final products
maximum_weightThe maximum weight of items this grinder can hold
operatingIs the grinder currently performing work
speedHow fast operations take place

Procs

check_interactableChecks if the radial menu can interact with this machine Arguments
load_itemsTransfer this item or items inside if its a bag into the grinder Arguments
mixMixes the reagents inside the beaker Arguments
mix_completeMix the reagents Arguments
operate_forGrinds/Juices all contents inside the grinder Arguments
replace_beakerInserts, removes or replaces the beaker present Arguments
stop_operatingReset the operating status of the machine

Var Details

beaker

The beaker to hold the final products

maximum_weight

The maximum weight of items this grinder can hold

operating

Is the grinder currently performing work

speed

How fast operations take place

Proc Details

check_interactable

Checks if the radial menu can interact with this machine Arguments

load_items

Transfer this item or items inside if its a bag into the grinder Arguments

mix

Mixes the reagents inside the beaker Arguments

mix_complete

Mix the reagents Arguments

operate_for

Grinds/Juices all contents inside the grinder Arguments

replace_beaker

Inserts, removes or replaces the beaker present Arguments

stop_operating

Reset the operating status of the machine