# 🎭 Disguise

<figure><img src="https://i.imgur.com/S0fNnbG.png" alt=""><figcaption></figcaption></figure>

📌 Descripción General

En este evento, un NPC se transformará aleatoriamente en un monstruo. Los jugadores deberán identificar correctamente de qué monstruo se trata y escribir su nombre en el chat.

### 🎯 Objetivo

Ser el **primer jugador** en escribir correctamente el nombre del monstruo que el NPC está imitando.

### 🕹️ Mecánica del Evento

* El NPC se transformará en un monstruo al azar.
* Los jugadores deben observar la apariencia del NPC.
* Escribir el nombre exacto del monstruo en el chat.
* El sistema validará automáticamente la respuesta.

### 🏆 Recompensas

* El primer jugador en acertar recibirá:

  * **1x Event Coin**

  ![](https://i.imgur.com/RQjtO2p.png)

### 🔁 Rondas

* El evento consta de **5 rondas**.
* En cada ronda:
  * Se selecciona un nuevo monstruo.
  * Se entrega una recompensa al ganador.

### ⚠️ Restricciones

* Si un jugador gana una ronda:
  * ❌ No podrá ganar nuevamente en el mismo evento.
  * ✅ Podrá participar otra vez en futuros eventos.

### 💡 Recomendaciones

* Escribe el nombre del monstruo **exactamente como aparece en el juego**.
* Mantente atento: la rapidez es clave para ganar.
* Familiarízate con los monstruos para aumentar tus probabilidades.


---

# Agent Instructions: 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://lagunarealm.gitbook.io/playlaguna/eventos/disguise.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.
