# Krankheiten durch Nahrungseinnahme

Immer, nachdem eine Person 3 mal eine Mahlzeit zu sich genommen hat, würfelt sie 2W10. Ist das Ergebnis 2, so wird sie krank. Es wird noch einmal mit einem W10 gewürfelt. Die gewürfelte Zahl des zweiten Wurfs zeigt dann an, eine Krankheit welchen Ranges die Person bekommt.

Eine andere Möglichkeit dafür ist auch folgende Tabelle.

| Gewürfelte Zahl | Ausmaß der Krankheit    |
| --------------- | ----------------------- |
| 1-6             | Leichte Krankheit       |
| 7-8             | Mittelheftige Krankheit |
| 9-10            | Heftige Krankheit       |

Durch verunreinigte oder sehr saubere Nahrung können sich die Werte der Tabelle bzw. die Heftigkeit der Krankheit etwas abändern.


---

# 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/krankheiten/krankheiten-durch-nahrung.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.
