> 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/refine-bonus-system.md).

# Refine Bonus System

The Refine Bonus System rewards players for pushing equipment beyond the +6 threshold. Each refine tier starting from **+7 up to +10** grants **additional cumulative effects** depending on the equipment slot. The higher the refine level, the more powerful the bonuses become — and **all lower-tier bonuses stack** with higher ones.

***

### 📌 How It Works

* Bonuses **activate automatically** once equipment reaches +7 or above.
* Each refine tier adds a **unique effect**, **building up** from previous levels.
* The bonuses apply to standard gear slots: **Headgear, Armor, Weapon, Shield, Garment, and Shoes**.
* **Two-handed weapons** disable shield bonuses.
* Bonuses are **passive**, require no activation, and apply instantly while worn.

***

### 📋 Bonus Reference Table

#### 🧠 Top Headgear

| Refine Level | Bonus Effect           |
| ------------ | ---------------------- |
| +7           | ASPD +1                |
| +8           | ATK +5% & MATK +5%     |
| +9           | All Stats +1           |
| +10          | ASPD +1 & All Stats +1 |

***

#### 🛡️ Armor

| Refine Level | Bonus Effect               |
| ------------ | -------------------------- |
| +7           | DEF +5                     |
| +8           | DEF +5 (total +10)         |
| +9           | All Element Resistance +5% |
| +10          | All Element Resistance +5% |

***

#### 🎒 Garment

| Refine Level | Bonus Effect                                  |
| ------------ | --------------------------------------------- |
| +7           | DEF +3, MDEF +3                               |
| +8           | Melee, Magic, and Ranged Damage Reduction +5% |
| +9           | Melee, Magic, and Ranged Damage Reduction +5% |
| +10          | Melee, Magic, and Ranged Damage Reduction +5% |

***

#### 👞 Shoes

| Refine Level | Bonus Effect             |
| ------------ | ------------------------ |
| +7           | MDEF +5                  |
| +8           | MDEF +5 (total +10)      |
| +9           | Max HP +10%, Max SP +10% |
| +10          | Max HP +10%, Max SP +10% |

***

#### ⚔️ Weapon (Right Hand)

| Refine Level | Bonus Effect      |
| ------------ | ----------------- |
| +7           | ATK +5, MATK +5   |
| +8           | ATK +10, MATK +10 |
| +9           | ATK +15, MATK +15 |
| +10          | ATK +20, MATK +20 |

***

#### **🛡️ Shield (Left Hand)** – *Only applies to shield-type equipment. Does not activate when using dual daggers or any two-weapon setup.*

| Refine Level | Bonus Effect                            |
| ------------ | --------------------------------------- |
| +7           | Reduce damage taken from DemiHumans +5% |
| +8           | Reduce damage taken from DemiHumans +5% |
| +9           | All Size Resistance +5%                 |
| +10          | All Size Resistance +10%                |

***

### 📖 Additional Information

* These bonuses apply **in addition to existing refine effects** (e.g., DEF, MDEF, ATK).
* Switching to a two-handed weapon **disables** shield-related bonuses.
* Bonuses apply **instantly** and do not require relog or manual activation.
* Can be **viewed in-game** via the <mark style="color:yellow;">**RO Manual Book**</mark> ![](/files/SrS6Q17NCqFyA4imWVKM) -> <mark style="color:red;">**Refine Bonus**</mark>

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


---

# 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/refine-bonus-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.
