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

# 픽셀몬 아이템

{% hint style="info" %}

* 아이템에 대한 설명입니다.
* 새로운 아이템에 대하여 계속 업데이트 예정입니다.
  {% endhint %}

## 특성변경아이템

1.특성캡슐

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

특성캡슐은 포켓몬의 일반특성이 2가지인 경우 사용가능합니다.

예시로 잠만보의 일반특성은 면역과 두꺼운지방입니다\
면역->두꺼운지방, 두꺼운지방->면역 으로&#x20;

변경가능한 아이템입니다

드림특성(숨켜진특성)으로는 변경불가합니다.

2.일반 특성패치

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

일반 특성패치는 포켓몬이 일반특성일시 드림특성으로 변경시켜줍니다.

반대인 드림특성에서 일반특성으로 변경또한 가능합니다.

일반은 적용확률이 50%입니다.

레이팅상점, 마일리지상점에서  획득 가능합니다.

3.특별한 특성패치

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

일반과는 다르게 100%확률로 드림특성으로 변경가능한 아이템입니다.

레이팅상점에서 획득가능합니다.

## 기술변경아이템

1.기술매니아 코인

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

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

상점가에 있는 베테랑광부에게서 픽셀몬광석으로 교환이 가능합니다.

상점가에 존재하는 기술매니아에게서 사용가능하며, 레벨업을 통한 기술들을 되살리는데 사용됩니다.

2.신비한비늘

<figure><img src="/files/3Jl3Cs513emRxM557ePQ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/ztEkjVZduzuQXbxhwFe6" 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-2.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.
