> For the complete documentation index, see [llms.txt](https://info.skybornegenesis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://info.skybornegenesis.com/game-information/genesis-immortals/gameplay-traits/damage-type.md).

# Damage Type

Damage Type is based on the weapon of a hero and the type of damage those weapons deliver.&#x20;

Some damage will be more useful than others based on the goals of the quest. Most parties will do well to have a diverse range of damage type in order to meet the challenge of each quest.

<figure><img src="/files/csPs7MqvnqDkV1uvxEfz" alt=""><figcaption><p>Magic, Slash, Pierce, Blunt</p></figcaption></figure>

The Damage Types and quantity within the [Genesis Immortals Collection](/game-information/genesis-immortals.md) are listed below:

| Damage Type | Quantity |
| ----------- | -------- |
| Magic       | 3,277    |
| Slash       | 2,988    |
| Pierce      | 1,921    |
| Blunt       | 1,813    |


---

# 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://info.skybornegenesis.com/game-information/genesis-immortals/gameplay-traits/damage-type.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.
