> 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/area-creatures.md).

# Area Creatures

The **Warped Islands** are the ultimate tests of survival and reflexes. Creatures of the Warped Islands are corrupted by unstable magic, and seek to punish unprepared players without any hesitation.

***

### **Warped Scorpions**

Twisted by the islands' raw, unstable magic, these scorpions now roam the lands with their tainted presence.

* **Base HP:** 180 ❤️ (+180 per additional player nearby – *HP scales with player count in the area*)
* **Abilities:**
  * **Warped Pinch:** A deadly claw attack that deals hefty damage.&#x20;
  * **Toxic Sting:** A swift strike inflicting blindness and nausea.
  * ⚠️ **Warning:** Warped Scorpions move erratically. Keep a distance or attack quickly before they land the first strike.&#x20;

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

> **Lore**: Once simple cave dwellers, the islands' unstable magic seeped into the soil, driving the Warped Scorpions to flee to the surface; transformed by the devastating effects of the island's chaotic energy.

***

### &#x20;**Warped Creepers**

Swift and nimble, Warped Creepers hunger with explosive intent to destroy anything that crosses their path.&#x20;

* **Base HP:** 90 ❤️ (+90 per additional player nearby – *HP scales with player count in the area*)
* **Abilities:**
  * **Warped Detonation:** Releases a lethal explosion that often results in an instant death.
  * ⚠️ **Warning:** Warped Creepers move fast and can easily ambush players from ceilings or ledges.&#x20;

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

> **Lore**: Once ordinary creepers, they became corrupted by warped magic, becoming stronger and more relentless in their quest for destruction. Desperate to rid themselves of the warped curse, they explode in an attempt to expel the vile energy that consumes them.

***

### &#x20;**Baby Fungi**

Animated by unstable magic, these mushrooms emerge from the islands' fungal overgrowth, ready to unleash poisonous toxins at any moment.

* **Base HP:** 20 ❤️ (+20 per additional player nearby – *HP scales with player count in the area*)
* **Abilities:**
  * **Spore Toxins:** Releases a toxic cloud that inflicts poison.
  * ⚠️ **Warning:** While weak alone, Baby Fungi can quickly overwhelm players when clustered.

<figure><img src="/files/7vT17ErT59Ui439HQw6B" alt=""><figcaption></figcaption></figure>

> **Lore**: Born from the islands' warped nylium, the fungi are a part of an interwoven hivemind, silently spreading across the Warped Islands and only growing larger with the passage of time.

***

### **Wraiths**

The vengeful spirits of the Warped Islands. Wraiths are condemned souls, cursed to drift aimlessly throughout the islands, driven by despair.

* **Base HP:** 200 ❤️
* **Abilities:**
  * **Soul Slash:** Attacks the player with a melee slash imbued with soul-fire magic.
  * ⚠️ **Warning:** As specters of the air, wraiths can attack from above, so stay alert while battling ground-level creatures.

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

> **Lore**: Formerly mortals, Wraiths roam the Warped Islands as tragic spirits, mistakenly trapped to this realm. Their souls have withered with the passage of time. Reduced to nothing but hollow husks of their former selves, they yearn for an escape from their twisted fate.

***

### **Screaming Wraiths**

A more tormented form of the regular wraith, these shadows of the past scream out in agony, with desperate pleas to relinquish their misery.

* **Base HP:** 200 ❤️
* **Abilities:**
  * **Soul Slash:** Attacks the player with a melee slash imbued with soul-fire magic.
  * **Vengeful Scream:** Emits a petrifying cry that attacks the player.
  * ⚠️ **Warning:** Be prepared to dodge or block shriek attacks from Screaming Wraiths.<br>

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

> **Lore**: Unlike their younger counterparts, Screaming Wraiths are devoid of any desire to escape the Warped Islands. Instead, driven by their suffering, they cry out in anguish and unleash their anger on living souls.

***

### **🧠 Strategy Tips**

* **Bring a Bow:** Pick off Warped Creepers with a bow before engaging with grouped-up mobs.
* **Stay Vigilant:** Unsuspecting mobs can ambush you at any time, especially from above.&#x20;


---

# 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/area-creatures.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.
