# Battle types

<figure><img src="/files/Gbme2PldpEILov8GOvVY" alt=""><figcaption></figcaption></figure>

Each creature in DATAHunter possesses one or two primary types, which influence their strengths and weaknesses against other creatures. Certain types are super effective against others, while others are less effective or even ineffective. This system creates a dynamic interplay between different creatures, encouraging players to build balanced teams that can adapt to various opponents.<br>

<figure><img src="/files/tpnqy1dmnstTLNHS0Qrq" alt=""><figcaption></figcaption></figure>

| Attacking Type | Super Effective Against             |
| -------------- | ----------------------------------- |
| Normal         | –                                   |
| Fire           | Grass, Ice, Bug, Steel              |
| Water          | Fire, Ground, Rock                  |
| Electric       | Water, Flying                       |
| Grass          | Water, Ground, Rock                 |
| Ice            | Grass, Ground, Flying, Dragon       |
| Fighting       | Normal, Ice, Rock, Dark, Steel      |
| Poison         | Grass                               |
| Ground         | Fire, Electric, Poison, Rock, Steel |
| Flying         | Fighting, Bug, Grass                |
| Psychic        | Fighting, Poison                    |
| Bug            | Grass, Psychic, Dark                |
| Rock           | Fire, Ice, Flying, Bug              |
| Ghost          | Ghost, Psychic                      |
| Dragon         | Dragon                              |
| Dark           | Ghost, Psychic                      |
| Steel          | Ice, Rock                           |

{% hint style="success" %}
While type matchups play a significant role in battles, other factors such as creature stats, movesets, and player skill also influence the outcome. Players are encouraged to experiment with different team compositions and strategies to find what works best for them.
{% endhint %}


---

# 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://whitepaper.datahunter.fun/gameplay/data-creatures/battle-types.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.
