# Cursed Diabolus Armor

## ⚔️ The Equipment Enchant System allows players to enhance their gear with additional stats using Random, Upgrade, and Reset mechanics.

### 🧩 Supported Equipment

<mark style="color:purple;background-color:purple;">**Cursed Diabolus Armor Set**</mark>

* Cursed Diabolus Armor
* Cursed Diabolus Boots
* Cursed Diabolus Manteau
* Cursed Diabolus (Rings)

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

> Only specific equipment (e.g. Cursed Diabolus Set) can be enchanted.

***

## 🎲 Random Enchant

Randomly applies an enchant bonus to your equipment.

### ⚙️ Mechanics

| Feature      | Details             |
| ------------ | ------------------- |
| Method       | Random Roll         |
| Cost         | Zeny                |
| Success Rate | 100%                |
| Risk         | No item destruction |

***

### 📊 Available Enchants

* STR +1 / +2 / +3
* INT +1 / +2 / +3
* DEX +1 / +2 / +3
* AGI +1 / +2 / +3
* VIT +1 / +2 / +3
* LUK +1 / +2 / +3

\---

{% hint style="warning" %}
Higher stat values have lower chances of appearing.
{% endhint %}

\---

## ⬆️ Upgrade Enchant

Upgrade existing enchants to higher tiers.

### ⚙️ Mechanics

| From | To | Cost       |
| ---- | -- | ---------- |
| +1   | +2 | 30,000,000 |
| +2   | +3 | 60,000,000 |

* Keeps the same stat type
* No RNG (guaranteed upgrade)

\---

{% hint style="success" %}
Upgrade is the safest way to reach max stats without relying on RNG.
{% endhint %}

\---

## 🔄 Reset Enchant

Resets all current enchants on the equipment.

### ⚙️ Mechanics

| Feature        | Details             |
| -------------- | ------------------- |
| Chance         | 20%                 |
| Cost           | 10,000,000          |
| Failure Result | No item destruction |

\---

{% hint style="danger" %}
Reset is not guaranteed. Failure will keep your current enchants.
{% endhint %}

\---

## 💰 Enchant Cost

| Action  | Cost            |
| ------- | --------------- |
| Random  | 10,000,000 Zeny |
| Upgrade | Varies          |
| Reset   | 10,000,000 Zeny |

***

## 🎮 Enchant Workflow

1. Select equipment
2. Choose enchant method:
   * Random
   * Upgrade
   * Reset
3. Confirm enchant
4. Receive result

***

## 💡 Tips- Use **Random Enchant** to get initial stats

* Use **Upgrade** to safely reach +3
* Avoid frequent resets unless necessary

***

## 📌 Notes

* Cannot exceed maximum tier (+3)
* System is designed for progression and optimization


---

# Agent Instructions: 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:

```
GET https://xenaro.gitbook.io/xenaro/feature/server-feature/cursed-diabolus-armor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
