replica_fabricator
Vars | |
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 |
Procs | |
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 |
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