> For the complete documentation index, see [llms.txt](https://eternum-1.gitbook.io/eternum-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eternum-1.gitbook.io/eternum-wiki/en/monster-star-system.md).

# Elite Monster System

The Elite Monster System transforms ordinary monsters into powerful "Elite" variants. These elites feature enhanced stats, unique visual effects, and significantly improved rewards.

{% hint style="info" %}
The base chance to spawn an Elite monster is directly tied to your **Bestiary stage** for that monster. Higher Bestiary stages unlock higher-tier Elites (Red and Black skulls).
{% endhint %}

## ⭐️ Star Levels & Visuals

Elite monsters are distinguished by a visual skull effect:

| Tier       | Skull Color     | Power Modifier |
| ---------- | --------------- | -------------- |
| **1 Star** | ⚪ White Skull   | Base Elite     |
| **2 Star** | 🟢 Green Skull  | Enhanced       |
| **3 Star** | 🟡 Yellow Skull | High           |
| **4 Star** | 🔴 Red Skull    | Very High      |
| **5 Star** | 🖤 Black Skull  | Extreme        |

## 🧬 Spawning Mechanics

When a regular monster dies, there is a chance it will instantly trigger an Elite spawn at its death location.

### Spawn Chances

The base chance for a monster to spawn an Elite is tied to your **Bestiary stage** for that monster. The higher your Bestiary stage, the better the chances of spawning Elites, and you unlock the possibility of finding higher-tier Elites (Red and Black skulls).

## 📈 Monster Stat Scaling

When an Elite spawns, it receives massive buffs. The skull colors act as modifiers that boost the monsters' power, meaning higher-tier skulls provide significantly more defense, damage, health, and speed.

## 💰 Rewards and Loot

Killing Elite monsters provides highly sought-after rewards.

### 🗡️ Monster-Specific Elite Loot

Specific monsters have custom Elite drop tables, unlocking extremely rare items at higher skull tiers (e.g., Dragon Lance from Yellow Skull+ Dragon Lords).

### 🪙 Skull Coins (Co-op Participation)

For **Green Skulls (2 Stars) and above**, a pool of **Skull Coins** is distributed among players who helped kill the Elite.

* Coins are distributed proportionally based on the total damage each player dealt.

### 📖 Bestiary Points

Players earn bonus Bestiary points directly for killing Elites, ranging from **5 points** for White Skulls up to **40 points** for Black Skulls.


---

# 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://eternum-1.gitbook.io/eternum-wiki/en/monster-star-system.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.
