> For the complete documentation index, see [llms.txt](https://hexhunt.gitbook.io/hexhunt/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hexhunt.gitbook.io/hexhunt/of-crypts-and-wilderness/mechanics/deck-and-cards.md).

# Deck and Cards

The game is played using a standard deck of cards with two jokers removed.&#x20;

At the beginning of each session, shuffle the deck, and place them face down. This is called the **play deck** (or simply deck).  Then take the top 10 cards from the deck, and place them onto a separate place, face down, with only the tenth card turned face-up. This is called the **discard pile** (or simply pile). This is where all the used-up cards will go.

For every watch (four hours) spent in-game, draw a card from the deck, and interpret its suit as an [event](/hexhunt/of-crypts-and-wilderness/events.md). When all the cards in the deck are drawn, it concludes the in-game week. This is called a **run** (of the deck.)

In addition, there's a third position for the cards; your **hand**; i.e. the cards that your character obtains as you play.&#x20;

You begin the game with zero cards in your hand. As you embark on [missions](/hexhunt/of-crypts-and-wilderness/missions.md), and complete them successfully, you gain cards from the discard pile; i.e. you draw the top card from the pile. Your hand size is six, meaning that you cannot have more than six cards in your hand. (But with each [retainer ](/hexhunt/of-crypts-and-wilderness/retainers.md)you recruit, your hand size expands by 1). The cards in your hand can be used in a few ways:

* Instead of rolling a die, you may discard one card whose value will be used as the roll.&#x20;
* After each run of the deck, if you have cards left in your hand, you can trade them with one silver coin per card (if you're in wilderness), or one silver coin per card value (if you're in a settlement).

Once the run of the deck is complete, you must discard your hand; i.e. you must have zero cards in your hand if you start a new week.&#x20;

In addition, for every six HPs you lose, your hand size decrases by one.&#x20;


---

# 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://hexhunt.gitbook.io/hexhunt/of-crypts-and-wilderness/mechanics/deck-and-cards.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.
