> For the complete documentation index, see [llms.txt](https://newmadrigal1.gitbook.io/new-madrigal-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://newmadrigal1.gitbook.io/new-madrigal-wiki/in-game-guide/upgrading-guide/jewel-setting-creation.md).

# Jewel Setting Creation

Looking to power up your Ultimate weapon even further? Once your weapon reaches **Ultimate+6**, you’ll unlock **Jewel Slots**, allowing you to enhance your stats with powerful Jewels! The stronger your upgrade, the more slots you get.

<div align="left"><figure><img src="/files/A890YRDJEVzb1C0C1qDt" alt=""><figcaption></figcaption></figure></div>

When a weapon reaches **Ultimate+6**, it unlocks **Jewel Slots**:

* **Ultimate+6**: 1 slot
* **Ultimate+7**: 2 slots
* **Ultimate+8**: 3 slots
* **Ultimate+9**: 4 slots
* **Ultimate+10**: 5 slots

To insert Jewels:

1. Visit **\[Jewel Manager] Peach**.
2. Select **Jewel Setting**.
3. Add weapon & materials.
4. Click **Start**.

#### **Jewel Types & Stats:**&#x20;

* **T1-T3 Topaz** → STA
* **T1-T2 Ruby** → STR
* **T1-T2 Emerald** → DEX
* **T1-T2 Sapphire** → INT

If you have **all 5 slots filled**, your stats will increase in this order:&#x20;

**Tier 1: 6 → 12 → 18 → 24 → 30.**

**Tier 2: 10 → 20 → 30 → 40 → 50.**

**Tier 3: 20 → 35 → 50 → 65 → 80.**

**Jewels are dropped in:**&#x20;

**Tier 1:** [**Cursed Aminus Dungeon.**](/new-madrigal-wiki/in-game-guide/dungeon-guide/cursed-aminus-hard.md)&#x20;

**Tier 2:**  [**Les Brittania HM.**](/new-madrigal-wiki/in-game-guide/dungeon-guide/les-brittania-hard.md)

**Tier 3:** [**Ilyad**](/new-madrigal-wiki/in-game-guide/dungeon-guide/ilyad.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://newmadrigal1.gitbook.io/new-madrigal-wiki/in-game-guide/upgrading-guide/jewel-setting-creation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
