> For the complete documentation index, see [llms.txt](https://icy-online.gitbook.io/icy-online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://icy-online.gitbook.io/icy-online/guide/growth/pokemon/undefined.md).

# 볼조합법

## ![](/files/hQgWWe3HWI9y6AHb0MQ7)볼 조합법

{% hint style="info" %}

* 다양한 <mark style="color:red;">**포켓몬볼**</mark>에 관한 가이드북

* 볼마다 다양한 재료가 필요합니다.

* <mark style="color:red;">**포켓몬볼**</mark>을 통하여 <mark style="color:purple;">포켓몬</mark>을 포획가능합니다.
  {% endhint %}

* **철베이스**

<figure><img src="/files/LGKpJWeFVstEZTEbAllx" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/SfxCOEJZohunuC5supnQ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/VcZvR9SYHc0zMFTvHqgy" alt=""><figcaption></figcaption></figure>

* **은베이스**

<figure><img src="/files/02agOuwqtnWQdg7jObON" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/rd9YtW3cyC5fG7fkYiR9" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/XY9yGD6uGu0yueFIPelR" alt=""><figcaption></figcaption></figure>

몸무게가 무거운 포켓몬에게 사용하면 포획률이 상승

몸무게가 100kg 미만일 경우 포획률 변수값 -20 \
몸무게가 100kg\~199kg일경우 1.0\
몸무게가199kg\~299kg일 경우 포획률 변수값 +20 \
몸무게가 300kg 이상일 경우 포획률 변수값 +30

포켓몬에게 지니게하고 내던지기를 사용하면 실패

<figure><img src="/files/H6HsGlVmfmr8iaxCKgWh" alt=""><figcaption></figcaption></figure>

스피드볼(은 베이스): 빨-노-빨 스피드 종족치가 100 이상인 포켓몬의 포획률 보정 x4.0

* **백금베이스**

<figure><img src="/files/lmplNBYN7D9PUbkNv0g2" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/toLHYe335yksadMqYFFI" alt=""><figcaption></figcaption></figure>


---

# 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://icy-online.gitbook.io/icy-online/guide/growth/pokemon/undefined.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.
