# Hero Selection

When players first enter the game, they must select a hero to begin their journey.

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

The initial release of the game will feature four unique classes: Barbarian, Valkyrie, Sorceress, and Necromancer, each with distinct abilities and playstyles:

●  Barbarian: Possesses exceptional strength and mastery over a wide variety of weapons and combat techniques.

●  Sorceress: Wields the elements of frost, fire, and lightning to unleash devastating spells on enemies.

●  Valkyrie: Excels in ranged and melee combat, showcasing proficiency with bows and spears.

●  Necromancer: Specializes in poisons and summoning spells, conjuring allies to aid in battle.

●  Druid: Masters the raw power of nature, commanding elemental forces and shapeshifting into powerful animal forms.

Each hero class starts with different base stats, as shown below:

<table><thead><tr><th width="154">Hero</th><th width="91">Life</th><th width="92">Mana</th><th width="101">Defense</th><th width="113">Strength</th><th width="125">Dexterity</th><th>Stamina</th><th>Energy</th></tr></thead><tbody><tr><td>Valkyrie</td><td>50</td><td>30</td><td>6</td><td>20</td><td>25</td><td>20</td><td>15</td></tr><tr><td>Barbarian</td><td>55</td><td>25</td><td>5</td><td>30</td><td>20</td><td>25</td><td>10</td></tr><tr><td>Sorceress</td><td>40</td><td>50</td><td>6</td><td>10</td><td>25</td><td>10</td><td>35</td></tr><tr><td>Necromancer</td><td>44</td><td>40</td><td>0</td><td>15</td><td>25</td><td>15</td><td>25</td></tr><tr><td>Druid</td><td>54</td><td>35</td><td>0</td><td>15</td><td>20</td><td>25</td><td>20</td></tr></tbody></table>


---

# 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.seraph.game/gameplay/heroes-and-characters/hero-selection.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.
