> For the complete documentation index, see [llms.txt](https://whitepaper.cryptofights.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.cryptofights.com/world/fighters.md).

# Fighters

<figure><img src="/files/z2DUF9BdvjMMTdXZf1pW" alt=""><figcaption><p>Heroic Bloodline Species and their Specialties</p></figcaption></figure>

Step into the arena as a hero born from one of three legendary bloodlines: Dwarves, Elves, and Humans. Each has unique [Attributes ](/world/fighters/attributes.md)and [Ability Points ](/world/fighters/ability-points.md)that bring unique strengths to the battlefield, shaping how you strategize and conquer.

### **🏰 Heroic Bloodlines: Dwarves, Elves, & Humans**

* **Dwarves:** These are formidable close combat foes. They have an initial resistance of 1 to mundane damage types like slashing, bludgeoning, and piercing and a +2 strength bonus.
* **Elves:** Agile and quick, they excel in evading attacks and striking swiftly. They start with a base score of 7 in all abilities and gain a +2 evasion and +10 initiative bonus.
* **Humans:** Humans are versatile and balanced. They have a slight advantage in all areas, offering a solid basis for any combat strategy. Humans receive a +1 bonus on all Ability Scores, with no extra bonuses beyond this.

The bonuses associated with a fighter's race are known as Racial Traits. They complement other passive benefits called Traits. Despite being innate and not selected by the player, Racial Traits are classified as Skills.


---

# 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://whitepaper.cryptofights.com/world/fighters.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.
