> For the complete documentation index, see [llms.txt](https://wiki.hexagonmc.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.hexagonmc.eu/pokemonschule/fur-anfanger/pokemon-typen-+-stab.md).

# Pokemon Typen + STAB

Sowohl Pokemon als auch Attacken sind Typen zugeordnet. Pokemon können maximal 2 Typen zugeordnet sein und Attacken gehören immer einem Typen an. Insgesamt gibt es 18 verschiedene Typen, die alle Wechselwirkungen aufweisen.&#x20;

Bei Interaktionen interagiert immer der Typ der offensiven Attacke (z.B. Feuer bei Feuersturm) und die Typenkombination des verteidigenden Pokemon (das, das angegriffen wird). Der Typ des ausführenden Pokemon hat keinen Einfluss auf Matchups.

<table><thead><tr><th>Attacke</th><th>Auswirkung</th><th data-hidden></th></tr></thead><tbody><tr><td>Ist eine Attacke sehr effektiv</td><td>Doppelter Schaden</td><td></td></tr><tr><td>Ist eine Attacke neutral</td><td>Regulärer Schaden</td><td></td></tr><tr><td>Ist eine Attacke nicht sehr effektiv</td><td>Halber Schaden</td><td></td></tr><tr><td>Ist eine Attacke wirkungslos</td><td>Kein Schaden</td><td></td></tr></tbody></table>

### Wechselwirkungen der Typen

{% embed url="<https://images.mein-mmo.de/medien/2022/02/Pokemon-GO-Typ-Effektivitaeten-Staerken-und-Schwaechen-Tabelle-Uebersicht.jpg>" %}

{% hint style="info" %}
Quelle: <https://images.mein-mmo.de/medien/2022/02/Pokemon-GO-Typ-Effektivitaeten-Staerken-und-Schwaechen-Tabelle-Uebersicht.jpg>
{% endhint %}

### Was ist STAB?

{% hint style="info" %}
STAB steht für same type attack bonus.&#x20;
{% endhint %}

Nutzt ein Pokemon eine Attacke des Typen, den das Pokemon auch hat. erhöht sich der Schaden um 50%.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.hexagonmc.eu/pokemonschule/fur-anfanger/pokemon-typen-+-stab.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
