> For the complete documentation index, see [llms.txt](https://wiki.minecraft-brasil.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.minecraft-brasil.com/pixelmon/conhecimentos/informacoes-gerais/breeding/tecnicas-do-breeding.md).

# Técnicas do Breeding

Caso se use um pokémon com a habilidade Flame Body, Magma Armor ou Steam Engine em algum slot do time, todos os ovos na equipe racharam 2x mais rápido.

Se o jogador completar uma geração de pokémon na pokédex, receberá o Oval Charm, que permite dobrar  a velocidade de produção de ovos de um daycare

### Itens para Breed

* ![Nó do Destino da Grade.png](https://pixelmonmod.com/w/images/thumb/a/ac/Grid_Destiny_Knot.png/16px-Grid_Destiny_Knot.png)Nó do Destino : Se for mantido por um dos pais, cinco IVs serão passados ​​dos pais para os filhos em vez de três.
* ![Grade Everstone.png](https://pixelmonmod.com/w/images/thumb/b/bb/Grid_Everstone.png/16px-Grid_Everstone.png)Everstone : Se segurado por um dos pais, as Formas Regionais e a Natureza da prole sempre corresponderão à natureza do pai que segura a Everstone. Se ambos os pais possuírem Everstones, a prole herdará aleatoriamente uma das Naturezas dos pais.
* ![Grid Power Weight.png](https://pixelmonmod.com/w/images/thumb/e/e8/Grid_Power_Weight.png/16px-Grid_Power_Weight.png)Power Weight : Se segurado por um dos pais, o IVs de HP será puxado.
* ![Grid Power Bracer.png](https://pixelmonmod.com/w/images/thumb/8/80/Grid_Power_Bracer.png/16px-Grid_Power_Bracer.png)Power Bracer : Se segurado por um dos pais, o IVs de Ataque será puxado.
* ![Grid Power Belt.png](https://pixelmonmod.com/w/images/thumb/4/47/Grid_Power_Belt.png/16px-Grid_Power_Belt.png)Power Belt : Se segurado por um dos pais, o IVs de Defesa será puxado.
* ![Grid Power Lens.png](https://pixelmonmod.com/w/images/thumb/b/b2/Grid_Power_Lens.png/16px-Grid_Power_Lens.png)Power Lens : Se segurado por um dos pais, o IVs de Ataque Especial será puxado.
* ![Grid Power Band.png](https://pixelmonmod.com/w/images/thumb/7/72/Grid_Power_Band.png/16px-Grid_Power_Band.png)Power Band : Se segurado por um dos pais, o IVs de Special Defense será puxado.
* ![Grid Power Anklet.png](https://pixelmonmod.com/w/images/thumb/b/b1/Grid_Power_Anklet.png/16px-Grid_Power_Anklet.png)Power Anklet : Se segurado por um dos pais, o IVs de Speed será puxado.


---

# 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://wiki.minecraft-brasil.com/pixelmon/conhecimentos/informacoes-gerais/breeding/tecnicas-do-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.
