> 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/resources/resource-processing.md).

# Resource Processing

Resource processing is the act of converting **base resources** into **refined materials**.&#x20;

To process resources, an Architect must:

1. Own the required tool (crafted at any rarity)
2. Equip that tool
3. Use specific resource inputs (mostly including base resources + water or coal)

#### Tool rarity and efficiency

* Each Tool rarity tier has a range of efficiency
* This defines how many base resources are needed per 1 processed output
* Lower numbers are better, indicating higher efficiency

**Example: Processing an Iron Bar with a Kiln**

| Kiln Rarity                                      | Iron needed (Range based on Quality) |
| ------------------------------------------------ | ------------------------------------ |
| **Common**                                       | 2.8 – 3.0                            |
| <mark style="color:green;">**Uncommon**</mark>   | 2.4 – 2.7                            |
| <mark style="color:blue;">**Rare**</mark>        | 2.0 – 2.3                            |
| <mark style="color:purple;">**Epic**</mark>      | 1.6 – 1.9                            |
| <mark style="color:orange;">**Legendary**</mark> | 1.3 – 1.5                            |
| <mark style="color:red;">**Mythic**</mark>       | 1.0 - 1.2                            |

#### &#x20;Materials and Tools required for processing

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><img src="/files/mAYBe3n8292bFH29rbyW" alt="" data-size="line"> <strong>Wooden Plank</strong></td><td>Required Tool: <a href="/pages/7sKQvtSfvFGCdys6PAbW"><strong>Handsaw</strong></a></td><td><p>Base Resource: <strong>Wood</strong></p><p>Additional Resource: 1x <mark style="color:green;"><strong>Water</strong></mark></p></td><td><a href="/files/CwxTMatxk0KGVB9yMdG6">/files/CwxTMatxk0KGVB9yMdG6</a></td></tr><tr><td><img src="/files/ESMJ3XmlqcIpu5Zftfm0" alt="" data-size="line"> <strong>Stone Block</strong></td><td>Required Tool: <a href="/pages/xKGW4VI3GL28ee2AbsMC#hammer-and-chisel"><strong>Hammer &#x26; Chisel</strong></a></td><td><p>Base Resource: <strong>Stone</strong></p><p>Additional Resource: 1x <mark style="color:green;"><strong>Water</strong></mark></p></td><td><a href="/files/2iXwAx1fXySTMjvkzbfQ">/files/2iXwAx1fXySTMjvkzbfQ</a></td></tr><tr><td><img src="/files/yWe1AzqcBrZS13oBcXhE" alt="" data-size="line"> <mark style="color:green;"><strong>Iron Bar</strong></mark></td><td>Required Tool: <a href="/pages/wdTqBVOuLyMG1i40dbDQ#kiln"><strong>Kiln</strong></a></td><td>Base Resource: <mark style="color:green;"><strong>Iron</strong></mark><br>Additional Resources: 1x <mark style="color:green;"><strong>Water</strong></mark>, 2x <mark style="color:green;"><strong>Coal</strong></mark></td><td><a href="/files/63BSHfVa9q6NFBCCUjRh">/files/63BSHfVa9q6NFBCCUjRh</a></td></tr><tr><td><img src="/files/Fu02x2cUY4LzV6t0ZtpU" alt="" data-size="line"> <mark style="color:blue;"><strong>Gold Bar</strong></mark></td><td>Required Tool: <a href="/pages/wdTqBVOuLyMG1i40dbDQ#kiln"><strong>Kiln</strong></a></td><td>Base Resource: <mark style="color:blue;"><strong>Gold</strong></mark><br>Additional Resources: 1x <mark style="color:green;"><strong>Water</strong></mark>, 2x <mark style="color:green;"><strong>Coal</strong></mark></td><td><a href="/files/m1FklmDaZXCPuyndwrij">/files/m1FklmDaZXCPuyndwrij</a></td></tr><tr><td><img src="/files/EL1BLkU6GsdnTFkqXbLI" alt="" data-size="line"> <strong>Gravel</strong></td><td>Required Tool: <a href="/pages/xKGW4VI3GL28ee2AbsMC"><strong>Sledgehammer</strong></a></td><td>Base Resource: <strong>Stone</strong><br>Additional Resources: 1x <mark style="color:green;"><strong>Water</strong></mark></td><td data-object-fit="contain"><a href="/files/9EI8eQszhTWU8aHsqP6W">/files/9EI8eQszhTWU8aHsqP6W</a></td></tr><tr><td><img src="/files/zUTAEmLm3oyIVGBGQ0UF" alt="" data-size="line"> <strong>Paper</strong></td><td>Required Tool: <a href="/pages/7sKQvtSfvFGCdys6PAbW"><strong>Mould &#x26; Deckle</strong></a></td><td>Base Resource: <mark style="color:green;"><strong>Water</strong></mark><br>Additional Resources: 10x <strong>Wood</strong></td><td data-object-fit="contain"><a href="/files/GgLHvIAs70P5JLGB4hmZ">/files/GgLHvIAs70P5JLGB4hmZ</a></td></tr></tbody></table>

{% hint style="info" %}
Tools lose 1 Durability per 10 materials processed.
{% endhint %}


---

# 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/resources/resource-processing.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.
