design 
Design Datums
All the data for building stuff.
Vars | |
| access_requirement | What special access requirements will the lockbox have? Defaults to armory. |
|---|---|
| build_object_name | Name of the object that gets created. |
| build_path | The file path of the object that gets created. |
| build_type | Flag as to what kind machine the design is built in. See defines. |
| category | Primarily used for Mech Fabricators, but can be used for anything. |
| construction_time | Amount of time required for building the object. |
| desc | Description of the created object. |
| id | ID of the created object for easy refernece. Alphanumeric, lower-case, no symbols. |
| lathe_time_factor | How many times faster than normal is this to build on the protolathe. |
| locked | If true it will spawn inside a lockbox with currently sec access. |
| make_reagents | Reagents produced. Format: "id" = amount. Currently only supported by the biogenerator. |
| materials | List of materials. Format: "id" = amount. |
| maxstack | Max number of items in stack by build on the autolathe. |
| name | Name of the created object. |
| reagents_list | List of reagents. Format: "id" = amount. |
| req_tech | IDs of that techs the object originated from and the minimum level requirements. Leave 'null' here to block the design from appearing regularly in the R&D consoles. |
Var Details
access_requirement 
What special access requirements will the lockbox have? Defaults to armory.
build_object_name 
Name of the object that gets created.
build_path 
The file path of the object that gets created.
build_type 
Flag as to what kind machine the design is built in. See defines.
category 
Primarily used for Mech Fabricators, but can be used for anything.
construction_time 
Amount of time required for building the object.
desc 
Description of the created object.
id 
ID of the created object for easy refernece. Alphanumeric, lower-case, no symbols.
lathe_time_factor 
How many times faster than normal is this to build on the protolathe.
locked 
If true it will spawn inside a lockbox with currently sec access.
make_reagents 
Reagents produced. Format: "id" = amount. Currently only supported by the biogenerator.
materials 
List of materials. Format: "id" = amount.
maxstack 
Max number of items in stack by build on the autolathe.
name 
Name of the created object.
reagents_list 
List of reagents. Format: "id" = amount.
req_tech 
IDs of that techs the object originated from and the minimum level requirements. Leave 'null' here to block the design from appearing regularly in the R&D consoles.