# Die KO-Grenze

Jeder Spielercharakter und natürlich auch Nichtspielercharakter hat eine KO-Grenze. Diese wird durch die maximale Trefferpunkte-Anzahl errechnet. Hierbei werden die TP durch 3 geteilt. Erhält man auf einen Schlag mehr TP Schaden, als diese Anzahl hoch ist, ist man außer Gefecht gesetzt. Die Anzahl der Schadenspunkte, die man mehr erhält, als diese Zahl hoch ist, +10 Minuten ist man dann außer Gefecht.


---

# 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://aborea-erweiterungen.aufiblue.de/anderes/ko-grenze.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.
