Crafting System Reference - dredmor-com/dungeons-of-dredmor GitHub Wiki
This page has resources that might help you understand the crafting system of Dungeons of Dredmor. Tags and values permitted are all included here.
Crafting Recipes are added through the use of <craft>
tags. The specific recipe must include ALL tags listed below.
<craft> | |||
---|---|---|---|
Name | Input | Description | Example |
hidden | boolean | Whether thr recipe is hidden on the start of the game. Hidden recipes will be added to bookshelves. | hidden="1" |
<output> | |||
skill | value | The amount of crafting skill you need to craft to craft this version of the recipel The <output> tag with the skill equivalent (or, if not available, the highest one available) to the player's crafting skill. | skill="6" |
name | string | The name of the item this version of the recipe will craft. | name="Ingeniously Scythed Plastic Bolt" |
amount | value | The amount of those items this version of the recipe will craft. Only stackable items need this property. | amount="11" |
<tool> | |||
tag | string | The crafting station and skill used to craft this item. | tag="tinkerer" |
<input> | |||
name | string | The name of an item used in this recipe. You can have up to 4 of these tags. | name="Cassiterite" |