# 작물 압축

수확한 작물을 64개 단위로 묶어 **압축 묶음**으로 만들 수 있습니다. 인벤토리 공간을 아끼고, [🧑‍🍳 요리](/docs/undefined-1/cooking.md) 레시피에 필요한 `[압축]` 재료로도 사용됩니다.

## 사용 방법

### 압축하기

1. 압축할 수 있는 작물을 인벤토리에 **64개 이상** 보유
2. 해당 작물을 손에 든 상태로 `쉬프트 + 우클릭`
3. 인벤토리 전체에서 해당 작물 **64개씩** 차감되고 `[압축]〜` 묶음 아이템이 지급됨

> 예를 들어 인벤토리에 밀이 192개 있으면 한 번에 \[압축]밀 3개가 생성됩니다.

### 해제하기

* `[압축]〜` 아이템을 손에 들고 `쉬프트 + 우클릭`
* 묶음 1개당 원래 작물 64개가 인벤토리로 복원됨
* 인벤토리 공간이 부족하면 해제가 중단됨

## 압축 가능한 작물

| 작물    | 묶음 이름      |
| ----- | ---------- |
| 사과    | \[압축]사과    |
| 당근    | \[압축]당근    |
| 수박 조각 | \[압축]수박    |
| 수박 블록 | \[압축]수박 블록 |
| 감자    | \[압축]감자    |
| 호박    | \[압축]호박    |
| 사탕수수  | \[압축]사탕수수  |
| 밀     | \[압축]밀     |

{% hint style="info" %}
묶음 하나에 정확히 **64개**가 들어가며, 해제 시에도 64개가 반환됩니다.
{% endhint %}

## 압축 권한

압축 기능은 별도 권한이 있어야 사용할 수 있습니다. 권한은 다음 방식 중 하나로 얻습니다.

### 영구 권한

* **압축 쿠폰** (`press_coupon`) — 사용 시 **영구 압축 권한** 획득
* 한 번 얻으면 계정이 유지되는 한 계속 사용 가능

### 횟수 권한

* **압축 횟수권 100회** (`press_coupon_100`) — 100회 사용 가능
* **압축 횟수권 256회** (`press_coupon_256`) — 256회 사용 가능
* 압축을 1회 실행할 때마다 1회 차감
* 남은 횟수가 10회 이하일 때 안내 메시지가 출력됨

### 횟수권 수급처

| 수급처            | 보상              |
| -------------- | --------------- |
| 캐시상점 / 가챠      | 압축 쿠폰 / 횟수권     |
| 일일퀘스트 5개 전체 완료 | **압축 100회권 x1** |
| 접속시간 4시간 보상    | **압축 100회권 x1** |
| 접속시간 8시간 보상    | **압축 100회권 x1** |

{% hint style="info" %}
하루 활동만 잘해도 **무료로 최대 3장**(퀘스트 1 + 4시간 1 + 8시간 1) 획득 가능합니다.
{% endhint %}

{% hint style="warning" %}
영구 권한이 없는 상태에서 횟수권만 사용하는 경우, 소진 시 다시 쿠폰을 획득해야 합니다.\
이미 영구 권한이 있는 유저는 횟수권을 사용해도 추가 효과가 없습니다.
{% endhint %}

{% hint style="success" %}
해제(압축 풀기)는 권한과 무관하게 누구나 가능합니다.
{% endhint %}

## 활용

* [**🧑‍🍳 요리**](/docs/undefined-1/cooking.md) — 중·고급 요리 레시피에서 `[압축]감자`, `[압축]밀`, `[압축]호박`, `[압축]당근`, `[압축]수박`, `[압축]사탕수수` 등이 재료로 사용됩니다.
* **거래/보관** — 대량 수확물을 한 번에 이동하거나 창고에 보관할 때 공간을 크게 절약합니다.


---

# 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:

```
GET https://organization-pmk.gitbook.io/docs/undefined-3/compression.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
