# Knock Out

During combat, there are multiple ways a character might lose consciousness. When they do, the instance of combat is terminated and the conscious character is deemed the victor. Once unconscious, a character gets the `Unconscious` role and they become lootable.

{% hint style="info" %}
*If you want to know more about looting, check out the* [*Looting*](/items/looting.md) *page for an in-depth explanation.*
{% endhint %}

A character will get `Knocked Out`  during combat if:

* Their health drops below 6, but they do not die.
* If their attacker scores a positive maim roll while using a blunt weapon.
* If you surrender and the attacker chooses to knock you out.

A character may regain consciousness by using the `wake-up` command 10 minutes after they were `Knocked Out`. They may not use it before **10 minutes** but can wait however long they want after the minimum time has passed. When they wake up, their HP and Stamina will be set to **20%** of their max values.&#x20;

{% hint style="danger" %}
*Attacking an `Unconscious` character will instantly kill them!*
{% endhint %}


---

# 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.medievaldiscord.com/combat/end-of-combat/knock-out.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.
