> For the complete documentation index, see [llms.txt](https://wiki.frontierro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.frontierro.com/server-features/refine-set-bonus.md).

# Refine Set Bonus

{% hint style="info" %}
**Refine matching gear together for stacked rewards.** Wear a complete **Refine Set** and all its pieces share one growing bonus — the higher you refine, the stronger it gets. One set is live now, with more on the way.
{% endhint %}

## ⚙️ How It Works

* 🧷 Wear **every piece** of the set at the same time — miss one slot and the bonus switches off.
* 🔻 Your **lowest-refined piece** sets the tier. The weakest link decides the level for the whole set.
* 🎯 **One tier is active at a time** — the highest your lowest refine qualifies for. Tiers do **not** stack; each level is a self-contained package.
* 🔁 Bonuses update **instantly** as you equip, unequip, or refine your gear.

{% hint style="warning" %}
⚖️ **Refine evenly.** A single under-refined piece drags the entire set down to its level — a **+10 / +10 / +10 / +6** set only grants the **+6** bonus, not the +10.
{% endhint %}

## 🛡️ Set: Core Gear

Equip **all four** of these at once to activate the set:

| Slot            | Piece             |
| --------------- | ----------------- |
| 🥋 **Armor**    | Body armor        |
| ⚔️ **Weapon**   | Right-hand weapon |
| 🧣 **Garment**  | Garment / cloak   |
| 👟 **Footgear** | Shoes / boots     |

### 📊 Bonuses by Refine Level

Read from the **lowest refine** across the four pieces. Each row is the complete package for that level — they don't add together.

|  Refine | Drop Rate | Base/Job EXP | Max HP/SP | Dmg vs All Race | Resist vs All Race | Extra                        |
| :-----: | :-------: | :----------: | :-------: | :-------------: | :----------------: | ---------------------------- |
|  **+4** |     —     |      +4%     |     —     |        —        |          —         | —                            |
|  **+5** |    +5%    |      +5%     |     —     |        —        |          —         | —                            |
|  **+6** |    +5%    |      +5%     |    +5%    |        —        |          —         | —                            |
|  **+7** |    +5%    |      +5%     |    +5%    |       +5%       |          —         | —                            |
|  **+8** |    +5%    |      +6%     |    +6%    |       +6%       |         +6%        | +500 Weight                  |
|  **+9** |    +5%    |      +8%     |    +8%    |       +8%       |         +8%        | +750 Weight · All Stats +1   |
| **+10** |    +5%    |     +10%     |    +10%   |       +10%      |        +10%        | +1,000 Weight · All Stats +3 |

{% hint style="success" %}
🏆 **Aim for an even +10.** From **+8** upward your EXP, HP/SP, damage, and resistance all climb together — **+6% → +8% → +10%** — while milestone rewards stack on top: **+500 / +750 / +1,000 Max Weight** and **All Stats +1 → +3**. A full, evenly-refined **+10** set is the complete payoff.
{% endhint %}


---

# 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://wiki.frontierro.com/server-features/refine-set-bonus.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.
