# Catch Combo

You may have noticed a peculiar message in your chat box after catching a certain Pokémon in succession. This is called a **Catch Combo.** Catch combos are a very good way to catch higher quality Pokémon, and even potentially find a Shiny Pokémon!&#x20;

| Pokemon Caught | Odds Increase                                                                                                                                          |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 0-10           | Standard catching odds.                                                                                                                                |
| 11-31          | After 11 Pokémon are caught, Pokémon will have 2 **guaranteed** perfect IVs, and have an extra 25% chance to spawn. Shiny luck is increased to 1/2048. |
| 32-51          | After 32 Pokémon are caught, Pokémon will have 3 **guaranteed** perfect IVs, and have an extra 50% chance to spawn. Shiny luck is increased to 1/1024. |
| 52 onward      | After 52 Pokémon are caught, Pokémon will have 4 **guaranteed** perfect IVs, and have an extra 85% chance to spawn. Shiny luck is increased to 1/683.  |

*Note: Ditto is exempt from these rules, and has different increases based on criterion.*

When building a catch combo, it is important to note that Shiny Pokémon caught **DO NOT** break your chain! So, if you see some sparkles around, don't be afraid to pounce at it! Additionally, you may knock out any Pokémon that you see, as it will not break your combo. **Only by catching a different species of Pokémon will you break your catch combo.**&#x20;

To view your current Catch Combo, use the command `/combo info`. This command will show your current Catch Combo number, and the Pokémon you are currently hunting.

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


---

# 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://wiki.cobbleland.com/cobblemon-wiki/welcome-to-cobblemon/mechanic-guides/catch-combo.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.
