> For the complete documentation index, see [llms.txt](https://docs.clashingblades.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clashingblades.com/the-game/character/equipment.md).

# Equipment

## Walking around Naked is fine, but Ethernia is Cold.

**The equipment consists** of many types mentioned below,

each piece of **equipment** influences your character's stats in some way, be it defense or offense; your character becomes stronger with every piece of **equipment** you have equipped.

**Equipment Types:**

* Weapon <img src="/files/9vYBDaOq267Qc9gA04hL" alt="" data-size="line">
* Shield <img src="/files/j86GotIQzPSPs70RiGEq" alt="" data-size="line">
* Helmet <img src="/files/chJgfj5dx84RSvwgGIsG" alt="" data-size="line">
* Chest <img src="/files/ToEuD37M2VDn0fQmEufw" alt="" data-size="line">
* Shoulders <img src="/files/ToEuD37M2VDn0fQmEufw" alt="" data-size="line">
* Hands <img src="/files/ef9mwenVeIriHTUrlTUf" alt="" data-size="line">
* Pants <img src="/files/euPGmouZs5g2rK87kKS4" alt="" data-size="line">
* Footwear <img src="/files/jimq1a6XJCE7Fe3WVeCm" alt="" data-size="line">
* Accessories&#x20;

**Stats Influenced by each equipment Type:**

|                Type                |                       Stats                       |
| :--------------------------------: | :-----------------------------------------------: |
|             **Weapon**             |              Physical/Magical Damage              |
|             **Shield**             |             Physical & Magical Defence            |
|             **Helmet**             |       Physical & Magical Defence and Evasion      |
| **Chest, Shoulders, Hands, Pants** |                         ^                         |
|              **Foot**              |                    ^ & Agility                    |
|           **Accessories**          | Defence against Debuffs & Reduces their Durations |

## Equipment Ranks

**NOTE: ALL RATES ARE SUBJECT TO CHANGE AND ARE NOT FINAL.**

Ranks determine the power of each piece of **equipment** and increase its attributes.

Refer to [Monsters](/the-game/monsters.md) for more information on Monster Types

<table><thead><tr><th width="150">Rank</th><th width="150">Attributes</th><th>Obtain</th></tr></thead><tbody><tr><td>Common</td><td>1x</td><td>From Shops or Low Level Monsters</td></tr><tr><td>Rare</td><td>2x</td><td>Drops from Champion or Higher</td></tr><tr><td>Legendary</td><td>3.5x</td><td>Drops from Lord or Higher</td></tr><tr><td>Unique</td><td>5X</td><td>Drops from Unique monsters</td></tr></tbody></table>

## Equipment Tiers

Equipment Tiers are like Equipment Ranks but come at different levels,&#x20;

each piece of **equipment** has a Rank and a Tier.

<table><thead><tr><th width="180">Tier</th><th width="181.33333333333331" data-type="number">From Level</th><th width="204">To Level</th></tr></thead><tbody><tr><td>One</td><td>1</td><td>5</td></tr><tr><td>Two</td><td>8</td><td>12</td></tr><tr><td>Three</td><td>16</td><td>21</td></tr><tr><td>Four</td><td>24</td><td>29</td></tr><tr><td>Five</td><td>32</td><td>38</td></tr><tr><td>Six</td><td>42</td><td>48</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.clashingblades.com/the-game/character/equipment.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.
