> For the complete documentation index, see [llms.txt](https://wiki.dreamy.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dreamy.kr/systems/shop.md).

# 🐾 펫·멤버십·상점

## 펫

| 상품          | 가격          | 기능                 |
| ----------- | ----------- | ------------------ |
| 펫 소환 7일 이용권 | 7,000 GOLD  | 7일간 펫 소환 가능        |
| 펫 외형 변경권    | 10,000 GOLD | 현재와 다른 외형으로 무작위 변경 |

* 기본 펫 외형은 크리퍼입니다.
* 이용 기간이 남아 있으면 7일권을 중복으로 사용할 수 없습니다.
* `/펫` 명령어로 켜고 끔 수 있으며, 이 상태는 다른 월드로 이동해도 유지됩니다.
* 다른 월드로 이동하면 같은 펫이 자동으로 따라옵니다.
* 이용권이 만료되면 펫이 자동으로 사라집니다.
* 펫을 소환하고 있는 동안 힘 II, 행운 I, 점프 강화 II 버프를 받습니다.

## 멤버십

### 구매

| 명령어         | 기간  | 가격             |
| ----------- | --- | -------------- |
| `/멤버십 프로`   | 30일 | 10,000 EMERALD |
| `/멤버십 엘리트`  | 30일 | 30,000 EMERALD |
| `/멤버십 프리미어` | 30일 | 50,000 EMERALD |

* 같은 등급을 다시 구매하면 기존 만료일에서 30일 연장됩니다.
* 다른 종류의 멤버십이 활성화된 상태에서는 새 멤버십을 구매할 수 없습니다.
* 기존 멤버십이 만료되면 다른 등급을 구매하실 수 있습니다.

### 혜택

| 혜택              | PRO | ELITE | PREMIER |
| --------------- | --- | ----- | ------- |
| 전용 칭호           | O   | O     | O       |
| 갑옷 가리기          | O   | O     | O       |
| 셜커상자 설치 없이 열기   | O   | O     | O       |
| 확성기 쿨타임 5분으로 감소 | O   | O     | O       |
| 머리·등 장식 자유 이용   | X   | O     | O       |
| 원격 엔더상자 `/엔더상자` | X   | X     | O       |
| 마을 `/fly`       | X   | X     | O       |

마을 비행은 마을 영역을 벗어나면 자동으로 해제됩니다.

## 소모품 및 스킨 상점

| 상품       | 가격          |
| -------- | ----------- |
| 펫 7일 이용권 | 7,000 GOLD  |
| 수리키트     | 500 GOLD    |
| 인챈트 큐브   | 5 CRYSTAL   |
| 스타포스 주문서 | 300 CRYSTAL |
| 펫 외형 변경권 | 10,000 GOLD |

도구 스킨 큐브는 5,000 EMERALD이며, 방패는 스킨 대상에서 제외됩니다. 현재 적용 중인 스킨과 같은 스킨은 다시 나오지 않습니다.


---

# 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.dreamy.kr/systems/shop.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.
