> 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-treatment/pokemon-supplement.md).

# Pokemon Supplement

To make pet management more convenient, several special support items have been introduced. These items allow players to **recover lost Pet Intimacy** or **instantly boost their pets to optimal conditions**, reducing the time required for regular feeding and affection training.

* **Pokemon Vitamin**: A special consumable item designed to restore a pet's lost affection.
* **Pokemon Evo Booster**: A premium pet enhancement item that instantly maximizes your pet's growth and affection.

***

### Pokemon Vitamin

A special medicine formulated to restore your Pokemon's Intimacy status back to Neutral, helping trainers reset their companion's emotional state.

<figure><img src="/files/QwWWGsdGEQ7s4HI7v4Sx" alt=""><figcaption><p>Pokemon Vitamin</p></figcaption></figure>

**Pokémon Vitamin** can be used on pets whose Intimacy has fallen below **Neutral**, instantly restoring their Intimacy level back to **Neutral**. This item is only effective on pets with **Awkward** or **Shy** Intimacy and cannot be used if the pet is already at **Neutral**, **Cordial**, or **Loyal** status.

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

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

**Obtainable From**

* **Hourly Shop NPC** — 8 Points
* **Cash Shop** — 5,000 CP

{% hint style="info" %}
**Restrictions**

* Can only be used when Pet Intimacy is below **Neutral**.
* Does not increase Intimacy beyond **Neutral**.
* Cannot be used on pets with **Neutral**, **Cordial**, or **Loyal** Intimacy.
  {% endhint %}

> A convenient way to recover your pet's affection after an unfortunate drop in Intimacy.

***

### Pokemon Evo Booster

A powerful supplement infused with evolutionary energy that instantly boosts your Pokemon's Intimacy status to Loyal, strengthening the bond between trainer and companion.

<figure><img src="/files/DQLR9U1aw4sqQ7cjFqtT" alt=""><figcaption><p>Pokemon Evo Booster</p></figcaption></figure>

**Pokémon Evo Booster** immediately raises a pet's **Intimacy** to **Loyal** and restores its **Hunger** status to **Stuffed** upon use. This item is designed for players who wish to fully prepare their pets without the time required for regular feeding and intimacy training.

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

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

**Obtainable From**

* **Cash Shop** — 20,000 CP

**Effects**

* Instantly sets Pet Intimacy to **Loyal**.
* Instantly sets Pet Hunger to **Stuffed**.
* Provides immediate access to the highest Intimacy tier required for pet evolution and bonus effects.

{% hint style="info" %}
**Restrictions**

* Cannot be used on pets that already have **Loyal** Intimacy.
* This item cannot be used on Pokemon that have already reached their final evolution stage.
  {% endhint %}

> Skip the waiting time and bring your pet to its maximum potential instantly with the **Pokemon Evo Booster**. 🐾✨


---

# 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-treatment/pokemon-supplement.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.
