> For the complete documentation index, see [llms.txt](https://docs.galixcity.nemoverse.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.galixcity.nemoverse.io/game-economy/nfts-hero.md).

# NFTs Hero

Hero is indispensable feature of GaliXCity; to participate in PvE and PvP activities, you will need to own at least 5 Heroes. These Heroes will support you with city management, combat in Conquest, and battle in Campaign mode.

![](/files/f8Lz1LZYjkXF8EFMKDGS)

**Based on rarity, Hero is divided into 4 types:**

* D, C Rank (Common): Normal Heroes, stats and skills are not too outstanding.
* B Rank (Rare): Has some special abilities, stats are not too outstanding.
* A Rank (Epic): Has some special abilities, stats are decent.
* S, SSS Rank(Legendary) Hero has very good stats, unique appearance, and many special abilities.

**Based on combat characteristics, Heroes are divided into 5 types:**

* Human: Stable defense, balanced stats
* Cyborg: Possesses advanced equipment, great defense but low damage.
* Construct: Strong with high defense, has the ability to block the enemy's attack.
* Monster: Extremely high attack power and speed.
* Spell: Possesses useful wide-area skills, can turn the game upside down if used at the right time.

**Hero Combat Growth:**

1. Hero Level Up: Experience Card can be used to level up Hero.
   * Leveling up increases Hero's strength.
   * The maximum level a hero can reach is 100, but the limitation of a Hero will need to be unlocked through increasing the Hero Star.
2. Increase Hero Star: Using Hero of the same type can increase Hero's star
   * Increasing the star will greatly increase the Hero's strength and combat ability.
   * Increasing the level cap for Hero.
3. Upgrade skills
   * A Hero possesses active and passive skills that bring many benefits in production and combat.
   * The rarer the Hero, the more skills they possess.
   * Upgrading skills will increase the benefits the Hero brings, specifically:
     * The combat power of the robot army
     * Harvest speed, research...
     * Strength incensement in combat

![](/files/7GvEy8dkWnnfl6EO52vl)


---

# 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://docs.galixcity.nemoverse.io/game-economy/nfts-hero.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.
