> 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/game-overview/deck.md).

# Deck

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

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

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

Each player can build a unique set of 6 cards that will automatically be used in battle. 4 talents and a hero will complement or enhance your deck.

### Limits

* No more than 2 copies of the same card
* Maximum 1 legendary and 1 epic card
* Maximum 1 legendary and 1 epic talent

### Let's take a look at this deck

**Crazy Sheep:** deals 80 damage to both you and your opponent every 4 seconds.

**Horror from the Depths:** poisons the opponent for 4 every 6 seconds.

**Elven Quiver:** grants neighboring cards +25% Crit.

**Trent Protector:** heals for 15 and adds 25 armor every 7 seconds.

**Fire Cannon:** applies a burn of 6 and deals 50 damage every 8 seconds.

**Mystic Lighthouse:** stuns a random opponent's card for 5 seconds.

Your hero and talents can strengthen or accelerate your deck, or weaken and slow down your opponent's!

*P.S. All cards listed above are abstract examples — balance and card parameters may be entirely different during testing and at release.*


---

# 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/game-overview/deck.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.
