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

# Refinement System

Upgrade your equipment through refinement to significantly boost its stats and overall performance. Each refine level enhances your item’s power, making it stronger and more effective in both PvP and PvE scenarios.

But power comes with risk—refining isn’t always guaranteed. Test your luck, plan your resources, and aim for higher tiers to unlock even greater bonuses. The further you refine, the closer you get to true endgame strength.

***

Refine your gear evenly and unlock powerful bonus stats as you progress through our refine system!

{% tabs %}
{% tab title="Resonance V" %} <mark style="color:$success;">+5 (Upper Headgear, Middle Headgear, Lower Headgear, Weapon, Armor, Garment, Shoes)</mark>\
+15% EXP Rate\
+15% Drop Rate\
+2% Physical & Magical Damage to all monsters\
Ignore 2% DEF\
Ignore 2% MDEF
{% endtab %}

{% tab title="Resonance VI" %} <mark style="color:$success;">+6 (Upper Headgear, Middle Headgear, Lower Headgear, Weapon, Armor, Garment, Shoes)</mark>\
+20% EXP Rate\
+20% Drop Rate\
+3% Physical & Magical Damage to all monsters\
Ignore 3% DEF\
Ignore 3% MDEF
{% endtab %}

{% tab title="Resonance VII" %} <mark style="color:$success;">+7 (Upper Headgear, Middle Headgear, Lower Headgear, Weapon, Armor, Garment, Shoes)</mark>\
+50% EXP Rate\
+50% Drop Rate\
+5% Physical & Magical Damage to all monsters\
Ignore 5% DEF\
Ignore 5% MDEF
{% endtab %}

{% tab title="Resonance VIII" %} <mark style="color:$success;">+8 (Upper Headgear, Middle Headgear, Lower Headgear, Weapon, Armor, Garment, Shoes)</mark>\
+60% EXP Rate\
+60% Drop Rate\
+6% Physical & Magical Damage to all monsters\
Ignore 6% DEF\
Ignore 6% MDEF
{% endtab %}

{% tab title="Resonance IX" %} <mark style="color:$success;">+9 (Upper Headgear, Middle Headgear, Lower Headgear, Weapon, Armor, Garment, Shoes)</mark>\
+80% EXP Rate\
+80% Drop Rate\
+8% Physical & Magical Damage to all monsters\
Ignore 8% DEF\
Ignore 8% MDEF
{% endtab %}

{% tab title="Resonance 10" %} <mark style="color:$success;">+10 (Upper Headgear, Middle Headgear, Lower Headgear, Weapon, Armor, Garment, Shoes)</mark>\
+100% EXP Rate\
+100% Drop Rate\
+10% Physical & Magical Damage to all monsters\
Ignore 10% DEF\
Ignore 10% MDEF
{% endtab %}
{% endtabs %}

***

<h2 align="center">Refine Table for Weapon Level 1 ~ 4</h2>

<h2 align="center">Refine Table for Armor, Upper, Middle and Lower HG</h2>

<h3 align="center">Normal Oridecon / Elunium / Phracon / Emvertacon</h3>

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

***

<h2 align="center">Refine Table for Weapon Level 1 ~ 4</h2>

<h2 align="center">Refine Table for Armor, Upper, Middle and Lower HG</h2>

<h3 align="center">Enriched Oridecon / Elunium</h3>

<figure><img src="/files/5swyEzTeOaAHwW6bTi1t" alt=""><figcaption></figcaption></figure>

***

## Blacksmith's Blessing

Refine failure will not destroy equipment or reduce its refine level. Will be consumed regardless of fail or success. The quantity used depends on refine level of equipment.

| Required Bottles | Minimum Refine | Maximum Refine |
| ---------------- | -------------- | -------------- |
| 1                | +0             | +1             |
| 1                | +1             | +2             |
| 1                | +2             | +3             |
| 4                | +3             | +4             |
| 5                | +4             | +5             |
| 10               | +5             | +6             |
| 10               | +6             | +7             |
| 10               | +7             | +8             |
| 15               | +8             | +9             |
| 20               | +9             | +10            |

> In DotaRO, refinement isn’t just an upgrade—it’s a gamble for greatness.


---

# 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://dotaro.gitbook.io/wiki/items-and-progression/refinement-system.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.
