> 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.md).

# 特色玩法

從收集, 繁殖到排位對戰, 選擇你想了解的玩法.

***

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:$primary;"><strong>連續捕捉</strong></mark></td><td>專注捕捉同一種寶可夢, 累積你的連續紀錄.</td><td><a href="/features/catch-combos.md">連續捕捉</a></td></tr><tr><td><mark style="color:$primary;"><strong>PokéStop 補給站</strong></mark></td><td>在探索途中停下腳步, 領取可用補給.</td><td><a href="/features/pokestops.md">PokéStop 補給站</a></td></tr><tr><td><mark style="color:$primary;"><strong>繁殖</strong></mark></td><td>查看配對條件, 遺傳規則, 繁殖道具與孵化領取.</td><td><a href="/features/breeding.md">繁殖</a></td></tr><tr><td><mark style="color:$primary;"><strong>排位對戰</strong></mark></td><td>加入排位配對, 查看場次獎勵, 積分衰減與賽季規則.</td><td><a href="/features/ranked.md">排位對戰</a></td></tr><tr><td><mark style="color:$primary;"><strong>Hunt 狩獵任務</strong></mark></td><td>使用指定球種完成每日捕捉目標, 領取狩獵獎金.</td><td><a href="/features/hunt.md">Hunt 狩獵任務</a></td></tr><tr><td><mark style="color:$primary;"><strong>肩部效果</strong></mark></td><td>查看肩上寶可夢提供的移動, 戰鬥與探索加成.</td><td><a href="/features/shoulder-effects.md">肩部效果</a></td></tr><tr><td><mark style="color:$primary;"><strong>Raids 團戰</strong></mark></td><td>組隊挑戰 Boss, 查看捕捉機率與各難度獎勵.</td><td><a href="/features/raids.md">Raids 團戰</a></td></tr></tbody></table>

{% hint style="info" %}
玩法的開放內容與調整, 請查看遊戲內說明及 OASIS 最新公告.
{% 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.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.
