> For the complete documentation index, see [llms.txt](https://wiki.drgnshield.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.drgnshield.com/mmorpg/mechanics/item-repair.md).

# Item Repair

#### 🛡️ **Armor & Weapon Durability and Repair**

In combat-heavy zones—especially in MMORPG-style areas—many enemies inflict **heavy durability damage** to gear. To manage this, multiple repair options are available for both armor and weapons.

***

![](/files/ctBevVGetf1Ik0gtubhK) **Armor Repair Options**

* **Unbreaking VI**\
  A **must-have enchantment** for armor. It significantly reduces durability loss during battles. Ideal for players in high-damage zones.
* **Mending (Custom Version)**\
  Works with all custom armor and tools, but has modified mechanics:
  * Each XP orb collected restores **+1 durability**.
  * Encourages XP farming as a repair method.
* ![](/files/PsgAi6Cy0uSJ8xL0wBQw) <mark style="color:purple;">**Armor**</mark>**&#x20;&** ![](/files/MZtv61qssWuuwaP9PPQr)<mark style="color:blue;">**Shield**</mark>**&#x20;Repair Scrolls**\
  Dropped by mobs in MMORPG areas.

  * Can be **dragged and dropped** onto armor or shields.
  * Instantly restores durability, making them a valuable mid-combat resource.
  * Useful when an anvil or repair station isn't available.
  * Can also be bought from a NPC In the Spawn Markets.

  <figure><img src="/files/3ijKdmzknnB34KQuT4rR" alt=""><figcaption></figcaption></figure>

***

![](/files/C3ElNqKishcgXE5HsEIF) **Weapon Repair Options**

* **Unbreaking VI**\
  Functions the same as with armor—reduces durability loss with each use.
* **Mending (Custom)**\
  XP-based repair system identical to armor:
  * **1 XP orb = +1 durability point**.
* **Abiding (Custom Enchant)**\
  A rare and powerful enchantment that makes a weapon **completely unbreakable**.
  * Ideal for endgame weapons or favorite tools.
  * Extremely valuable and often hard to obtain.


---

# 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.drgnshield.com/mmorpg/mechanics/item-repair.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.
