> For the complete documentation index, see [llms.txt](https://docs.gigaverse.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gigaverse.io/crafting-and-stations/workbench/charms.md).

# Charms

<figure><img src="https://1502969940-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxqDXBs0OB0XkJzPtPE3t%2Fuploads%2FVW4HDUEafIyXECuDs6nN%2Fcharm.png?alt=media&amp;token=cb446c25-f43d-44f9-80fd-a66ae55b04bb" alt="" width="300"><figcaption></figcaption></figure>

Charms can be crafted at the [Workbench](/crafting-and-stations/workbench.md), and equipped at the [Gear Station](/crafting-and-stations/gear-station.md).&#x20;

Charms have different roles and bonuses. Orbs & Necklaces can be crafted into Charms which have special effects, giving you an advantage in combat.

### Rarity

Higher rarity Charms have better durability and may have stronger effects

Charms get a random rarity upon craft, based on the odds below:

<img src="https://content.gitbook.com/content/xqDXBs0OB0XkJzPtPE3t/blobs/aeZYqJJbfOQJd4ZoMJAM/UI_rarity_common.png" alt="" data-size="line"> (50%) Common&#x20;

<img src="https://content.gitbook.com/content/xqDXBs0OB0XkJzPtPE3t/blobs/IubGeYlzR4O2jfT7wldx/UI_rarity_uncommon.png" alt="" data-size="line"> (30%) Uncommon&#x20;

<img src="https://content.gitbook.com/content/xqDXBs0OB0XkJzPtPE3t/blobs/zQ7by1LAn6W86zJvx9cE/UI_rarity_epic.png" alt="" data-size="line"> (15%) Rare&#x20;

<img src="https://content.gitbook.com/content/xqDXBs0OB0XkJzPtPE3t/blobs/ibLYLwIEMfOrxoehKgCp/UI_rarity_rare.png" alt="" data-size="line"> (5%) Epic&#x20;

### Durability

Charms degrade with each Dungetron run until their durability is 0. Once broken, charm effects no longer work. They must be repaired using resources at the Gear Station to begin functioning again.

### Repairs

You can repair Charms at the [Gear Station](/crafting-and-stations/gear-station.md) for a cost.&#x20;

{% hint style="danger" %}
WARNING: Current Charms can only be repaired two times before permanently breaking. They cannot be restored like head & body gear.
{% endhint %}

<table data-header-hidden data-full-width="true"><thead><tr><th></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td></td><td></td><td></td></tr></tbody></table>


---

# 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://docs.gigaverse.io/crafting-and-stations/workbench/charms.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.
