> For the complete documentation index, see [llms.txt](https://wiki.arkvalkyrie.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.arkvalkyrie.com/server-features/abandoned-mansion.md).

# Abandoned Mansion

Deep in the forgotten edges of Midgard lies the **Abandoned Mansion** a cursed domain untouched by time, sealed by ancient magic. Every 24 hours, the mansion awakens… and with it, a horrifying power stirs.

A **random High-Tier MVP** from the darkest corners of the world is summoned to haunt its halls. Only the bravest adventurers dare enter, knowing they will face an unpredictable and deadly foe.

***

{% hint style="success" %}
**🔥 Mechanics**
{% endhint %}

* **Summon Frequency:** Once every **24 hours**
* **Spawn Mechanism:** A **random MVP** from the list is summoned into the mansion each cycle.
* **MVP Pool (Randomly Selected):**
  * Thanatos
  * Nidhoggur's Shadow
  * Fallen Bishop Hibram
  * Beelzebub
  * Naght Sieger
  * Bio Labs 3 MVPs (Margaretha, Seyren, Eremes, etc.)
  * Dark Balerion
  * Amadrais
  * Belial
  * Ifrit
  * Valkyrie Randgris
  * Kraken
* **Party Recommended:** Yes – MVP difficulty is intended for high-level coordinated groups.
* **Cooldown:** 24 hours before another MVP is randomly summoned.

***

{% hint style="success" %}
**💀 Objective**
{% endhint %}

Survive the ever-changing horror and **defeat the summoned MVP** to earn **rare loot, exclusive tokens, or materials for legendary upgrades**. Only the strongest will emerge from the Mansion alive.


---

# 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.arkvalkyrie.com/server-features/abandoned-mansion.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.
