> For the complete documentation index, see [llms.txt](https://eternum-1.gitbook.io/eternum-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eternum-1.gitbook.io/eternum-wiki/es/sistemas-de-mejora.md).

# Sistemas de Mejora

![Interfaz de la forja](/files/RYKGbld4HuNHiuMPCO5M)

La rareza del equipamiento progresa de **Common** a **Mythic**. Usa la interfaz de mejora en los yunques ubicados en la **planta Casino +1**, a la que puedes llegar a través del teletransportador del templo de la ciudad.

{% hint style="info" %}
**Ubicación del Yunque:** Mejora el equipamiento en los yunques de la planta Casino +1 mediante el teletransportador del templo de la ciudad.
{% endhint %}

## 💎 Rareza y Niveles (Tiers)

### Orbes de Mejora (Upgrade Orbs)

* ![Special Orb](/files/HOkvhvVAR1ZUH0qAwLT4) **Special Orb:** Mejora la rareza de un objeto.
* ![Cleanse Orb](/files/n82LZVNfBIlQ1gdJF5XS) **Cleanse Orb:** Reduce de forma segura la rareza, permitiéndote cambiar de rareza sin arriesgar el objeto.
* ![Ascension Orb](/files/x5LjapKQHyw1eErdKxlU) **Ascension Orb:** Aumenta el nivel (tier) de un objeto en un yunque.

{% hint style="warning" %}
**Ascensión y Rareza Mítica:** El botín de monstruos normalmente alcanza el **Tier 4**. Usa **Ascension Orbs** para ir más allá del Tier 4. Alcanzar la rareza **Mythic** requiere **Tier 6**.
{% endhint %}

### Multiplicadores de Nivel (Tier Multipliers)

| Nivel      | Multiplicador de Estadísticas |
| ---------- | ----------------------------: |
| **Tier 1** |                          x0.4 |
| **Tier 2** |                          x0.5 |
| **Tier 3** |                          x0.6 |
| **Tier 4** |                         x0.75 |
| **Tier 5** |                          x0.9 |
| **Tier 6** |                          x1.2 |

## 🔨 Refinamiento y Atributos

### Refinamiento de Objetos

![Refinement Crystal](/files/RELo85LhYRDF09FbcMa0)

El refinamiento aumenta el **Ataque** y la **Defensa** base de un objeto hasta **+10**.

* **Éxito:** Aumenta el nivel del objeto (Item Level) en 1 y el poder del objeto (Item Power) en 5.
* **Fallo:** Reduce el nivel del objeto en 1.
* **Tasa de Éxito:** Comienza en **100%** (de +0 a +1) y disminuye un 10% por nivel hasta llegar al **10%** (de +9 a +10).

### Reorganización de Atributos (Attribute Rerolls)

![Highroller Orb](/files/7stuiPpytbC3K6hjUGtW)

El **Highroller Orb** se puede usar en equipamiento con rareza superior a 1. Conserva los tipos de atributos (como Ataque y Crítico) mientras vuelve a calcular (reroll) sus valores numéricos.


---

# 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://eternum-1.gitbook.io/eternum-wiki/es/sistemas-de-mejora.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.
