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

# Attunement

Attunement is a mechanic, which binds equipment to a Hero, after which it cannot be worn by any other Hero. This is to deny equipment recycling once a Hero gets better alternatives, ultimately destroying “early level content”. Also it denies using the same equipment on multiple Heroes to clear challenging content.

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

Attunement can have three values: “**Bind on Equip**”, “**Bind on Pickup**” or “**Fleeting**”

* **On Equip** (most Equipment): This piece is not attuned immediately, but will be once it gets equipped to a Hero. This means as long as no Hero has worn it, it can be freely traded and equipped by a Hero of the buyer.
  * Attunement can be **broken** for “On Equip”-items, resetting them to the original state, but it is exponentially more expensive, the higher the Tier of the piece is:
    * **Common**: 2,500x <img src="/files/TDYv9HRjOrz4S2ElE7a8" alt="" data-size="line">, 10x <img src="/files/ew4f80fE0Tv9jzUOJmFR" alt="Crystal" data-size="line">
    * <mark style="color:green;">**Uncommon**</mark>: 5,000x <img src="/files/TDYv9HRjOrz4S2ElE7a8" alt="" data-size="line">, 20x <img src="/files/ew4f80fE0Tv9jzUOJmFR" alt="Crystal" data-size="line">
    * <mark style="color:blue;">**Rare**</mark>: 7,500x <img src="/files/TDYv9HRjOrz4S2ElE7a8" alt="" data-size="line">, 30x <img src="/files/ew4f80fE0Tv9jzUOJmFR" alt="Crystal" data-size="line">
    * <mark style="color:purple;">**Epic**</mark>: 10,000x <img src="/files/TDYv9HRjOrz4S2ElE7a8" alt="" data-size="line">, 40x <img src="/files/ew4f80fE0Tv9jzUOJmFR" alt="Crystal" data-size="line">, 1x <img src="/files/MAvQeARHdL1hnyDW8HGd" alt="Chaos Seed Icon" data-size="line">
    * <mark style="color:orange;">**Legendary**</mark>: 25,000x <img src="/files/TDYv9HRjOrz4S2ElE7a8" alt="" data-size="line">, 50x <img src="/files/ew4f80fE0Tv9jzUOJmFR" alt="Crystal" data-size="line">, 1x<img src="/files/FUdN0FIwnqJ1qUcrN0NM" alt="Titanium Splinter Icon" data-size="line">
    * <mark style="color:red;">**Mythic**</mark>: 50,000x <img src="/files/TDYv9HRjOrz4S2ElE7a8" alt="" data-size="line">, 100x <img src="/files/ew4f80fE0Tv9jzUOJmFR" alt="Crystal" data-size="line">, 1x<img src="/files/0sXft6zoxjNmGxzghKBw" alt="Phoenix Feather Icon" data-size="line">
* **On Pickup** (for special Equipment): This equipment is automatically attuned to the Hero who earned it (e.g. by defeating an enemy or completing a quest)
  * Attunement of Bind on Pickup items cannot be broken. Those items are meant to be only accessible through gameplay and not via purchase.
* **Fleeting**: This piece does not attune, it can be equipped/unequipped by any Hero without restrictions


---

# 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.pawtato.gg/pawtato-land/gameplay/equipment/attunement.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.
