# Equipment

General can be equipped. Equipment gives bonuses to units in a battle. Each item of equipment has rarity: from common to legendary. Legendary equipment can only be obtained by crafting it at the forge.

### Equpment set

If player collects a set of 6 items of equipment, General will receive an additional fourth skill. The higher the rarity of the equipment, the stronger the skill.

### Equipment merge

Equpment items have levels. When player first receives one, it is level 1. Player can merge 2 identical equipment items of the same level and increase the level. Level affects the bonus given by the item.

Each item has a small chance to transform into a different item during the merge. It is called the "chimera factor". This is the only way to get "chimered" equipment.

### Durability

Every item has a durability points, from 10 to 100 (according to rarity). For each battle an equipment loses one point. If durability is lower than 50% there is no longer item bonus.

If it drops to zero player can’t wear this item, that means there is no Aditional Skill from the equipment set.


---

# 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://chimera-kingdom.gitbook.io/whitepaperchimerakingdom/about-game/generals/equipment.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.
