# Craftable Items

Check in-game module to access the complete list, using an **Anvil.**

**Crafting Success Rate Formula** = **10% \* 10% + (skill multiplier \* (crafting skill - 10))**

<table><thead><tr><th>Item Type</th><th>Skill Multiplier</th><th data-type="number">Crafting Skill Required</th></tr></thead><tbody><tr><td>Mystic Runes</td><td>1x</td><td>20</td></tr><tr><td>Magma Rune</td><td>0.5x</td><td>20</td></tr><tr><td>Toolkit</td><td>1x</td><td>10</td></tr><tr><td>Golden Pick</td><td>0.5x</td><td>40</td></tr><tr><td>Hellstone Pick</td><td>0.25x</td><td>60</td></tr></tbody></table>


---

# Agent Instructions: 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://mythera74.gitbook.io/mythera74/systems/crafting/craftable-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.
