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

# 肩部效果

部分小型寶可夢停留在肩上時, 會為你提供探索與戰鬥加成. 放出寶可夢後, 按住潛行鍵與牠互動, 在互動選單中選擇放上肩膀.

## 效果一覽

{% tabs %}
{% tab title="移動與探索" %}

| 效果          | 寶可夢                                           |
| ----------- | --------------------------------------------- |
| 緩降          | 波波, 天然雀, 姆克兒, 聒噪鳥, 豆豆鴿, 電飛鼠, 小箭雀              |
| 夜視          | 超音蝠                                           |
| 速度          | 皮丘, 電擊怪, 正電拍拍, 負電拍拍, 小貓怪, 帕奇利茲, 電飛鼠, 電電蟲, 來電汪 |
| 跳躍提升        | 飄飄球, 捲捲耳                                      |
| 挖掘加速        | **同時攜帶正電拍拍與負電拍拍**                             |
| 鏟掘加速        | 地鼠, 掘掘兔                                       |
| NPC 寶可幣收益提升 | 喵喵, 索財靈                                       |
| 釣竿咬鉤率提升     | 拳海參                                           |

電飛鼠同時提供**速度與緩降**, 小箭雀同時提供**緩降與火焰附加**.
{% endtab %}

{% tab title="戰鬥與防護" %}

| 效果             | 寶可夢                    |
| -------------- | ---------------------- |
| 力量             | 猴怪, 腕力, 狃拉, 多龍梅西亞, 小鍛匠 |
| 凍傷 (Frostbite) | 小山豬, 冰砌鵝               |
| 抗火             | 鴨嘴寶寶                   |
| 吸收             | 圓陸鯊, 小卡比獸, 斯魔茶         |
| 發光             | 利歐路, 晶光芽               |
| 火焰附加           | 燭光靈, 小箭雀               |
| {% endtab %}   |                        |

{% tab title="傳說與幻之寶可夢" %}

| 寶可夢       | 效果                               |
| --------- | -------------------------------- |
| 夢幻        | 隱藏特性機率提升 **10%**.                |
| 美錄坦       | 使用探寶器時, 遇見美錄坦的機率提升 **10%**.      |
| 謝米 (陸上形態) | 回復 I.                            |
| 謝米 (天空形態) | 回復 I, 緩降.                        |
| 基拉祈       | 異色機率提升 **5%**.                   |
| 比克提尼      | 經驗獲取提升 **10%**.                  |
| 瑪納霏       | 海靈祝福, 海豚的恩惠.                     |
| 霏歐納       | 水下呼吸.                            |
| 瑪夏多       | 力量 II, 命中敵人時施加虛弱 II.             |
| 太樂巴戈斯     | 抗性 II.                           |
| 熊徒弟       | 力量 II.                           |
| 毒貝比       | 在究極空間中向前推進一小段距離.                 |
| 虛吾伊德      | 在究極空間中向前推進較長距離.                  |
| 基格爾德      | 在第零區騎乘月月熊時, 遇見基格爾德的機率提升 **10%**. |
| 胡帕        | 提高究極之洞為 Tier 6 或 Tier 7 的機率.     |

{% hint style="info" %}
繁殖異色仍依繁殖系統規則計算, 固定為 **1/4096**.
{% endhint %}
{% endtab %}
{% endtabs %}

## 蜂蜜拾取

三蜜蜂, 熊寶寶, 萌虻與蝶結萌虻會在**放出精靈球後**隨機拾取蜂蜜瓶.

{% hint style="info" %}
蜂蜜拾取需要讓寶可夢在外活動, **放在肩上不會觸發**.
{% endhint %}


---

# 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.cobblemonoasis.com/features/shoulder-effects.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.
