> For the complete documentation index, see [llms.txt](https://mbground.gitbook.io/game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mbground.gitbook.io/game/races/undead-coming-soon.md).

# ☠️ Undead (coming soon)

The Undead, a sinister and cursed race, consists of creatures born from the darkness of necromancy and dark magic. This chilling race includes Liches, Zombies, and Gargoyles. They are shrouded in darkness and thrive on the fear they instill in the hearts of the living.

Characteristics:

1. Undying Resilience: The Undead are immune to death, for they have already crossed the threshold of life and death. They can endure incredible amounts of damage, making them relentless adversaries.
2. Dark Magic Mastery: Necromancy and dark magic are their forte. Liches possess immense magical power, while Zombies are reanimated corpses, and Gargoyles are enchanted stone beings.
3. Fear and Terror: The mere presence of Undead creatures strikes fear into the hearts of their enemies. They can sow terror on the battlefield, causing foes to flee in panic.
4. Unholy Minions: The Undead can summon hordes of undead minions, such as skeletal warriors, zombies, and specters, to fight for them.
5. Eternal Curse: An everlasting curse binds the Undead, driving them to seek dominance over the living. They often serve dark necromancers and malevolent overlords.

The Undead are a formidable and menacing race, wielding dark magic and summoning legions of undead beings to spread fear and darkness. They can serve as formidable foes or be commanded by players seeking to harness their sinister powers in your game.


---

# 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://mbground.gitbook.io/game/races/undead-coming-soon.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.
