# Classes

## Overview

> In the expansive world of our game, players can embrace a variety of roles, each with its own distinctive skills and abilities. Players have the freedom to explore a rich selection of classes, each designed for specific combat roles and support functions.

{% hint style="info" %}
Players can switch their class and reset their status points at any time by using special items
{% endhint %}

***

## Warrior

Warriors possess formidable strength and excel in hand-to-hand combat. It's wise to keep your distance if you're looking to avoid a direct confrontation.

Weapon: **Sword**

Damage type: **Phisical**

***

## Assassin

Assassins are remarkably agile, capable of striking unseen from the shadows. They specialize in close combat, utilizing daggers to defeat their foes.

Weapon: **Daggers**

Damage type: **Phisical**

***

## Hunter

Hunters excel in ranged combat, skillfully using bows to attack from a distance. They play a crucial role in the team by providing offensive support to frontline allies.

Weapon: **Bow**

Damage type: **Phisical**

***

## Wizard

Wizards wield magical powers, inflicting magical damage through their spells. Facing them, it is advantageous to have magic resistance. They can also dispel buffs from opponents, weakening them in battle.

Weapon: **Staff**

Damage type: **Magical**

***

## Shaman

Shamans harness potent magic, capable of casting both offensive spells and bolstering teammates with vital buffs.

Weapon: **Fan**

Damage type: **Magical**


---

# 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.thecursedland.com/gameplay/classes.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.
