> For the complete documentation index, see [llms.txt](https://wiki.apexcobblemon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.apexcobblemon.com/features/fishing/catches/pokemon.md).

# Pokémon

Pokémon catches use the standard Cobblemon fishing selection algorithm, and all possible spawns can be viewed with `/checkspawns`. You can also equip [**PokéBait**](https://wiki.cobblemon.com/index.php/Seasoning#Bait_Seasoning) in your **Fishing Supplies** menu to apply their normal effects.&#x20;

Battles automatically begin when you reel in a Pokémon, but this can be disabled in `/toggle`. Defeating a fished Pokémon can drop **Junk/Pearls/Essence/Treasure.**

<table><thead><tr><th width="120.30908203125" align="center">Quality</th><th width="119.63641357421875" align="center">Chance</th></tr></thead><tbody><tr><td align="center">Shiny</td><td align="center">0.2%</td></tr><tr><td align="center">HA</td><td align="center">2.86%</td></tr><tr><td align="center">Apex Boss</td><td align="center">0.4%</td></tr><tr><td align="center">Legend</td><td align="center">0.04%</td></tr></tbody></table>

* The **Pokémon Hook** perk can increase the quality of caught Pokémon
* The **Pokémon Magnet** perk can increase the chance to receive a non-junk catch upon defeating a Pokémon in battle
* The **Incense Rod** perk can increase the chance for Apex Boss spawns
* The **Shiny Rod** perk can increase the chance for Shiny spawns
* Fishing during a **Charm Storm** increases the chance for Shiny spawns by 5%

## Catch Chance

Pokémon have a base catch chance of **12%**, which can be increased by the following

* Fishing at a Fishing Hotspot with an **Pokémon Chance** buff (+10%)
* Upgrading the **Pokémon Chance** perk (up to +5%)

## Legends

Certain Legendary Pokémon are **only** obtainable from fishing catches, or from legendary spawns while in a certain fishing area.

#### Catches

Each of the following legends has a **0.04%** chance of being selected upon reeling a Pokémon:

* Kyogre (all areas)
* Nihilego (Murky Marsh)
* Azelf (Arctic Tundra)
* Uxie (Scorched Sands)
* Mesprit (Twilight Cavern)

#### Spawns

During each [legendary spawn](/pokemon-spawns/legendary-pokemon.md) cycle, **one** of the following legends may be spawned:

* Enamorus (all areas)
* Shaymin (Mossy Meadows)
* Calyrex (Murky Marsh)
* Glastrier (Arctic Tundra)
* Blacephalon (Scorched Sands)
* Spectrier (Twilight Cavern)


---

# 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.apexcobblemon.com/features/fishing/catches/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.
