# Daycare/Breeding

Most info you may require regarding breeding can be found on the [Pixelmon Wiki](https://pixelmonmod.com/wiki/Breeding).\
\
Notable changes from the above:

### Hidden Abilities

* Hidden Abilities will not pass down to an egg unless the breeder is the OT of both parent Pokémon.

### Daycare Requirements

* Requirements will dynamically change based on the total IV percentage of the parent Pokémon you put into a Daycare box, so they will become harder to breed as they increase in power. In some cases this may mean requirements being added to the original set, such as [Type Gems](https://pixelmonmod.com/wiki/Gems)!
  * In addition to normal drops, you can also get Type Gems from [Gem Bags](/custom-items/caches.md)


---

# Agent Instructions: 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://wiki.thenodemc.com/pixelmon/daycare-breeding.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.
