> 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/crafting/quality.md).

# Quality

Every time something is crafted there is a random outcome of its **Quality**, which can range from **1 - 100**. The higher the Quality, the better the effects of an item.

While the **Rarity Tier** of an item decides the minimum and maximum effect, the Quality will determine where exactly on that scale it will be.

<figure><img src="/files/14nW5moOek6eLNDGCA7U" alt=""><figcaption></figcaption></figure>

{% tabs %}
{% tab title="Example A" %} <mark style="color:blue;">**Rare Axe**</mark> with 17 Quality:

**Rare Range:** 25% - 30%\
Rare Quality 1: 25%\
Rare Quality 100: 30%\
\
**Rare Quality 17:&#x20;**<mark style="color:blue;">**25.808%**</mark> (25% + ROUNDDOWN((30% - 25%) \* (17 - 1) / 99, 4)
{% endtab %}

{% tab title="Example B" %} <mark style="color:$warning;">**Legendary Axe**</mark> with 69 Quality:

**Legendary Range:** 60% - 75%\
Legendary Quality 1: 60%\
Legendary Quality 100: 75%\
\
**Legendary Quality 69:&#x20;**<mark style="color:$warning;">**70.303%**</mark> (60% + ROUNDDOWN((75% - 60%) \* (69 - 1) / 99, 4)
{% endtab %}
{% endtabs %}

Quality can also be changed later on in various ways:

Using a <img src="/files/MAvQeARHdL1hnyDW8HGd" alt="Chaos Seed Icon" data-size="line"><mark style="color:$warning;">**Chaos Seed**</mark> can **reroll** Quality (new Quality between 1-100 will be set, could also lower Quality if unlucky).

Using a<img src="/files/b55EZOEOEYfAkehAqQwY" alt="Dawnstone Icon" data-size="line"><mark style="color:orange;">**Dawnstone**</mark> will **increase** Quality by 10.

Using [Runes](/pawtato-land/gameplay/consumables/runes.md) can **increase** Quality with a certain chance.


---

# 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/crafting/quality.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.
