# Gear Score

If you’ve ever used our Discord rarity-bot, you’ve noticed that Gemhunters Gear is categorized into four rarity tiers: 🟢 common, 🔵 rare, 🟣 epic, and 🟠 legendary.

We have various pieces of Armour and Weapons.&#x20;

<figure><img src="/files/8UgepVg8oc6Odz3nvex3" alt=""><figcaption><p>Highlighted Armour Pieces and Weapon traits - <a href="https://opensea.io/collection/beramonium-chronicles-genesis">OpenSea Beramonium Genesis Collection</a></p></figcaption></figure>

Armour traits include: Helmet, Chest, Gauntlets, Pants, and Boots. They are combined into sets, and each set has an assigned rarity.

<figure><img src="/files/He5ISucdkB0D53LjzCub" alt=""><figcaption><p>Gemhunters Armour sets categorized by Class and Rarity</p></figcaption></figure>

Weapons follow the same pattern - they are categorized by Rarity and the Class that can use them.&#x20;

<figure><img src="/files/SopOPFObcROD4NxgmSw9" alt=""><figcaption><p>Gemhunters Weapons categorized by Class and Rarity</p></figcaption></figure>

Your Beramonium Bera Gearscore is calculated based on the rarity of the equipped Armour and Weapons. In the game, you can see the Gear Score for each of your Beras.&#x20;

<figure><img src="/files/zFXzlnvFr2PsPWI15HXH" alt=""><figcaption><p>You can see the Gear Score for each of your Beras, as well as their equipment rarity</p></figcaption></figure>

Each of the items contributes to the Gear Score. It's calculated as follows:&#x20;

<figure><img src="/files/sQXv6KnONGeSMlzhPeRj" alt=""><figcaption><p>Gear Score formula</p></figcaption></figure>


---

# 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://docs.beramonium.io/beramonium-chronicles-gemhunters/missions/gear-score.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.
