> 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/catch-combos.md).

# 連續捕捉

持續捕捉**同一種寶可夢**即可累積連續捕捉紀錄. 捕捉其他種類會中斷目前紀錄, 可使用 `/catchcombo` 查看進度.&#x20;

## 連捕加成

每累積 10 次, 該種類的異色機率提升 3%, 隱藏特性機率提升 8%. 這兩項加成在 50 次時達到上限.&#x20;

|  連續捕捉次數 | 異色機率增幅 | 隱藏特性機率增幅 |
| ------: | -----: | -------- |
|     0-9 |    無加成 | 無加成      |
|   10-19 |    +3% | +8%      |
|   20-29 |    +6% | +16%     |
|   30-39 |    +9% | +24%     |
|   40-49 |   +12% | +32%     |
| 50 次及以上 |   +15% | +40%     |

表內數值是機率的加成幅度, 並非最終出現機率; +15% 不代表異色出現率變成 15%.&#x20;

## 額外效果

| 連捕紀錄    | 效果                              |
| ------- | ------------------------------- |
| 超過 50 次 | 該種類新出現的寶可夢有 10% 機會具備 3 項 31 個體值 |
| 超過 60 次 | 提高該種類出現大體型與小體型的機會               |

## 注意事項

* **百變怪不適用**上述加成.&#x20;
* 連續捕捉**不會提高該種類的刷新機率**.&#x20;
* 捕捉其他種類會斷連, 包含在團戰或副本中捕捉的其他寶可夢. 安排這些活動前, 請先考慮是否要保留目前紀錄.&#x20;


---

# 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/catch-combos.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.
