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

# Dreamy 서버 위키

![Dreamy 허브 전경](https://raw.githubusercontent.com/Domae-back-end/test/main/hub-overview.png)

> 기준일: 2026-08-28

Dreamy는 단순한 바닐라 야생 서버가 아닌, 서버 고유의 성장 구조와 경제 시스템을 중심으로 플레이하는 생활·경제·전투 RPG 서버입니다.

## 주요 특징

* 채광·농사·낚시·전투를 통한 경제 활동과 매일 자동 조정되는 시세
* 활동량에 따라 쌓이는 **피로도**, 그리고 피로도가 가득 찼을 때 입장하는 **악몽**
* 장비와 어빌리티를 반영하는 **전투력**, 인챈트 큐브·스타포스로 이어지는 장비 성장
* 레인저·팔라딘·메이지 세 가지 **클래스**와 전용 스킬 무기
* 최대 4인 파티로 도전하는 **레이드**와 순위를 겨루는 **랭크보스**
* 최대 9명이 함께 키우는 **마을 시스템**
* GOLD / CRYSTAL / 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/dreamy.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.
