# Repairing Collectible 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.

Repairing a collectible item is done at the appropriate workbench for gold. An Artifact is not required for repair. The repair cost is calculated based on the amount of durability being restored. Repair is limited by the level and tier of the workbench. If an item has a higher level or tier than the workbench, it cannot be repaired until the workbench reaches the corresponding level and tier. The repair process is instantaneous.

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, and Tools Workbench. For example, to repair a sword of level 2 tier 3, the machine needs to be set to at least level 2 tier 3.


---

# 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/repairing-collectible-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.
