> For the complete documentation index, see [llms.txt](https://plantexodus.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://plantexodus.gitbook.io/whitepaper/gameplay/breeding-and-origin-generation.md).

# Breeding & Origin Generation

![](/files/hsPJAG8uxtDHQo293tJ0)

![Illustration for breeding ](/files/QR0fEcd2TfLzRTP5boCx)

In the Golden Age of Plants Exodus world, the first warriors were born from the mysterious seeds. They are the immortal warriors, the first awakened armies of the fantasy jungle, that carry the original genes. They are called Origin Generation (Gen 0 - only 10,000 each race).

Original warriors will participate throughout all your game experiences, collecting them will help to increase the team's energy. With full 9 Tribes Gen 0, you may have the right to open a Clan and buy the Promised Lands in the future, along with many other incentives.

The next generation will be born by breeding mechanisms. They can only crossbreed within the same race. Offspring heroes will inherit 50% skills from their parents and 50% from their tribe (applied for both active and passive skills).&#x20;

To maintain the durability in the battle of Plant Heroes, there is only 5 times of breeding that a plant hero can breed in his whole life before it is sterile.&#x20;

Breeding needs $PEXO and $HOA as a cost of nurturing an offspring. This cost is variable and can be adjusted to ensure the stability of the Plant Exodus economy. $PEXO will be sent to Plant Exodus Treasury and $HOA will be burned.


---

# 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://plantexodus.gitbook.io/whitepaper/gameplay/breeding-and-origin-generation.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.
