> For the complete documentation index, see [llms.txt](https://riventide.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://riventide.gitbook.io/whitepaper/gameplay/champion-monsters.md).

# Champion Monsters

DISCLAIMER: All content here in is subject to change as the meta evolves through development, testing, and community feedback. No part of the Whitepaper is to be copied

Champion Monsters are special, stronger monsters you need to fight once per area. They have more health, more traits and more Poise than the regular monsters and also have two turns each round. They are easily identifiable by their purple aura in the overworld and during combat.

When the player is about to go to a level containing a Champion, there will be a large mark on the ground indicating the danger.

<figure><img src="https://3676099360-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FB694UG24YrhGIfBZkHaq%2Fuploads%2FFrka0NM4bmgRcyaNcVov%2FWardenChampionOverworld.jpg?alt=media&amp;token=4120afd7-90c2-468b-a868-73496710f2a0" alt=""><figcaption></figcaption></figure>

### Champion Monsters

* Warden - The Champion of the Pilgrimage Path.
* Ravager - Alternative Champion of the Pilgrimage Path.
* Star Spawn - The Champion of the Forbidden Fortress.
* Dullahan - Alternative Champion of the Forbidden Fortress.
* Hecatoncheires - The Champion of the Garden District.
* Eidos - Alternative Champion of the Garden District.

<figure><img src="https://3676099360-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FB694UG24YrhGIfBZkHaq%2Fuploads%2FfUlRn9Qj9Qgi0ibDCF6i%2FPortalChampion.jpg?alt=media&amp;token=212d32dc-d74b-42b4-a9c5-64bc1c4dd5a7" alt=""><figcaption></figcaption></figure>


---

# 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://riventide.gitbook.io/whitepaper/gameplay/champion-monsters.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.
