> For the complete documentation index, see [llms.txt](https://wiki.drgnshield.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.drgnshield.com/mmorpg/ignis/warped-islands/progression.md).

# Progression

## :blueberries: **The Warped Islands** <a href="#the-crimson-forest" id="the-crimson-forest"></a>

Unlocked after clearing the **Crimson Forest**, the **Warped Islands** is an unforgiving and bleak landscape, corrupted over time by ancient magic. Behind the echoes of the fallen and the islands' twisted creatures lies a land engulfed by Charon's madness.\
\
Cross the bridge to enter the main road. The main road splits into two paths, each having its own obstacles.

<figure><img src="/files/zec2Uq6B6FHIDRCyBZe4" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/f96Pv4wDq3JKp9RrQyRd" alt=""><figcaption></figcaption></figure>

***

## **🧭 Path Structure**

* **Left Path:** Once a vibrant forest, this landscape remains scorched by violent soul fires and became overtaken by warped magic. Scattered across this fungi-laced path are remnants of the islands' former inhabitants — those who could not withstand the islands' raw power. Wraiths, creepers, scorpions, and fungi haunt this path to the **Cathedral of Veil**, where Charon's soul is chained for eternity.<br>

  <figure><img src="/files/fS2rJRa7iJ0PL20peJJi" alt=""><figcaption></figcaption></figure>
* This path splits here: on the left, a shattered bridge stretches to mysterious areas of the Warped Islands just beyond the player's reach. The right continues onward to the Cathedral of Veil, where cunning dangers grow more frequent.

<figure><img src="/files/0chKHd6UwB2kS2HAFaTw" alt=""><figcaption></figcaption></figure>

* The right path continues, eventually leading to a small molten island surrounded by fiery lava. Beyond the path lies the Cathedral of Veil, where travelers must parkour over a path of bones in order to enter the domain of Charon. &#x20;

<figure><img src="/files/aLaS6Szt31zvglvZjheT" alt=""><figcaption></figcaption></figure>

* Here stands the **Cathedral of Veil**, a towering monument of ancient power. Within lies Charon, forever bound by his hunger for immortality.

<figure><img src="/files/1tpV4iqPi6spzfEkgOb5" alt=""><figcaption></figcaption></figure>

* **Right Path:** A shorter path, this overgrown trail teems with fungal lifeforms and leads to the Fungal Cavern. Within this cave lies the **Giant Fungi**, the gentle protector of fungal life.

  <figure><img src="/files/1AoKfqNGg7zaSFJP8iOk" alt=""><figcaption></figcaption></figure>

***

## 🚪 What's Next <a href="#whats-next" id="whats-next"></a>

Defeating Charon, the final boss of the Warped Islands, will allow you to unlock the **Infernal Dunes** — a fiery hellscape that will lead you to the final chapter of Ignis.


---

# 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://wiki.drgnshield.com/mmorpg/ignis/warped-islands/progression.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.
