# Punkteformel der Endstatistik

* Jede getötete Einheit gibt 0.5 Punkte
* Jeder Siedler gibt 0,2 Punkte
* Jeder Soldat gibt 0,2 Punkte
* Jeder Goldbarren gibt 0,2 Punkte
* Jedes Erz (Kohle, Eisen, Gold und Schwefel) gibt 0,1 Punkte
* Jedes Nahrung (also Brote, Fleisch und Fische) gibt 0,1 Punkte
* Jedes Gebäude gibt 0,1 Punkte
* Jedes Mana gibt 0,1 Punkte

$$
f(x) = (5\*(Besiegte Einheiten) + 2\* (Siedler + Soldaten + Goldbarren) + Erze + Nahrung + Gebäude + Mana)/10
$$


---

# 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.settlers-united.com/siedler-iv-wiki-de/tipps-und-tricks/punkteformel-der-endstatistik.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.
