> 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/pokemon/shoulder-mounts.md).

# Shoulder Mounts

Shoulder Mounts are Pokémon that can be placed on your shoulder to grant unique buffs. Use `/shoulder` to view all available Shoulder Mount Pokémon and their effects.

To equip one on your shoulder and activate its buff, release your Pokémon, press **Shift + Right-click**, and select **Shoulder**. Some buffs and effects require two Shoulder Mounts to be equipped.

{% columns %}
{% column %}

<figure><img src="/files/GwGFueOnIQO76OIbwQkd" alt=""><figcaption><p><em><code>/shoulder</code> menu</em></p></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="https://i.gyazo.com/4dfbc2196ea8220a884b95cb87833c74.png" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

## Buffs

{% tabs %}
{% tab title="Boosts" %}

|     Pokémon     |         Boost         | Buff |
| :-------------: | :-------------------: | :--: |
|    Chingling    |   Pokémon EXP Boost   |  5%  |
|      Zorua      | Mob Double Drop Boost |  5%  |
|     Shroodle    |  Minecraft EXP Boost  |  5%  |
|     Mimikyu     |    Boss Spawn Boost   |  5%  |
|    Gimmighoul   |  Pokémon Double Boost |  5%  |
|       Mew       |        HA Boost       |  5%  |
| Eevee + Pikachu |      Shiny Boost      |  5%  |
|  Budew + Combee |    Rare Spawn Boost   |  5%  |

{% endtab %}

{% tab title="Potion Effects" %}

|       Pokémon       |      Boost      | Amplifier |
| :-----------------: | :-------------: | :-------: |
|       Squirtle      | Water Breathing |     1     |
|        Beldum       |    Resistance   |     1     |
|       Popplio       | Dolphin's Grace |     1     |
|        Plusle       |      Haste      |     1     |
|      Sizzlipede     | Fire Resistance |     1     |
|        Zubat        |   Night Vision  |     1     |
|       Flittle       |      Speed      |     1     |
|        Minun        |      Haste      |     1     |
|        Elgyem       |     Glowing     |     1     |
|       Murkrow       |       Luck      |     1     |
|   Comfey + Flabébé  |   Regeneration  |     1     |
| Squirtle + Totodile |  Conduit Power  |     1     |
|    Plusle + Minun   |      Haste      |     2     |
|     {% endtab %}    |                 |           |
|    {% endtabs %}    |                 |           |


---

# 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/pokemon/shoulder-mounts.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.
