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

# 변장 대결

<figure><img src="/files/G3QcHxm8ADA4OCF63Oou" alt=""><figcaption></figcaption></figure>

**📌 게임 소개**\
“변장 대결”은 두 팀으로 나뉘어 벌어지는 숨바꼭질 형식의 게임입니다.\
한쪽은 **돼지로 변장한 플레이어**,\
다른 한쪽은 **그 돼지 속 사람을 찾아내는 탐색자**입니다.\
눈치 싸움, 심리전, 행동 연기로 승부하세요.

**🔹 게임 참가 방법**

1. 매주 월요일 오후 9시에 개최됩니다.
2. 서버에서 `/bd` 명령어를 입력해 참여합니다.

**🐷 변장팀이란?**

* 당신은 **돼지처럼 보이는 플레이어**입니다.
* 일반 돼지들과 섞여서 **자연스럽게 연기**해야 합니다.
* 점프하거나 갑자기 달리면 수상합니다.
* **움직임을 최소화**하고, NPC 돼지처럼 행동하는 게 핵심입니다.
* **3대 맞으면 죽습니다.** (모든 돼지는 체력 3)
* 특수 기술(섬광탄) : 쉬프트 두번 연속시 근처 5m의 탐색팀 2초간 기절

**🗡️ 탐색팀이란?**

* 당신은 **변장한 플레이어를 찾아야 하는 사냥꾼**입니다.
* 진짜 돼지들과 **구별되는 행동**을 유심히 관찰하세요.
* 검을 들고 수상한 돼지를 처치하면 됩니다.
* **총 10번**을 타격할 수 있습니다. 신중히 판별하세요.

<br>

**💰 보상 시스템**\
열심히 플레이한 만큼 보상도 따라갑니다.

* **기본 참여보상:**\
  └ `경험치 병 32개` 지급
* **승리한 팀 전원**:\
  └ `경험치 병 32개` 지급
* **탐색자가 아무나 타격시**:\
  └ 타격 1회당 `경험치 병 3개`
* **탐색자가 변장자 처치 시**:\
  └ 처치 1회당 `경험치 병 32개`
* **변장팀이 살아남은 시간당 보상**:\
  └ `2초당 경험치 병 1개` 자동 적립<br>


---

# 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://madesv.gitbook.io/wiki/contents/disguise.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.
