# Death

### Rune Recovery

When a player dies:

* <mark style="color:$warning;">All carried</mark> <mark style="color:$warning;"></mark><mark style="color:$warning;">**Runes**</mark> <mark style="color:$warning;"></mark><mark style="color:$warning;">drop at the exact location of death.</mark>
* The player may return to that location to recover the dropped Runes.
* If the player dies again before recovering them, the previously dropped Runes are <mark style="color:$warning;">permanently lost.</mark>

***

### Inventory Loss

Death triggers an RNG-based inventory loss:

* You will lose either **50%** or **100%** of your active inventory items.
* The outcome is determined at the moment of death.

***

### Protected Items

The following are **never deleted** on death:

* Shop-purchased items
* Loot Boxes
* Equipped items
* Quick-slotted items

***

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


---

# Agent Instructions: 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:

```
GET https://docs.ruyui.com/overview/death.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
