> 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/costume-weapon-crafter.md).

# Costume Weapon Crafter

The Costume Weapon Crafter allows players to create exclusive Costume Weapons by exchanging specific crafting materials and Zeny. Each attempt consumes materials and has a chance of success.

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

***

### Location

* **Map:** Main Office
* **NPC Name:** Costume Weapon Crafter

***

### Crafting Requirements

**Success Chance:** **10%**

Each crafting attempt requires:

* 150 Ember Dust
* 300 Costume Weapon Shards
* 100 G.O.D Coins
* 1,000,000 Zeny

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

You may attempt multiple crafts at once. The system will automatically cap the number of attempts based on your available resources.

> Success is not guaranteed on every attempt.

***

### How It Works

1. Speak to the Costume Weapon Crafter in the Main Office.
2. Choose a Costume Weapon from the list.
3. Review the required materials and cost per attempt.
4. Enter how many attempts you want to make.
5. Confirm to proceed.
6. Each attempt is processed one by one, with real-time feedback on the result.

***

### How to Obtain Materials

* **Ember Dust**\
  Acquired through the [**Mining System**](https://ro0-4.gitbook.io/godro/mining-system). Gather ores and process them to collect Ember Dust.
* **Costume Weapon Shards**\
  Obtained from the [**Demon Temple**](https://ro0-4.gitbook.io/godro/server-events/demon-temple) event or through **direct donation packages** that include costume weapon rewards.

***

### About Costume Weapons

Costume Weapons are **cosmetic items with minor stat bonuses**, created to enhance your character’s appearance while offering a modest performance boost in combat.

If you're unsure which weapon type is compatible with your job, or want to preview the stats and bonuses of each Costume Weapon, visit the **Main Office**, near the **Costume Enchant NPC**.

***

### Available Weapon Types

The following Costume Weapon types are available for crafting:

* Sword
* Dagger
* Katar
* Claw
* Guitar
* Bow
* Staff
* Rod
* Spear
* Chakram
* Orb
* Mace
* Longbow


---

# 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/costume-weapon-crafter.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.
