# Character

Players can choose from 5 classes. Apart from Adventurer which is the initial Class all other classes require to be Minted as NFTs.&#x20;

<table><thead><tr><th width="150">Attribute</th><th width="150">Adventurer</th><th width="150">Warrior</th><th width="150">Paladin</th><th width="150">Assassin</th><th width="150">Sharpshooter</th><th width="150">Magician</th></tr></thead><tbody><tr><td>Health</td><td>100</td><td>400</td><td>200</td><td>0</td><td>60</td><td>0</td></tr><tr><td>Energy</td><td>20</td><td>0</td><td>0</td><td>10</td><td>0</td><td>0</td></tr><tr><td>Mana</td><td>20</td><td>0</td><td>0</td><td>0</td><td>0</td><td>20</td></tr><tr><td>Strength</td><td>10</td><td>40</td><td>25</td><td>0</td><td>0</td><td>0</td></tr><tr><td>Focus</td><td>10</td><td>0</td><td>25</td><td>0</td><td>15</td><td>40</td></tr><tr><td>Precision</td><td>10</td><td>0</td><td>0</td><td>20</td><td>30</td><td>0</td></tr><tr><td>Agility</td><td>10</td><td>0</td><td>0</td><td>20</td><td>15</td><td>0</td></tr></tbody></table>

#### Classes adds:&#x20;

Proficiencies

* Proficiency with a weapon class adds a critical chance\
  \&#xNAN;*If a Critical hit happens it multiplies the damage that should be dealt by 2 (before it is reduced by block or armor)*
* Proficiency with an armor increases its efficiency if fully equipped with its type
* Proficiency with a shield adds a chance to block all of the damage when blocking

Traits

* Traits are special for each class

![](/files/a70pnfziaeAxIbX1R0zH)


---

# 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://path-of-survival.gitbook.io/path-of-survival-2/gameplay/character.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.
