crafting_recipe
Vars | |
alert_admins_on_craft | Will this recipe send an admin message when it's completed. |
---|---|
always_available | Is this recipe always available, or does it need to be learned first. |
blacklist | Type paths of items explicitly not allowed as an ingredient. |
category | What category it's shown under in the crafting UI. |
name | In-game display name. |
parts | Type paths of items that will be placed inside the result. |
pathtools | Type paths of items needed but not consumed. |
reqs | Type paths of items consumed associated with how many are needed. |
result | Type paths of item(s) resulting from this craft. |
subcategory | What subcategory it's shown under in the crafting UI. (e.g 'Ammo' under 'Weapons') |
time | Crafting time in deciseconds. |
tools | Tool behaviours of items needed but not consumed. |
Var Details
alert_admins_on_craft
Will this recipe send an admin message when it's completed.
always_available
Is this recipe always available, or does it need to be learned first.
blacklist
Type paths of items explicitly not allowed as an ingredient.
category
What category it's shown under in the crafting UI.
name
In-game display name.
parts
Type paths of items that will be placed inside the result.
pathtools
Type paths of items needed but not consumed.
reqs
Type paths of items consumed associated with how many are needed.
result
Type paths of item(s) resulting from this craft.
subcategory
What subcategory it's shown under in the crafting UI. (e.g 'Ammo' under 'Weapons')
time
Crafting time in deciseconds.
tools
Tool behaviours of items needed but not consumed.