> 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/~/revisions/xscrvHuVBNBmHEjwmmwR/pokemon-spawns/hidden-ability-pokemon.md).

# Hidden Ability Pokémon

**Hidden Ability Pokémon** are Pokémon with a **rarer** and usually more **powerful Ability** than their normal Pokémon counterparts. When a Pokémon spawns it will have a **rare chance** of carrying it's **Hidden Ability**, this chance is **different** depending on **where** you are on the server and can be increased by up to **110**% with various **modifiers**.

* **Base** HA Chance - **1**/**300** or **0.33**%\
  • With max boost - **0.69**%
* **Safari** HA Chance - **1**/**150** or 0.**67**%\
  • With max boost - **1.407**%
* **Fishing** HA Chance - **1**/**292** or **0.34**%\
  • With max boost - **0.714**%

<figure><img src="/files/V9ais7gRT6nTEZPoNcK1" alt=""><figcaption><p>Blaziken's HA (Speed Boost) shown in /wiki</p></figcaption></figure>

## Chance Modifiers

<table><thead><tr><th width="156">Modifier</th><th width="90">Boost</th></tr></thead><tbody><tr><td>Catch Combo</td><td>55%</td></tr><tr><td>Shoulder Mount</td><td>5%</td></tr><tr><td>Crown Rank</td><td>15%</td></tr><tr><td>Apex Rank</td><td>5%</td></tr><tr><td>Server Booster</td><td>15%</td></tr><tr><td>Living Dex Badge</td><td>15%</td></tr></tbody></table>

#### Catch Combo

[Catch Combo](https://wiki.apexcobblemon.com/) modifiers can range from **5**% to **55**%, and is incrementally increased as your combo grows.

#### Should Mount

[Shoulder Mount](/~/revisions/xscrvHuVBNBmHEjwmmwR/features/pokemon/shoulder-mounts.md) modifier is always **5**% regardless of the Pokémon you choose.

#### Crown Rank

**Crown Rank** modifiers can range from **2.5**% to **15**%, and is incrementally increased as you reach **higher ranks**.

#### Donor Rank

[Donor Rank](/~/revisions/xscrvHuVBNBmHEjwmmwR/features/donation-store.md) modifiers is always **5**%, and is obtained at the **Apex** rank.

#### Server Boost

**Server Boost** modifier is always **15**% and can be bought from our [donation store](https://buy.apexcobblemon.com) using ![:bit:](https://cdn.discordapp.com/emojis/1413690086591041597.webp?size=40)[Bits](/~/revisions/xscrvHuVBNBmHEjwmmwR/features/donation-store.md).

#### Living Dex Badge

**Living Dex** modifier is always **15**% and can be obtained by **completing** the [Living Dex Badge](/~/revisions/xscrvHuVBNBmHEjwmmwR/features/player/badges.md#pokedex-badges).


---

# 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/~/revisions/xscrvHuVBNBmHEjwmmwR/pokemon-spawns/hidden-ability-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.
