> For the complete documentation index, see [llms.txt](https://chainofrealms.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://chainofrealms.gitbook.io/whitepaper/nft/talents.md).

# Talents

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

In addition to a deck of **6** cards, each player has 4 slots for unique talents on the game board. Talents are passive abilities that influence the course of battle in various ways.

A talent is also a unique NFT. Currently, they can only be obtained from special **Genesis packs** - [<mark style="color:green;">**Genesis card packs**</mark>](/whitepaper/nft/genesis-card-packs.md)

If you have talents in your inventory but no cards, you will NOT be able to participate in the game. While talents provide an additional boost to your deck, cards and a hero are essential — you cannot play without them.

Initially, the game is planned to launch with 20+ unique talents.

<figure><img src="/files/BhPfifHT981qotll183T" alt="" width="375"><figcaption></figcaption></figure>

**Talent Rarity**

* ⚪ Common
* 🔵 Rare
* 🟣 Epic
* 🟡 Legendary
* 💎 Mythic

**Talent Parameters**

* 📇 Name
* 📋 Description
* 🖼️ Image
* 🔮 Ability

Don't assume it makes sense to collect only 🟡 Legendary talents — the game has rarity limits. You can use only 🟡 1 Legendary, 🟣 1 Epic, and 🔵 1 Rare talent. ⚪ Common talents have no limits.

**Example:** you can use 🟡 1 Legendary and ⚪ 3 Common talents; 🟡 1 Legendary, 🟣 1 Epic and ⚪ 2 Common; or 🟡 1 Legendary, 🟣 1 Epic, 🔵 1 Rare and ⚪ 1 Common.


---

# 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:

```
GET https://chainofrealms.gitbook.io/whitepaper/nft/talents.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.
