design 
Design Datums All the data for building stuff.
Vars | |
build_path | The typepath of the object produced by this design |
---|---|
build_type | Bitflags indicating what machines this design is compatable with. ([IMPRINTER]|AWAY_IMPRINTER|[FABRICATOR]|[AWAY_LATHE]|[AUTOLATHE]|[MECHFAB]|[BIOGENERATOR]|[LIMBGROWER]|[SMELTER]) |
category | What category this design falls under. Used for sorting in production machines, mostly the mechfab. |
construction_time | The amount of time required to create one unit of the product. |
dangerous_construction | If this is [TRUE] the admins get notified whenever anyone prints this. Currently only used by the BoH. |
desc | Description of the created object |
icon_cache | Appears to be unused. |
id | The ID of the design. Used for quick reference. Alphanumeric, lower-case, no symbols |
lathe_time_factor | Production speed multiplier |
make_reagents | List of reagents produced by this design. Currently only supported by the biogenerator. |
mapload_design_flags | Bitflags indicating what rnd machines should have this design roundstart. |
materials | List of materials required to create one unit of the product. Format is (typepath or caregory) -> amount |
maxstack | The maximum number of units of whatever is produced by this can be produced in one go. |
name | Name of the created object |
reagents_list | List of reagents required to create one unit of the product. |
research_icon | Override for the automatic icon generation used for some UIs |
research_icon_state | Override for the automatic icon state generation used for some UIs. |
search_metadata | Optional string that interfaces can use as part of search filters. See- item/borg/upgrade/ai and the Exosuit Fabs. |
Procs | |
get_description | Returns the description of the design |
Var Details
build_path 
The typepath of the object produced by this design
build_type 
Bitflags indicating what machines this design is compatable with. ([IMPRINTER]|AWAY_IMPRINTER|[FABRICATOR]|[AWAY_LATHE]|[AUTOLATHE]|[MECHFAB]|[BIOGENERATOR]|[LIMBGROWER]|[SMELTER])
category 
What category this design falls under. Used for sorting in production machines, mostly the mechfab.
construction_time 
The amount of time required to create one unit of the product.
dangerous_construction 
If this is [TRUE] the admins get notified whenever anyone prints this. Currently only used by the BoH.
desc 
Description of the created object
icon_cache 
Appears to be unused.
id 
The ID of the design. Used for quick reference. Alphanumeric, lower-case, no symbols
lathe_time_factor 
Production speed multiplier
make_reagents 
List of reagents produced by this design. Currently only supported by the biogenerator.
mapload_design_flags 
Bitflags indicating what rnd machines should have this design roundstart.
materials 
List of materials required to create one unit of the product. Format is (typepath or caregory) -> amount
maxstack 
The maximum number of units of whatever is produced by this can be produced in one go.
name 
Name of the created object
reagents_list 
List of reagents required to create one unit of the product.
research_icon 
Override for the automatic icon generation used for some UIs
research_icon_state 
Override for the automatic icon state generation used for some UIs.
search_metadata 
Optional string that interfaces can use as part of search filters. See- item/borg/upgrade/ai and the Exosuit Fabs.
Proc Details
get_description
Returns the description of the design