> For the complete documentation index, see [llms.txt](https://ro0-4.gitbook.io/godro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ro0-4.gitbook.io/godro/custom-features/enchant-costume.md).

# Enchant Costume

Enhance your favorite **costume headgears** with powerful enchantments using special stones! These enchantments grant additional stats and combat bonuses to help you stand out both visually and in performance.

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

***

#### 🛠️ How It Works

* Speak to the **Enchant Costume** NPC located in the **Main Office**.
* You can enchant any **costume headgear** from your inventory — this includes **top**, **mid**, and **lower** costume slots.
* Each costume gear can hold up to **4 enchantment stones** (referred to as Slot 1 to Slot 4).
* The system will automatically detect the **next available slot**.
* You will choose which enchantment stone to insert from a list of stones you currently own.

***

#### 📋 Enchanting Rules

* **No duplicate stones**: You cannot insert the same stone twice into one costume.
* **Only available stones are shown**: Stones you don’t have will appear greyed out.
* **Previously applied enchantments are retained**: Failing an enchant won't remove existing ones.
* **You can’t enchant fully slotted costumes**: All 4 slots must not be filled.

***

#### 💎 Enchantment Stones

Here are the currently available stones you can insert into your costume gear:

| **Stone Effect**          |
| ------------------------- |
| **STR +1**                |
| **AGI +1**                |
| **VIT +1**                |
| **INT +1**                |
| **DEX +1**                |
| **LUK +1**                |
| **ATK +1%**               |
| **MATK +1%**              |
| **Flee +6**               |
| **Critical +5**           |
| **MDEF +2**               |
| **DEF +2**                |
| **Max HP +100**           |
| **Max SP +50**            |
| **Healing +3%**           |
| **ASPD +1**               |
| **ATK +6**                |
| **MATK +6**               |
| **Long-Range Damage +2%** |
| **Critical Damage +4%**   |

***

#### 📦 Enchantment Requirements

To successfully enchant a costume, you must provide:

* The **costume headgear** to enchant (must not be fully slotted)
* The **enchantment stone** (must be in your inventory)
* Required **materials**
* A **Zeny fee** (viewed in the confirmation menu)

> All requirements are displayed before final confirmation.\
> You cannot proceed if any are missing.

***

#### 🎲 Success Rate

The chance of a successful enchant depends on which **slot** you're attempting to fill:

<table data-header-hidden><thead><tr><th width="192"></th><th></th></tr></thead><tbody><tr><td><strong>Slot</strong></td><td><strong>Success Rate</strong></td></tr><tr><td><strong>Slot 1</strong></td><td>25%</td></tr><tr><td><strong>Slot 2</strong></td><td>20%</td></tr><tr><td><strong>Slot 3</strong></td><td>15%</td></tr><tr><td><strong>Slot 4</strong></td><td>7%</td></tr></tbody></table>

**❌ If it fails:**

* The **enchantment stone** and all required **materials** are consumed
* Your **costume headgear remains safe** and **undamaged**
* All previously applied enchantments remain **untouched**

**✅ If it succeeds:**

* The selected stone is **permanently inserted** into the designated slot
* The bonus effect will take effect immediately and can be viewed on your gear

> The deeper the enchant, the lower the chance — aim wisely and prepare your materials!

***

#### 🧠 Tips

* Choose stones that complement your build and gear type.
* Consider saving your best stones for high-end costume gear.
* If a costume already has enchantments, you can add more until it reaches 4 total.
* You cannot also bring more than 1 unique costume, and the costume must be equipped in order to proceed.

***

#### 📍 NPC Location

* **Name**: Enchant Costume
* **Map**: Main Office

***

Enhance your look and your stats — all at once! Try the **Costume Enchantment System** and customize your character like never before.


---

# 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://ro0-4.gitbook.io/godro/custom-features/enchant-costume.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.
