> 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.md).

# Pokemon Egg

<h3 align="center">Pokemon Embryo → Poke Ball → Pokemon Egg</h3>

<div><figure><img src="/files/UdjcmkLCw1xPBRiQ2cAS" alt=""><figcaption><p>Pokemon Embryo</p></figcaption></figure> <figure><img src="/files/TL10ZmIKgj8V852f2i4i" alt=""><figcaption><p>Poke Ball (Gastly)</p></figcaption></figure> <figure><img src="/files/dknwX875Q3ycjE7PI37q" alt=""><figcaption><p>Gastly Egg</p></figcaption></figure></div>

<p align="center">You can get a Pokemon Egg from opening Pokemon Embryo.</p>

### The following step to craft Pokemon Embryo and obtain a Pokemon Egg:

{% stepper %}
{% step %}

### Go to Viridian City

Location Guide:

1. Enter the top-right portal to *Payon Archer Village*.

<figure><img src="/files/35Aygd9boS2MACMaTTT6" alt=""><figcaption></figcaption></figure>

2. After entering Payon Archer Village, move slightly upward.
3. On the right side, you will find another portal that leads into *Viridian City*.

<figure><img src="/files/N0Uiu5msFynFuCsF9zJE" alt="" width="494"><figcaption></figcaption></figure>

> Materials related to Pokemon Egg can be found in this Viridian City area.
> {% endstep %}

{% step %}

### Go to Pokémon Lab `(viridian,151,118)`

<figure><img src="/files/l37ZvhEc1hRKmuFaqdTf" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Talk to Scientist 2 - Bertha to craft a [Pokemon Embryo](broken://pages/36rDIGmknAdzO9gY2uoD#pokemon-embryo).

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

* <pre><code><strong>Pokemon Embryo
  </strong>  5 Decayed Nail
    5 Immortal Heart
    5 Horrendous Hair
    5 Poke Coin
    5 Poke Card
    50,000 Zeny

  <strong>[Bundle] Pokemon Embryo (5)
  </strong>  25 Decayed Nail
    25 Immortal Heart
    25 Horrendous Hair
    25 Poke Coin
    25 Poke Card
    250,000 Zeny
  </code></pre>

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

{% step %}

### Open the embryo to receive a random Poke Ball.

<div><figure><img src="/files/PMCRcyASpTrBSMWExBsA" alt=""><figcaption></figcaption></figure> <figure><img src="/files/tRw9HMXM9aJCXoww03ca" alt="" width="334"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Double-click the Poke Ball to get a specific Pokemon Egg.

<figure><img src="/files/yjSuTo7V7W5oXcyGQkrs" alt="" width="416"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

***

### Other things you need to know:

* [How to get a `Poke Card`](/rowiki/unique-feature/pokemon-pet-system/pokemon-egg/how-to-get-a-poke-card.md)
* [How to get a `Poke Coin`](/rowiki/unique-feature/pokemon-pet-system/pokemon-egg/how-to-get-a-poke-coin.md)
* [How to evolve a Pokemon](/rowiki/unique-feature/pokemon-pet-system/pokemon-egg/how-to-evolve-a-pokemon.md)
* [Pokemon Egg List](/rowiki/unique-feature/pokemon-pet-system/pokemon-egg/egg-and-stats-bonus-list.md)


---

# 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.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.
