> For the complete documentation index, see [llms.txt](https://lokagamers.gitbook.io/rowiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lokagamers.gitbook.io/rowiki/unique-feature/pokemon-pet-system/pokemon-egg/how-to-evolve-a-pokemon.md).

# How to evolve a Pokemon

## Evolution <a href="#evolution" id="evolution"></a>

To evolve a pet, it must be in **Loyal** intimacy state and require the some [evolution materials](#evolution-materials).

***

### The following step to evolve a Pokemon:

{% stepper %}
{% step %}

#### Hatch your Pokemon Egg and make sure the Intimacy has reached Loyal.

<figure><img src="/files/iEquPgdtel05QR5FVbv7" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Open your Pet Info window `(ALT + J)` and click the `<Command>` feature.

<figure><img src="/files/fRNaRdrICJoWBlvRNH78" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Select Evolution.

<figure><img src="/files/c590afcyCZS0ihiD7Kjx" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### A Pet Evolution menu will appear showing required materials.

<figure><img src="/files/JuISPjRjTmi0xslp36FZ" alt=""><figcaption></figcaption></figure>

* Collect all listed materials in your inventory
* Click Confirm
* Your Pokemon will evolve
  {% endstep %}
  {% endstepper %}

***

### Evolution Materials

<pre><code><strong>First Evolution item requirements:
</strong>   1 Alcohol
   1 Rocker Doll
   1 Four Leaf Clover
     [Dyestuffs = Eevee's Transform]
   2 Poke Card
   1 Pokemon Embryo
  15 Loka Key
  
<strong>Second Evolution item requirements:
</strong>   1 Detrimindexta
   1 Racoon Doll
   1 Singing Plant
     [Ment = Original]
     [Aloe = Alolan]
   4 Poke Card
   2 Pokemon Embryo
  30 Loka Key
  
<strong>Mega Evolution item requirements:
</strong>  (TBA)
</code></pre>

{% hint style="info" %}
Pet Evolution material requirements may will be updated in future updates.
{% endhint %}


---

# 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://lokagamers.gitbook.io/rowiki/unique-feature/pokemon-pet-system/pokemon-egg/how-to-evolve-a-pokemon.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.
