> For the complete documentation index, see [llms.txt](https://wiki-pokestart.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki-pokestart.gitbook.io/wiki/tutoriel/ivs-et-evs.md).

# IVS et EVS

#### 🍹 Les Jus d’EVs : La méthode facile pour entraîner tes Pokémon

Tu veux booster ton Pokémon sans te prendre la tête à farm des heures ? Les **Jus d’EVs** sont faits pour toi !\
Ils se fabriquent via l’**Infuseur**, un outil super utile qui transforme certaines **baies** en jus spécialisés pour chaque statistique.

Voici les correspondances couleur → statistique :

* 🟣 <mark style="color:purple;">**Violet**</mark> <mark style="color:purple;"></mark><mark style="color:purple;">: PV</mark>
* 🔴 <mark style="color:red;">**Rouge**</mark> <mark style="color:red;"></mark><mark style="color:red;">: Attaque</mark>
* 🟡 <mark style="color:yellow;">**Jaune**</mark> <mark style="color:yellow;"></mark><mark style="color:yellow;">: Défense</mark>
* 🔵 <mark style="color:blue;">**Bleu**</mark> <mark style="color:blue;"></mark><mark style="color:blue;">: Attaque Spéciale</mark>
* 🟢 <mark style="color:green;">**Vert**</mark> <mark style="color:green;"></mark><mark style="color:green;">: Défense Spéciale</mark>
* 🔵 **Rose** : Vitesse

Les meilleures recettes de jus (32 EVs garantis) :

* <mark style="color:purple;">**PV**</mark> <mark style="color:purple;"></mark><mark style="color:purple;">: Baie Wiki + Enigma</mark>
* <mark style="color:red;">**Attaque**</mark> <mark style="color:red;"></mark><mark style="color:red;">: Baie Grena + Tamato</mark>
* <mark style="color:yellow;">**Défense**</mark> <mark style="color:yellow;"></mark><mark style="color:yellow;">: Baie Qualot + Raisin</mark>
* <mark style="color:blue;">**Att. Spé.**</mark> <mark style="color:blue;"></mark><mark style="color:blue;">: Baie Alga + Abriko</mark>
* <mark style="color:green;">**Déf. Spé.**</mark> <mark style="color:green;"></mark><mark style="color:green;">: Baie Lomne + Gowav</mark>
* **Vitesse** : Baie Mago + Selro

#### 🧠 Les EVs (Effort Values)

Les **EVs** sont des points bonus qu’un Pokémon peut accumuler pour améliorer ses statistiques.\
Tu peux répartir **510 EVs** au total, avec un maximum de **252 dans une seule stat**.

Trois façons de gagner des EVs :

1. Battre des Pokémon sauvages qui donnent les EVs ciblés
2. Utiliser les **Jus d’EVs**
3. (Optionnellement) certains objets ou événements dans le jeu

Les EVs sont très simples à gérer, et surtout, **ils peuvent être réinitialisés ou redistribués** à volonté.


---

# 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-pokestart.gitbook.io/wiki/tutoriel/ivs-et-evs.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.
