# Health

Unlike the vast majority of RP servers on Discord, which might use PTK *(Permission to Kill)*, or consent-based simple rolling for combat, Medieval Discord boasts a full combat system; which in turn means every Character in MD has its own Health value. Once your Health drops to 0, your Character will die, and you will be given the `Intermission` role, meaning you can no longer RP with that Character and you will need to make a new one.

> *The choice to have advanced combat and a health system comes from one of MD's core principles — realism. Realism, along with the ease of moderating automated combat is enough reason to opt for a complex, but mostly intuitive system of determining when a character dies. The alternatives are simply not appealing, PTK does not allow for natural RP, independent and singular rolling is too simple and is mostly luck-based, and having Staff actively moderate RP combat is too demanding for the people who are there to grow and moderate the community above all else. Therefore, it's only natural that we opted for a system that is automated, fully editable, stat-based, and ultimately unbiased.*&#x20;

Not all Characters are equal. Depending on the stats you choose during character creation, your characters will have varying amounts of Max Health *(Different from HP; HP being your current Health Points).*&#x20;

Things that impact your Max Health:

* **Age:**
  * **16-19:** `100 HP`
  * **20-30:** `100 HP`
  * **31-45:** `90 HP`
  * **46-50:** `75 HP`
  * **Elder:** `50 HP`<br>
* **Strength:**
  * **0 Strength:** `(-10 MaxHP)`
  * **1 Strength:** `(-5 MaxHP)`
  * **2 Strength:** `(No Change)`
  * **3 Strength:** `(No Change)`
  * **4 Strength:** `(+10 MaxHP)`
  * **5 Strength:** `(+20 MaxHP)`<br>
* **Miscellaneous:**
  * **Majesty Path** *\[Any Role]:* `(+15 MaxHP)`

It is inevitable that your Character will lose HP at some point, whether that be through failing a command which has an HP Fail Punishment, or through Combat with another Character. In any such event, your Character can regenerate their HP in any one of three ways:

{% content-ref url="/pages/-MYUnh\_gV\_Rb42gBT1Pi" %}
[Sleeping](/character/health/sleeping.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MYUnjrNAZfAfdTMmKLQ" %}
[Eating and Drinking](/character/health/eating-and-drinking.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MYUnjObjGeo1I3Crj2Q" %}
[Healing](/character/health/healing.md)
{% endcontent-ref %}


---

# 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/character/health.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.
