# Catch Combo

## Catch Combo

### Catch Combo System in Cobblemon

We use a custom **Catch Combo** system designed to reward players who consistently catch the same species of Pokémon. The higher your combo, the better your chances at rare perks like Shiny Pokémon, Perfect IVs, Hidden Abilities, and faster spawns.

A **Catch Combo** is the number of times you consecutively catch the same Pokémon species without catching anything else. The more you chain, the greater the rewards.

## How it works

Each time you successfully catch the same Pokémon species:

* Your **combo counter** increases by 1.
* You unlock progressively better **bonuses** at specific thresholds.
* **Breaking** the combo (catching a different Pokémon or running away) **resets** the combo counter to 0.

## Benefits of Catch Combo

<table><thead><tr><th width="143.3333740234375">Combo Range</th><th width="121.7777099609375">Perfect IVs</th><th width="155.5555419921875">Shiny Boost</th><th width="161.3333740234375">Extra Spawn</th><th width="193">Hidden Ability</th></tr></thead><tbody><tr><td>0–9</td><td>0</td><td>0 / 8196</td><td>0%</td><td>0%</td></tr><tr><td>10–19</td><td>0</td><td>2 / 8196</td><td>5%</td><td>0.25%</td></tr><tr><td>20–29</td><td>1</td><td>3 / 8196</td><td>10%</td><td>0.5%</td></tr><tr><td>30–39</td><td>1</td><td>5 / 8196</td><td>15%</td><td>0.75%</td></tr><tr><td>40–49</td><td>1</td><td>7 / 8196</td><td>20%</td><td>1%</td></tr><tr><td>50–59</td><td>1</td><td>8 / 8196</td><td>25%</td><td>1.25%</td></tr><tr><td>60–69</td><td>1</td><td>10 / 8196</td><td>30%</td><td>1.5%</td></tr><tr><td>70–79</td><td>2</td><td>1 / 8196</td><td>35%</td><td>1.75%</td></tr><tr><td>80–80</td><td>2</td><td>13 / 8196</td><td>40%</td><td>2%</td></tr><tr><td>90–99</td><td>2</td><td>15 / 8196</td><td>45%</td><td>2.25%</td></tr><tr><td>100–109</td><td>2</td><td>16 / 8196</td><td>50%</td><td>2.5%</td></tr><tr><td>110–119</td><td>2</td><td>18 / 8196</td><td>55%</td><td>2.75%</td></tr><tr><td>120–129</td><td>3</td><td>20 / 8196</td><td>60%</td><td>3%</td></tr><tr><td>130–139</td><td>3</td><td>21 / 8196</td><td>65%</td><td>3.25%</td></tr><tr><td>140–149</td><td>3</td><td>23 / 8196</td><td>70%</td><td>3.5%</td></tr><tr><td>150–159</td><td>3</td><td>25 / 8196</td><td>75%</td><td>3.75%</td></tr><tr><td>160–169</td><td>3</td><td>26 / 8196</td><td>80%</td><td>4%</td></tr><tr><td>170–179</td><td>4</td><td>28 / 8196</td><td>85%</td><td>4.25%</td></tr><tr><td>180–189</td><td>4</td><td>30 / 8196</td><td>90%</td><td>4.5%</td></tr><tr><td>190–200</td><td>5</td><td>31 / 8196</td><td>95%</td><td>4.75%</td></tr></tbody></table>

*Notes:*

* **Perfect IVs** gradually improve as your combo increases.
* **Shiny Chance** is boosted up to a maximum bonus of **+162** by the time you reach 999 combo.
* **Extra Spawn Chance** becomes **1.0** (maximum) as early as combo 200.
* **Hidden Ability Chance** grows slowly but can reach up to **24.75%** at max combo.

#### Important Rules

* Catching a **shiny breaks** the combo, even if its the combo Pokémon
* You can not combo a Ditto
* Legendaries, Mythical and UB Pokémons break the combo if they are not the current combo pokémon. This doesn't mean you can't chain those.
* Catching **different forms** does not count as a different combo. Forms are treated the same.
* Combos are **specific per species** (e.g., chaining Pikachu won't help for Charmander).


---

# 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.pokeclash.com/features/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.
