> For the complete documentation index, see [llms.txt](https://monsterfi.gitbook.io/monster-fight/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://monsterfi.gitbook.io/monster-fight/gameplay/egg-hatching-and-breeding/next-generation-monsters.md).

# Next Generation Monsters

When hatching a next generation monster egg (non-genesis), the attributes of new born monster depend on the parents attributes.&#x20;

Breeding is completed instantly as transaction is approved and you get an egg with one of the parents' class. The parent monster data is coded in the egg at this moment. The egg hatching process is same as genesis eggs. Except for class of monster to be born, all other attributes are decided at the time of hatching.

## Class

Class of monster egg from breeding can be one of the parents' class. The probability of breeding a particular parent class increases with rarity of the parent.&#x20;

![Breeding class weight based on parent rarity](/files/LmwZhHtRz3zXmZG0YRjt)

For example, if you breed a Legendary Water with a Common Fire monster, the egg will have 20% probability to be of Fire Class and 80% probability to have a Water Class.&#x20;

## Rarity

Rarity of next generation monster have following probabilities at hatching based on parents rarity

![](/files/cxhiv2ei6zNj5zB4aTYc)

## Skills

Skills are randomly passed on from parents to next generation monsters. A maximum of 4 skills can be passed on to the next generation monster by breeding which always include "Basic Attack" skill.

It is recommended to choose diverse skills across 2 parents while breeding to maximize the chance for higher skilled monsters while breeding. Having same skill on both parent monsters **does not** increase chances of that skill to be passed on to next generation.

*There are some unique genesis skills that can not be passed to next generation by breeding. They will be updated on the skill chart before breeding is launched. If both parent monsters do not have unique 3 skills in total that can be passed to next generation monsters, there is a chance that new monster is born with less than 4 skills.*


---

# 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://monsterfi.gitbook.io/monster-fight/gameplay/egg-hatching-and-breeding/next-generation-monsters.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.
