> For the complete documentation index, see [llms.txt](https://arkaik.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://arkaik.gitbook.io/wiki/sistemas/invasao-do-rei-mimico.md).

# Invasao do Rei Mimico

📅 Informações Gerais

| Informações       |               Descrição              |
| ----------------- | :----------------------------------: |
| Quando Acontece   | **Terça e Quinta, 15:00 e ás 19:00** |
| Mímico Disfarçado |                2714 HP               |
| Rei Mímico        |             8.000.000 HP             |

### 🔄 Fluxo do Evento e Mecânicas

O evento opera de forma integrada com o ecossistema de mapas do jogo, seguindo estas regras:

1. **Avisos Prévios:** O evento anuncia uma contagem regressiva global **5 minutos antes** do início, repetindo o aviso a cada minuto.
2. **Fase Ativa (Caça):** Durante o evento, os jogadores devem derrotar monstros comuns no mundo para tentar invocar os **Mímicos Disfarçados**.
3. **Chances de Spawn:**
   * **Mímico Disfarçado:** Há uma chance fixa de **3% por kill válida**.
   * **Rei Mímico:** Quando o Rei está pronto (após o timer inicial), cada kill válida passa a ter **1% de chance** de invocar o **Rei Mímico** no lugar do mímico comum.
4. **Nascimento do Boss:** O Rei Mímico nasce exatamente na coordenada do monstro que foi derrotado. No mesmo instante, o evento faz um anúncio global informando o mapa e as coordenadas exatas.
5. **Limite:** Apenas **um** Rei Mímico pode ser invocado por rodada do evento.

## 🏆 Prémios e Recompensas

* As recompensas são divididas entre as eliminações comuns e o grande espólio deixado pelo boss:

#### 📦 Mímicos Disfarçados (Comuns)

| Descrição     |                                                          Item                                                          | Quantidade |
| ------------- | :--------------------------------------------------------------------------------------------------------------------: | ---------- |
| Recompensa    | <img src="/files/lqOfyTG9aO2XAw91OBWB" alt="" data-size="line"> <mark style="color:$danger;">**Moeda do Gacha**</mark> | **1**      |
| Limite Diário | <img src="/files/k7V5fwdkPq0fcLKkEbny" alt="" data-size="line"> <mark style="color:$danger;">**Moeda do Gacha**</mark> | **60**     |

## 👑 Tesouro do Rei Mímico

Ao morrer, o Rei Mímico cria **10 baús** ao redor do local da sua morte.

* **Mecânica de Abertura:** Cada baú exige **6 segundos** de barra de progresso (*progressbar*) para abrir. A abertura simultânea do mesmo baú por outro jogador é bloqueada.
* **Conteúdo de cada Baú:**

| Item                                                                                          | Quantidade |
| --------------------------------------------------------------------------------------------- | :--------: |
| <img src="/files/7fZ5J7LPyzRbiZbiFUKB" alt="" data-size="line"> **Moeda do Gacha**            |     30     |
| <img src="/files/oNgwU1pQ2Hbr7Fn8TLYj" alt="" data-size="line"> **Bolsa de Maestria Nível 1** |      2     |
| <img src="/files/SyNmtg91SLKI6ZvrQnYP" alt="" data-size="line"> **Barra de Darksteel**        |     10     |

{% hint style="success" %}
**Importante:** As [Moedas do Gacha](/wiki/sistemas/roleta-premiada.md) obtidas através dos baús do Rei Mímico **não entram** e **não contabilizam** para o limite diário dos mímicos comuns!
{% endhint %}


---

# 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://arkaik.gitbook.io/wiki/sistemas/invasao-do-rei-mimico.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.
