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

# 🌾 생활 콘텐츠

## 피로도

### 공통 규칙

| 항목             | 값             |
| -------------- | ------------- |
| 최대 피로도         | 100           |
| 자연 회복 시작       | 마지막 활동 10분 후  |
| 회복 주기          | 10초           |
| 회복량            | 주기당 1         |
| 최대 피로도 시 허기 소모 | 2배            |
| 최대 피로도 시 체력 회복 | 0.5배          |
| 낚시 1회          | 1.25          |
| 전투             | 가한 피해 1당 0.04 |
| 전투 최소/1타 최대    | 0.05 / 1.0    |

### 채광 피로도

광석을 1개 캨 때마다 아래만큼 피로도가 오릅니다. 섬세한 손길로 캤 때는 채광 피로도가 오르지 않습니다.

| 광석              | 피로도  |
| --------------- | ---- |
| 석탄/심층암 석탄       | 0.14 |
| 철/심층암 철         | 0.26 |
| 구리/심층암 구리       | 0.16 |
| 금/심층암 금         | 0.40 |
| 레드스톤/심층암 레드스톤   | 0.26 |
| 청금석/심층암 청금석     | 0.66 |
| 다이아몬드/심층암 다이아몬드 | 6.40 |
| 에메랄드/심층암 에메랄드   | 5.34 |
| 네더 금            | 0.20 |
| 네더 석영           | 0.14 |
| 고대 잔해           | 6.66 |

### 농사 피로도

| 작물     | 피로도  | 작물  | 피로도  |
| ------ | ---- | --- | ---- |
| 밀      | 0.30 | 당근  | 0.25 |
| 감자     | 0.25 | 비트  | 0.30 |
| 네더 사마귀 | 0.18 | 코코아 | 0.20 |
| 사탕수수   | 0.10 | 선인장 | 0.10 |
| 수박     | 0.18 | 호박  | 0.35 |

성장 단계가 있는 작물은 완전히 자란 상태에서 수확한 경우에만 피로도가 오릅니다.

## 낚시

| 항목         | 값          |
| ---------- | ---------- |
| 미니게임 제한시간  | 10초        |
| 입력 횟수      | 5회         |
| 입력 최소 간격   | 0.5초       |
| 반응 제한시간    | 1초         |
| 최대 보상 배율   | 5배         |
| GOLD 잭팟 확률 | 5%         |
| 잭팟 보상      | 1,000 GOLD |

## 이동 및 월드

### 서버 이동 공통

* 모든 주요 이동 전에 5초 카운트다운이 표시됩니다.
* 카운트다운 중 움직이거나 피해를 받으면 이동이 취소됩니다.

### 야생 이동

* 처음 방문하는 야생에서는 랜덤 안전 위치로 이동됩니다.
* 다시 방문하면 마지막 위치 근처의 안전한 지점으로 이동됩니다.
* 랜덤 이동 범위는 중심에서 500\~5,000블록입니다.

### 월드보더

| 월드      | 지름      |
| ------- | ------- |
| 야생 오버월드 | 20,000  |
| 네더      | 2,500   |
| 엔드      | 100,000 |

### 개인 이동 명령

| 기능       | 비용/제한                     |
| -------- | ------------------------- |
| TPA      | 500 GOLD, 요청 60초          |
| SET HOME | 200 GOLD                  |
| HOME     | 100 GOLD                  |
| RTP      | 100 GOLD, 쿨타임 300초, 준비 5초 |

RTP는 야생 오버월드에서만 사용할 수 있으며, 움직이거나 피해를 받으면 취소됩니다.


---

# 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/life.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.
