> For the complete documentation index, see [llms.txt](https://darkgroom.gitbook.io/darkgroom-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://darkgroom.gitbook.io/darkgroom-docs/enhancements/refinement-system.md).

# Refinement System

## Refinement System <a href="#refinement-system" id="refinement-system"></a>

The Refinement System allows players to upgrade equipment using ores and refined materials at the Hollgrehenn NPC. Normal ores like Phracon, Emveretarcon, Oridecon, and Elunium are used for basic refinements with associated Zeny costs.

### Items Used for Refinement <a href="#items-used-for-refinement" id="items-used-for-refinement"></a>

Normal ores are required for different equipment levels, with Zeny costs scaling by level.

| Type        | Required Ore | Zeny Cost   |
| ----------- | ------------ | ----------- |
| Weapon Lv.1 | Phracon      | 5,000 Zeny  |
| Weapon Lv.2 | Emveretarcon | 10,000 Zeny |
| Weapon Lv.3 | Oridecon     | 15,000 Zeny |
| Weapon Lv.4 | Oridecon     | 20,000 Zeny |
| Armor       | Elunium      | 20,000 Zeny |

### Enriched Ores <a href="#enriched-ores" id="enriched-ores"></a>

Enriched ores provide higher success rates for specific equipment types.

| Enriched Ore      | Equipment Type |
| ----------------- | -------------- |
| Enriched Elunium  | Armors         |
| Enriched Oridecon | Weapons        |

### Refinement Usables <a href="#refinement-usables" id="refinement-usables"></a>

Protect equipment during refinement failures with special scrolls.

* **Scroll of Protection**: Downgrades equipment instead of destroying it on failure; works only with Hollgrehenn NPC and consumes one per attempt.

### Success Chances:  <a href="#success-chances-normal-ores" id="success-chances-normal-ores"></a>

Success rates decrease at higher levels, varying by weapon level and armor.

<div align="left"><figure><img src="/files/AqGKzYPkMoEoizKiKTyp" alt="" width="375"><figcaption></figcaption></figure></div>

<img src="/files/HDUaaw76CXLQqsfRWvil" alt="" data-size="original">\
![](/files/5zNvXhKjnFlUZZQnuIjV)


---

# 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://darkgroom.gitbook.io/darkgroom-docs/enhancements/refinement-system.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.
