> For the complete documentation index, see [llms.txt](https://wiki.drgnshield.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.drgnshield.com/important-concepts/custom-enchantments/unique-enchantments.md).

# Unique Enchantments

<figure><img src="/files/XuP5ppwXY09l16kZXqtC" alt=""><figcaption></figcaption></figure>

<table data-full-width="true"><thead><tr><th width="210" align="right">Enchant Name</th><th width="82" align="center">Levels</th><th width="110" align="center">Cooldown</th><th width="155" align="center">Chance</th><th>What Does this Enchant Do?</th></tr></thead><tbody><tr><td align="right"><img src="/files/zurIsd0NSxkVjkOviNQ2" alt=""> Berserk</td><td align="center">1-5</td><td align="center">0s</td><td align="center">5/10/15/20/25%</td><td>Chance to gain Slow Digging &#x26; Strength I/I/I/II/II for 3/4/5/4/5s on-hit.</td></tr><tr><td align="right"><img src="/files/g7DtQ2mfOZAucJyjwqHj" alt=""><img src="/files/r7cwcVV7IEXE2o7D4GsV" alt=""> Devour</td><td align="center">1-3</td><td align="center">0s</td><td align="center">10/15/20%</td><td>Chance to restore 1 hunger on mob kill.</td></tr><tr><td align="right"><img src="/files/Dk2K0fbcPz2ZJ6bHMoMd" alt=""><img src="/files/mGy3v8QlQrrl4zmV1V4y" alt=""><img src="/files/uJnKuiwkMvQmspehdqsg" alt=""> Hunter</td><td align="center">1-4</td><td align="center">0s</td><td align="center">100%</td><td>Increase dmg by 10/20/30/40% against passive mobs on ranged atk.</td></tr><tr><td align="right"><img src="/files/gbBj5SPY4c8a9ZYK34OE" alt=""><img src="/files/UWFyzCPIdrJJljnS40Uu" alt=""><img src="/files/xN8YyXbElm0MhKI5vYWI" alt=""><img src="/files/RlH3sDV2XQS7oz898fri" alt=""> Molten</td><td align="center">1-3</td><td align="center">2s</td><td align="center">15/35/75%</td><td>When damaged, inflict burn dmg for 2/4/6s.</td></tr><tr><td align="right"><img src="/files/VuecjykJPWmcLod1w7Pu" alt=""> Plummet</td><td align="center">1-3</td><td align="center">0s</td><td align="center">100%</td><td>Deal 2/3/5 dmg in 3/4/5 block radius against mobs when taking fall damage.</td></tr><tr><td align="right"><img src="/files/vUXHlsObzIEHeIiLM9Wb" alt=""> Replanter</td><td align="center">1</td><td align="center">0s</td><td align="center">100%</td><td>Automatically replants crops.</td></tr><tr><td align="right"><img src="/files/vUXHlsObzIEHeIiLM9Wb" alt=""> Reseed</td><td align="center">1</td><td align="center">0s</td><td align="center">100%</td><td>Replants all crops no matter of growth when you break them.</td></tr><tr><td align="right"><img src="/files/YFaLG8XjNQ1ahNFn3IlL" alt=""><img src="/files/VzNDFbjecy80XBjBuxrn" alt=""> Slayer</td><td align="center">1-4</td><td align="center">0s</td><td align="center">100%</td><td>Increase dmg by 10/15/20/25% against passive mobs on-hit.</td></tr><tr><td align="right"><img src="/files/S8thPBVzomQZO9IkkeTI" alt=""><img src="/files/PX2lByzOaqWpV46Q42bv" alt=""><img src="/files/86FThUH3nyM5bruPHvVD" alt=""> Soulless</td><td align="center">1-4</td><td align="center">0s</td><td align="center">100%</td><td>Increase dmg by 5/10/15/20% against hostile mobs on ranged atk.</td></tr><tr><td align="right"><img src="/files/jPpRtdwopihjBRahfryh" alt=""><img src="/files/wk6ZTKCnRC72xJgvR9kY" alt=""><img src="/files/IItsVz07S2LUHKyyO2GR" alt=""> Virus</td><td align="center">1-3</td><td align="center">0s</td><td align="center">100%</td><td>Inflict Poison I/I/II for 3/4/5s on ranged atk.</td></tr><tr><td align="right"><img src="/files/LjdQjgDHDBSyEi9C5Unu" alt=""><img src="/files/DdewUYAM6iJup4rz8HeL" alt=""><img src="/files/xyrCczCVSrruF07PqzXh" alt=""><img src="/files/PDyTHLRlI4XCpDYMbK6h" alt=""> Ward</td><td align="center">1-4</td><td align="center">0s</td><td align="center">1/2/3/4%</td><td>When damaged, chance to negate an attack.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wiki.drgnshield.com/important-concepts/custom-enchantments/unique-enchantments.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
