> 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/economy/recruitment-breeding.md).

# Recruitment (Breeding)

### **Recruitment is the process of creating new Heroes by using two of the Hero cards a player already owns.**

The player chooses which two Heroes to be the Recruiters, carefully weighing the chances of getting the specific Recruit they want, and then pays a static Gem fee, depending on how many times the Recruiter Heroes have recruited in the past.

{% hint style="info" %}
The base fee in Gems is doubled every subsequent Recruiting up and to a max of 5 times, Gem price does not change.\
Once a Hero has recruited 5 times it can no longer be used to recruit again in the future.
{% endhint %}

The resulting recruit that is created will be run through the recruitment algorithm at the time of creation and take the parent Heroes' statistics into consideration when deciding race, class, and numerical stats. The recruit will end up with dominant and recessive genes associated with Race and Class.

> **EXAMPLE:**\
> &#x20;\
> A generation one orc warrior pairs with a generation one human cleric to recruit. \
> \
> The resulting recruit will either be an orc or human and in this case, the chances are 50/50.\
> If the recruit rolls an orc it will be an O.h. (Orc dominant human recessive) Hero. Functionally in gameplay, this is simply an orc.\
> \
> However, in subsequent breeding, there is a chance depending on the partners chosen that an O.h. recruiting with another X.h. A hero can result in a human recruit. The chances of this are easily determined via a classic [Punnett square](https://en.wikipedia.org/wiki/Punnett_square). In this case a 25% chance. This method is also repeated with the class aspect of the hero.<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/economy/recruitment-breeding.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.
