# Durability and repair of items

Equippable items such as weapons, armor, and tools have durability. Durability gradually depletes with the continuous use of items, like when using weapons and armor when fighting enemies and using tools to gather resources. Additionally, items lose some durability on player death.

There are two types of equippable items in the game:

* **Regular items**: when their durability drops to 0, they break and get destroyed.
* **Collectible items**: when their durability drops to 0, they become unusable, but can be repaired in order to be used again.&#x20;

Collectible items can be repaired on the home island using the same workbenches that were used to craft and upgrade them, such as the:

* **Weapon Forge**
* **Armor Forge**
* **Tools Workbench**

To repair an item, the workbench needs to be of the corresponding level. For example, to repair a sword of level 2 tier 3, the machine needs to be set to at least level 2 tier 3.

The repair of Collectible items is done using in-game currency.


---

# 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://wiki.worldshards.online/game/economy-overview/collectible-items/collectible-equipment/durability-and-repair-of-items.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.
