# Weapons

<figure><img src="/files/sSRSX7dZbTdqKobNrUX7" alt=""><figcaption></figcaption></figure>

Weapons are the core battle gear in Onchain Heroes and directly affect your **reward yield**.\
Heroes **must have a weapon equipped** to be sent into battles.

Weapons are ownable, tradeable **ERC-721 NFTs**, each with unique stats, styles, and potential. They can be minted through the **Weapons Gacha**, the **$HERO Gacha**, or remixed using **weapon shards.**

{% hint style="info" %}
Each Hero can equip **only ONE weapon.**
{% endhint %}

***

## 🎯 Weapon Traits & Stats

Weapons have three main traits: **Rarity, Sharpness and Durability.**

### **Rarity**

* 7 rarity tiers
* Determines the Weapon Coefficient, which sets Base ATK:\
  `Base ATK = Hero Level × Weapon Coefficient`

|                                                      Icon                                                      | Rarity        | Weapon Coefficient |
| :------------------------------------------------------------------------------------------------------------: | ------------- | ------------------ |
| <div><figure><img src="/files/W9Z2JabYhx8y46Y3Ku6O" alt="" width="48"><figcaption></figcaption></figure></div> | **Common**    | 1                  |
| <div><figure><img src="/files/NYO1DQKCnKxtkBZvIs55" alt="" width="48"><figcaption></figcaption></figure></div> | **Uncommon**  | 2                  |
| <div><figure><img src="/files/li7bEShmgoluFLabCW5f" alt="" width="48"><figcaption></figcaption></figure></div> | **Rare**      | 3                  |
| <div><figure><img src="/files/123262D3urhntRas2g3P" alt="" width="48"><figcaption></figcaption></figure></div> | **Epic**      | 5                  |
| <div><figure><img src="/files/48VeCp0B5hiDskdLE9u4" alt="" width="48"><figcaption></figcaption></figure></div> | **Heroic**    | 8                  |
| <div><figure><img src="/files/g2WjIutxCvbU8aFqkFXE" alt="" width="48"><figcaption></figcaption></figure></div> | **Legendary** | 13                 |
| <div><figure><img src="/files/kfxsM3s4Zd3b4SidxHhN" alt="" width="48"><figcaption></figcaption></figure></div> | **Mythic**    | 21                 |

> Learn more about rarities: [Rarity System](/items-and-assets/rarity-system.md)

### **Sharpness**

<figure><img src="/files/LSiE7dcT28W0O4DuxAsq" alt=""><figcaption><p>Sharpness shows as a bar—lower sharpness reveals more of the faded icon.</p></figcaption></figure>

* Lower sharpness decreases ATK.
* Sharpness decreases by **1** each time a Hero returns from **Underling battles**
* Sharpness **does not decrease** after battling **Bosses**, but drops by **2** if the Hero **dies**
* Restored to max at The Blacksmith using $HERO.

### **Durability**

<figure><img src="/files/RkkATpg1cJg4R9HH1xXa" alt=""><figcaption><p>A red glow and a fading durability overlay signal when a weapon is low on durability</p></figcaption></figure>

* Does **not** affect damage.
* Durability decreases by **1** each time a Hero returns from **Underling battles**
* Durability **does not decrease** after battling **Bosses**, but drops by **2** if the Hero **dies**
* Weapon becomes unusable at zero durability until repaired.
* Restored at The Blacksmith using $HERO.

> Each trait directly impacts a player's **reward yield, either directly (Rarity and Sharpness)** or **indirectly (Durability)**

{% hint style="success" %}
Learn how to **sharpen** and **repair** weapons here: [Weapon Mending](/archive/weapon-mending.md)
{% endhint %}

{% hint style="info" %}
**ATK Output = Function(Hero Level, Weapon Rarity, Weapon Sharpness)**

The formula will vary slightly **each season**, based on gameplay data and balance. Full details will be published in each season’s documentation.
{% endhint %}

***

## How To Obtain a Weapon&#x20;

Weapons can be obtained in four ways:

* **Weapon Gacha Machine** – [Gacha Machines](/archive/gacha/gacha-machines.md)
* **$HERO Token Machine** – [Gacha Machines](/archive/gacha/gacha-machines.md)
* **Weapon Fragment Remixing** – [Weapon Fragments](/items-and-assets/misc./weapon-fragments.md)
* **Secondary Markets** – Buy directly from other players on [Magic Eden](https://magiceden.io/collections/abstract/0x686bfe70f061507065f3e939c12ac9ee5a564dcf) or [OpenSea](https://opensea.io/collection/och-gacha-weapon)&#x20;

***

## Weapon Upgrades

Weapons can be upgraded through [**Gacha Remixing**](/archive/gacha/gacha-remixer.md) by combining multiple lower-tier weapons for a chance to create a higher-tier one.

{% hint style="info" %}
💡 Learn more: [Gacha Remixer](/archive/gacha/gacha-remixer.md)
{% endhint %}


---

# 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.onchainheroes.xyz/items-and-assets/weapons.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.
