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

# Refinement System

## Refinement Rate

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

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

The refining system hasn't changed much from basic Ragnarok Classic. We've just added a safety feature to regular Elunium, upgrading it to T2 and T3.

* Regular Phracon/Emveretarcon/Oridecon/Elunium
  * Item destroys upon failure.
* Oridecon/Elunium \[T2]
  * It has the same rate as normal ores after passing the Safety Level, but protect an item from breaking <mark style="color:red;">(degrade by 1 refine level instead)</mark> in case of upgrade failure.
* Oridecon/Elunium \[T2]
  * It protects an equipment from breaking in case of upgrade failure.

You can find all the reagent details for crafting at the [Ore Exchanger](/rowiki/additional-feature/npc-custom/ore-exchanger.md).

{% hint style="info" %} <mark style="color:$danger;">NOTE:</mark>

* All refinement done on Scarlet Weapon **will&#x20;**<mark style="color:$danger;">**NOT**</mark>**&#x20;carry over** when awakened into Eternal Weapon, but will carry over when upgraded to the next tier.
  * <pre data-title="Example Awakening" data-overflow="wrap"><code>+7 Scarlet Dagger [2]           -->   +0 Eternal Verdant Dagger [2]
    </code></pre>
  * <pre data-title="Example Upgrade" data-overflow="wrap"><code>+7 Eternal Verdant Dagger [2]   -->   +7 Eternal Azure Dagger [2]
    +7 Eternal Azure Dagger [2]     -->   +7 Eternal Radiant Dagger [2]
    +7 Eternal Radiant Dagger [2]   -->   +7 Eternal Crimson Dagger [2]
    </code></pre>
* All refinement done on Armor Tiered **will carry over** when awakened and upgraded into Eternal Armor.
  * <pre data-title="Example Awakening" data-overflow="wrap"><code>+7 Chain Mail                   -->   +7 Eternal Chain Mail
    </code></pre>
  * <pre data-title="Example Upgrade" data-overflow="wrap"><code>+7 Eternal Chain Mail           -->   +7 Eternal Verdant Chain Mail
    +7 Eternal Verdant Chain Mail   -->   +7 Eternal Radiant Chain Mail
    </code></pre>

{% 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://lokagamers.gitbook.io/rowiki/unique-feature/equipment-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.
