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

# 🌙 악몽·레이드·랭크보스

![악몽 전투](https://raw.githubusercontent.com/Domae-back-end/test/main/skill-1.png)

## 악몽

* 피로도가 100인 상태에서 침대에 누우면 개인 꿈(악몽)에 입장합니다.
* 제한시간은 5분이며, 보스바와 타이틀로 남은 시간이 표시됩니다.
* 자신의 전투력에 맞는 난이도의 보스가 등장합니다.

| 악몽 난이도 | 전투력 구간      | 보상 CRYSTAL |
| ------ | ----------- | ---------- |
| 0      | 0\~9.9999   | 9          |
| 1      | 10\~12.9999 | 11         |
| 2      | 13\~15.9999 | 14         |
| 3      | 16\~18.9999 | 16         |
| 4      | 19\~21.9999 | 20         |
| 5      | 22\~23.9999 | 24         |
| 6      | 24\~25.9999 | 29         |
| 7      | 26\~27.9999 | 35         |
| 8      | 28\~29.9999 | 43         |
| 9      | 30 이상       | 53         |

| 실패 원인  | GOLD 손실                     |
| ------ | --------------------------- |
| 사망     | 보유 GOLD 10%(최대 5,000) + 500 |
| 시간 초과  | 보유 GOLD 5%(최대 2,500) + 500  |
| 시스템 오류 | 없음                          |

꿈에서는 일반 명령어와 메뉴 사용이 제한되며, 중도에 이탈하면 사망으로 처리되니 주의해 주세요.

## 파티 및 레이드

![레이드 전투](https://raw.githubusercontent.com/Domae-back-end/test/main/skill-2.png)

### 파티

| 항목      | 값   |
| ------- | --- |
| 최대 인원   | 4명  |
| 초대 유효시간 | 60초 |

초대·수락·거절·추방·탈퇴·파티장 위임·파티채팅을 지원합니다.

### 레이드

| 항목     | 값          |
| ------ | ---------- |
| 입장 비용  | 1,000 GOLD |
| 입장권    | 불필요        |
| 제한시간   | 5분         |
| 일일 제한  | 보스별 1회     |
| 초기화 시각 | 매일 자정(00시) |

| 보스    | 보상          |
| ----- | ----------- |
| 1번 보스 | 100 CRYSTAL |
| 2번 보스 | 200 CRYSTAL |
| 3번 보스 | 300 CRYSTAL |

* 파티 인원 수에 맞춰 보스 난이도가 조정됩니다.
* 보스별로 하루 1회씩 도전할 수 있어, 하루에 서로 다른 보스 3종을 모두 클리어할 수 있습니다.

## 랭크보스

| 항목    | 값          |
| ----- | ---------- |
| 입장 명령 | `/랭크보스`    |
| 입장 비용 | 1,000 GOLD |
| 경기 시간 | 5분         |
| 방식    | 개인별 도전     |

* 제한시간 동안 보스에게 가한 누적 피해가 기록됩니다.
* `/랭크`에서 1\~5위의 닉네임과 누적 피해, 자신의 순위와 기록을 확인하실 수 있습니다.


---

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