# Explosionsschaden

Bei Explosionen wird der Schaden nach Stärke der Explosion und nach Reichweite vom Explodierenden berechnet.

## Leichte Explosion

| Reichweite | Schaden in TP    |
| ---------- | ---------------- |
| 0 - 1 m    | 3W10             |
| 1 - 2 m    | 2W10             |
| 2 - 3 m    | 1W10 +W5 (W10:2) |
| 3 - 4 m    | 1W10             |

## Mittelheftige Explosion

| Reichweite | Schaden in TP |
| ---------- | ------------- |
| 0 - 2 m    | 5W10          |
| 2 - 3 m    | 4W10          |
| 3 - 5 m    | 3W10          |
| 5 - 7 m    | 2W10          |
| 7 - 8 m    | 1W10          |

## Heftige Explosion

| Reichweite | Schaden in TP    |
| ---------- | ---------------- |
| 0 - 3 m    | 8W10             |
| 3 - 5 m    | 6W10 +W5 (W10:2) |
| 5 - 8 m    | 4W10             |
| 8 - 12 m   | 3W10             |
| 12 - 15 m  | 2W10             |
| 15 - 20 m  | 1W10             |

## Sehr heftige Explosion

Eine Explosion dieser Ausmaße, ist nahezu unmöglich zu überleben.


---

# 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/schadensarten/explosionsschaden.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.
