# Weapon NFTs repair

There are several ways to repair a weapon NFT. Players can choose how to repair

#### Repair points

The repair points are repair points that are given as daily rewards. By using the points, you can recover one use of the weapon (not available for broken weapons). The number of points used to restore a weapon depends on the rarity of the weapon.

<table><thead><tr><th width="159"></th><th width="127">Common</th><th width="135">Uncommon</th><th width="128">Rare</th><th width="132">Epic</th><th width="134">Legendary</th><th width="128">Emperor   </th></tr></thead><tbody><tr><td>Sword</td><td>1</td><td>3</td><td>5</td><td>8</td><td>13</td><td>20</td></tr><tr><td>Gun</td><td>1</td><td>3</td><td>5</td><td>8</td><td>13</td><td>20</td></tr><tr><td>Shield</td><td>2</td><td>5</td><td>8</td><td>15</td><td>20</td><td>30</td></tr><tr><td>Claw</td><td>1</td><td>2</td><td>3</td><td>8</td><td>13</td><td>20</td></tr><tr><td>Khakkhara</td><td>2</td><td>3</td><td>4</td><td>8</td><td>13</td><td>20</td></tr><tr><td>DATA UNIT</td><td>2</td><td>5</td><td>8</td><td>15</td><td>20</td><td>35</td></tr><tr><td>Cursed Spirit</td><td>2</td><td>3</td><td>4</td><td>8</td><td>13</td><td>20</td></tr><tr><td>Spirit</td><td>2</td><td>3</td><td>4</td><td>8</td><td>13</td><td>20</td></tr></tbody></table>

#### Repair Item

Repair Item is a NON -NFT item dropped in the MAP. This item can be used to restore the number of uses to the max (not available for broken weapons). The Repair Item has a rarity, and can be used on weapons of that rarity or lower.

#### Repair with YU points

This is a way to repair a weapon NFT with YU points. When used, the number of uses can be recovered to the max. This method can also be used for broken weapons, but the repair cost for broken weapons is higher.

#### Enhancement Repair NFT

Enhancement Repair NFT can be used to restore the number of uses to the maximum. In addition, for each repair using this NFT, the weapon's usage limit is increased (up to a maximum of +5).The number of points gained per repair NFT to increase the limit depends on the rarity of the weapon. \
This NFT applies the modification only to weapons of equal or lower rarity.


---

# 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://whitepaper.bountykinds.com/game-fi-elements/weapon-nfts/weapon-nfts-repair.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.
