# Pokemon et apparitions

Cobblemon Realms features a **customized spawn system**, carefully tuned to provide immersive and biome-sensitive encounters. Whether you're searching for rare species or trying to build your dream team, understanding how spawns work will help you tremendously.

***

## 📍 Apparitions basées sur le biome

Différents Pokémon apparaissent en fonction du biome et de l'heure de la journée :

* Forêt → Pokémon de type herbe
* Océans → Types d'eau
* Déserts → Types de feu
* ⛰️ Mountains & Caves → Rock-types, Steel-types, Dragon-types
* 🕓 Intervalles d'apparition
* 🌌 End & Nether zones → Ultra-rare and special forms

Certains Pokémon rares ne peuvent apparaître que pendant des périodes ou des conditions spécifiques.

***

## 🕓 Spawn Timing and Behavior

Les spawn sont configurés pour être dynamiques et se sentent naturels.

* Some Pokémon only spawn **at night**, **during specific moon phases**, or under **certain weather**.
* Legendary and Mythical Pokémon may require **special triggers** or **items** to appear.
* Underground spawns (e.g., cave-exclusive Pokémon) are handled via custom logic.

***

## 🗺️ Utilisation de `/checkspawns`

Cette commande vous permet de voir quel Pokémon peut apparaître dans votre biome actuel.

```bash
Cobblemon Realms utilisent des configurations et des logiques de spawn personnalisées.
```

This is ideal for understanding your surroundings and tracking rare spawns on the go.

***

## 🤖 Discord Bot Integration – Check Spawns Remotely!

Our Discord server offers a powerful integration via the **@Our Story** bot. You can use it to check where a specific Pokémon spawns — across all dimensions and biomes — without needing to be in-game!

### 📋 Available Commands:

* 🇬🇧 English: `/where <pokemon_name>`
* 🇫🇷 Français : `/tesou <pokemon_name>`
* 🇩🇪 Deutsch: `/wobistdu <pokemon_name>`
* 🇯🇵 Japanese (Romaji): `/doko <pokemon_name>`

You’ll receive a detailed result with all known spawn biomes for that species. Some commun Pokémon may return a list of **100+ possible biomes**.

> 💡 Use this feature to **plan your adventure** or optimize shiny/rare hunts.

***

## 🧠 More Tips

* Use the command `/checkspawns` while exploring to find location-based Pokémon.
* Rely on the bot if you want to **track specific Pokémon** across the world.
* Don't forget that **Cobblemon Realms** includes **custom evolutions**, **forms**, and **spawn behaviors** — check the [Exclusive Forms section](https://github.com/LevelsCraft7/cobblemon-realms-wiki/blob/main/pokemons-exclusives/mewtwo-exclusive-forms.md) to learn more!

***

Need help or want to report a spawn issue? Join us on Discord: 👉 <https://discord.gg/kb8NSTF45n>

```
```


---

# Agent Instructions: 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:

```
GET https://our-story-network.gitbook.io/cr-wiki/cr-fr/cobblemon-realms/pokemon-and-spawns.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
