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

# Minions

**Minions in Heroes of Holdem are collectible card assets used in player loadouts.**\
\
In gameplay, they act as autonomous NPC entrants in the event you sign up for. Minions come in various strengths and have various AI strategies assigned to them. \
\
From the 1-slot Imp to the 8-slot Diamond Dragon, providing even more variety in how you want to approach using them.

<div><figure><img src="/files/SgqBZZCmemD0NAEGdAN8" alt=""><figcaption><p>Titan</p></figcaption></figure> <figure><img src="/files/HyHWOTY3W1QDo92396nR" alt=""><figcaption><p>Succubus</p></figcaption></figure> <figure><img src="/files/UqpRhvir3LDnkUY13Fyo" alt=""><figcaption><p>Lich</p></figcaption></figure></div>

As a powerful vampire necromancer with maximum available minion slots, do you want to have a powerful dragon ally that has extra health and plays better, or do you want to overwhelm people with an army of smaller imps with much weaker stats?

<div><figure><img src="/files/4X8x1rGjZwBiUWL0GIMb" alt=""><figcaption><p>Gorgon</p></figcaption></figure> <figure><img src="/files/re7JtT7LLSIF0CqGwOkF" alt=""><figcaption><p>Angel</p></figcaption></figure> <figure><img src="/files/8ZmwAOcfeLkKpng3VTPJ" alt=""><figcaption><p>Demon</p></figcaption></figure></div>

<div><figure><img src="/files/wc1dZlWj6jLjJTP9rLRD" alt="" width="375"><figcaption><p>Red Dragon</p></figcaption></figure> <figure><img src="/files/qwTNNM3HP79N5LDfYOvi" alt="" width="375"><figcaption><p>Emerald Dragon</p></figcaption></figure> <figure><img src="/files/I4tz2dztilc7JXYiLabK" alt="" width="375"><figcaption><p>Diamond Dragon</p></figcaption></figure></div>

|                                                                     |           Minion          | Points | Starting Health |                 Leech %                |
| ------------------------------------------------------------------- | :-----------------------: | :----: | :-------------: | :------------------------------------: |
| <img src="/files/DHNclFVxfobG1EZHUNv7" alt="" data-size="original"> |            Imp            |    1   |       30%       |                   5%                   |
| ![](/files/d2goqLROMSrl9NHFR0NS)                                    |          Succubus         |    1   |       25%       |                   10%                  |
| ![](/files/UqpRhvir3LDnkUY13Fyo)                                    |            Lich           |    2   |       60%       |                   10%                  |
| ![](/files/JcXMb5XgqAsOSiGGcyV3)                                    |        Vampire Bat        |    2   |       25%       | 25% *(Doesn’t Lose Health From Leech)* |
| ![](/files/4X8x1rGjZwBiUWL0GIMb)                                    |           Gorgon          |    3   |       90%       |                   15%                  |
| ![](/files/bC1xwcypLdxw5ARMCGxr)                                    |           Angel           |    3   |       75%       |                   30%                  |
| ![](/files/8ZmwAOcfeLkKpng3VTPJ)                                    |           Demon           |    4   |       125%      |                   20%                  |
| ![](/files/SgqBZZCmemD0NAEGdAN8)                                    |           Titan           |    5   |       175%      |                   20%                  |
| ![](/files/wc1dZlWj6jLjJTP9rLRD)                                    |   Red Dragon (Warded)\*   |    6   |       250%      |                   25%                  |
| ![](/files/qwTNNM3HP79N5LDfYOvi)                                    | Emerald Dragon (Warded)\* |    7   |       325%      |                   20%                  |
| ![](/files/I4tz2dztilc7JXYiLabK)                                    | Diamond Dragon (Warded)\* |    8   |       400%      |                   15%                  |
| ![](/files/IgWrVBcITBjbw9i2W4nI)                                    |     Phoenix (Warded)\*    |    8   |       175%      |                   25%                  |

&#x20;\* Warded Minions cannot be charmed, cloned or domesticated. They are also immune to a thieves Thuggery and Gaffle abilities. <br>


---

# 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://heroesofholdem.gitbook.io/whitepaper/game/minions.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.
