Encrust System Reference - dredmor-com/dungeons-of-dredmor GitHub Wiki
This page will teach you some of the particularities around the encrusting system. Encrusts are similar to craft recipes, with some added complexity added to them.
Encrusting recipes are added through use of the <encrust>
tags. Please note that you can use most to all of the Buffs in the recipes, too.
<encrust> | |||
---|---|---|---|
Name | Input | Description | Example |
name | string | Name of the encrust. | name="Polymer Shell" |
hidden | boolean | Whether the recipe is hidden on the start of the game. Hidden recipes will be added to bookshelves. | hidden="1" |
<description> | |||
text | string | Description you get on hovering over it in the encrust section of your Crafting menu. | text="This wreath of unruly vines sways lazily. That's just the wind, right?" |
<tool> | |||
tag | string | The crafting station and skill used to craft this item. | tag="tinkerer" |
<slot> | |||
type | string | The type of item this encrust can be used on. Multiple slots can be added to make an encrust available for multiple item types. | type="weapon" |
<input> | |||
name | string | The name of an item used in this recipe. You can have up to 4 of these tags. | name="Potion of Lively Regeneration" |
<power> | |||
name | string | The [power name] (itemDB.xml => <power name='name'<) added through this tag. |
name="Grenadier" |
chance | percentage | The chance (between 0 and 1) that this effect will trigger when the encrust is added to an item. | chance="0.10" |
<encrustwith> | |||
name | string | The material name added to the item after it's encrusted, ingame "It's encrusted with " + name . Having lors of these will randomly choose one for the tooltip. |
name="profane images" |
<instability> | |||
amount | value | The amount of instability added to the item through this encrust. | amount="8" |
The 'instability' tag previously explained, and as seen in the [Instability] page, is a possibly adverse spell effect that your equipment might acquire if you apply too many encrusts. This spell may trigger when you hit an enemy and viceversa, which might possibly make your dungeoneering life hell on earth.
<unstableEffect> | |||
---|---|---|---|
Name | Input | Description | Example |
name | string | Name of the Instability. | name="Exploder" |
spell | string | The spell added by this instability. | spell="Grenade Self" |