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

replica_fabricator

Vars

crafting_possibilitiesList of things that the fabricator can build for the radial menu
fabrication_datumsList of initialized fabrication datums, created on Initialize
max_powerHow much power this can contain at most. By default, is 2 stacks of regular materials or 1 stack of brass
powerHow much power this has. 5 generated per sheet inserted, one sheet of bronze costs 10, one floor tile costs 15, one wall costs 20
selected_outputRef to the datum we have selected currently

Procs

attempt_convert_materialsAttempt to convert the targeted item into power, if it's a sheet item
check_menuStandard confirmation for the radial menu proc
create_fabrication_listCreates the list of initialized fabricator datums, done once on init

Var Details

crafting_possibilities

List of things that the fabricator can build for the radial menu

fabrication_datums

List of initialized fabrication datums, created on Initialize

max_power

How much power this can contain at most. By default, is 2 stacks of regular materials or 1 stack of brass

power

How much power this has. 5 generated per sheet inserted, one sheet of bronze costs 10, one floor tile costs 15, one wall costs 20

selected_output

Ref to the datum we have selected currently

Proc Details

attempt_convert_materials

Attempt to convert the targeted item into power, if it's a sheet item

check_menu

Standard confirmation for the radial menu proc

create_fabrication_list

Creates the list of initialized fabricator datums, done once on init