# Monsters

## In Memory of, Droswold.

> **Don't be scared, he's friendly!**  - Droswold 2020\~2022

## What are monsters?

Monsters are the abominations you kill to survive in **Ethernia;** they have LYKA and can kill you quickly if you don't press some buttons.

## Monster Ranks

Each monster Rank has its Modifiers which means the more it's difficult to kill, the higher the rewards.

<table><thead><tr><th>Name</th><th width="175">Stat Modifier</th><th width="150">Drops Modifier</th><th>Exp Modifier</th></tr></thead><tbody><tr><td>Normal</td><td>100%</td><td>1x</td><td>1x</td></tr><tr><td>Champion</td><td>300%</td><td>3x</td><td>4x</td></tr><tr><td>Elite</td><td>1,000%</td><td>5x</td><td>10x</td></tr><tr><td>Lord</td><td>5,000%</td><td>30x</td><td>100x</td></tr><tr><td>King</td><td>20,000%</td><td>300x</td><td>500x</td></tr></tbody></table>


---

# 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://docs.clashingblades.com/the-game/monsters.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.
