> For the complete documentation index, see [llms.txt](https://docs.dungeons.game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dungeons.game/gameplay/items/unique-items.md).

# Unique Items

{% hint style="info" %}
Unique items grant special bonuses to your Adventurers.\
\
They can be found in Dungeons and Mythics and are not craftable/upgradable.
{% endhint %}

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

There are a total of 5 Unique Items scattered throughout the 5 Dungeons and 3 Mythics. Adventurers can equip 1 Unique item alongside their 2 Equipment Items. Unique items are much rarer than regular items and vary in their bonuses:\
\
**Horse Mount** - Makes your Adventurer immune to Item break events.\
**Golden Heart** - Immune to Rekt and Death events.\
**Four-Leaf Clover** - Increases your Adventurer’s Luck and Fortune by 10 each.\
**Harp** - Makes your Adventurer immune to injury and purge.\
**Warhorn** - Increases your Adventurer’s chance to find keys by 2.5%.\
\
Users can increase their chance of finding Uniques by leveling their **Luck** stat.

All Unique items are tradable via p2p trading.


---

# 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:

```
GET https://docs.dungeons.game/gameplay/items/unique-items.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
