> For the complete documentation index, see [llms.txt](https://shodo-veil.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shodo-veil.gitbook.io/whitepaper/the-game/equipment-and-upgrading/nft-hero-exclusive-weapons.md).

# NFT Hero Exclusive Weapons

Anything on this page is subject to change throughout the development progress of the game. We will thoroughly test and validate any feature before it goes live.

Click here to learn more about SHODO VEIL Hero NFTs!

Did you know that your Hero NFTs wield exclusive weapons? These powerful equips amplify your hero's abilities and turn the tide of battles in your favor.

Check out this guide to learn more about these exclusive weapons and how they can help you climb the leaderboards!

**Hero NFT Exclusive Weapon Base:**

The weapons have their similarities! Here are some things you should be familiar with…

**Applicable to all Weapons:**

* Level 1 Base Stats: 50 attack
* Per Level: +10 attack

Leveling up your weapon requires Gold and Materials, with the cost increasing at each level.

**Rarity Bonuses:**

* Normal : 0%
* Rare: 4%
* Epic: 6.00%
* Legend: 8.00%
* Ancient: 12.00%
* Max: 30.00%

As you can see, leveling up your weapons and equipping higher rarity ones gives you an advantage!

**Hero NFT Exclusive Weapon List:**

Behold, the list of all the exclusive weapons available. Give them a quick read to understand how they can be beneficial to you on the battlefield:

**Nightfaller:**

* Attacks hitting at least one enemy grant a stack.
* Each stack grants a bonus 15 defense.
* At 5 stacks, the next attack consumes all stacks, knocks the enemy back, and heals 10% of the hero's max HP.
* Stacks reset to 0 after 5 seconds.

**HemoReverser:**

* Attacks hitting at least one enemy grant a stack.
* Each stack grants a bonus 10% attack.
* At 5 stacks, the next attack consumes all stacks, launching a damaging wave that instantly kills enemies under 25% HP (bosses excluded).
* Stacks reset to 0 after 5 seconds.

**Target Terminator:**

* Attacks hitting at least one enemy grant a stack.
* Each stack grants a bonus 5% crit rate and 25% crit damage.
* At 5 stacks, the next attack instantly kills enemies under 50% HP (bosses excluded)
* Stacks reset to 0 after 5 seconds.

**Blitz:**

* Attacks hitting at least one enemy grant a stack.
* Each stack grants a bonus 20% attack speed.
* At 8 stacks, the next attack fires an explosive bullet, dealing massive damage and knocks the hero back.
* Stacks reset to 0 after 5 seconds.

**Firestarter:**

* Attacks hitting at least one enemy grant a stack.
* Each stack grants a bonus 20% movement speed.
* At 5 stacks, the next attack launches a bullet that transforms into a damaging laser upon flight, stunning any enemy it hits.
* Stacks reset to 0 after 5 seconds.

With your newfound knowledge of Hero NFT exclusive weapons, you're ready to defend the kingdom, lead your guild to victory, and rise through the ranks. Take advantage of your edge and dominate the battlefield!


---

# 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://shodo-veil.gitbook.io/whitepaper/the-game/equipment-and-upgrading/nft-hero-exclusive-weapons.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.
