# 英雄

## 英雄介紹

<mark style="background-color:yellow;">NFTsBattle的英雄角色是ERC721代幣，</mark>

英雄數值(HP、ATK、DEF、DEF)的部分同樣不會記錄在鏈上，只會紀錄於遊戲中；

不同於技能卡，英雄可以從其他遊戲導入，因此英雄的某些特質可能會被修改，相較於技能卡，英雄的修

改幅度非常小。

英雄數值分別為HP血量、ATK攻擊、DEF防禦、LUK幸運。

其中最特別的是LUK幸運，LUK是影響英雄的爆擊率，當數值越高，爆擊率越高；

除此之外，戰鬥時雙方場上五隻英雄的LUK加總將會影響攻擊順序，LUK加總越高者則是該場先攻方。

英雄又分為種族值和個體質：每種英雄都會有一個[種族值](https://nftsbattle.gitbook.io/nfts-battle/)，每隻英雄都會有不同個體值，而英雄能力值的

計算方式則類似於個體值跟種族值相乘。

## 屬性

![](/files/aRPTp8ZvA4uQlvTtdG1x)

* **Hp** \
  如果 hp = 0 ，英雄會死亡。
* **Attack**\
  影響攻擊傷害。
* **Defense**\
  影響受到攻擊的傷害。
* **Lucky**\
  影響暴擊率。

## 類型

![](/files/-MiVwdNx2r19gs2XQus-)

技能卡和英雄有不同的派系：火、風、電、 冰、光、暗和普通；有的英雄沒有屬性。

## 種族

一些強大的技能限制了英雄的種族。有精靈，野獸，亡靈，龍，化石。

####

####

####


---

# 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://nftsbattle.gitbook.io/nfts-battle/game/you-xi-jie-shao/hero.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.
