> For the complete documentation index, see [llms.txt](https://blade-re-action.gitbook.io/blade-re-action/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blade-re-action.gitbook.io/blade-re-action/about-the-game/content-guide/character.md).

# Character

Four different characters of Blade: Re.Action each provide a unique action experience.

### 1. Gladiator

<div align="center"><figure><img src="/files/UQ6Fr43H83ZJ8km4Ok87" alt="검투사"><figcaption></figcaption></figure></div>

* Attack    : ◆◆◆◆◇◇◇◇
* Defense : ◆◆◆◆◆◆◆◇
* HP          : ◆◆◆◆◆◆◇◇

Always on the frontlines wearing thick gloves, the glaidator is a hero who uses the double sword for stylish swordsmanship action.

The gladiator has great balance of attack and survival ability, making him easy to play for anyone.

&#x20;Gladiator is a hero for those looking for unique double swordsmanship action.

### 2. Assassin

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

* Attack    : ◆◆◆◆◆◆◆◆
* Defense : ◆◆◆◆◇◇◇◇
* HP          : ◆◆◆◆◇◇◇◇

The assassin, who holds a perfect kill record with her quick and stealthy movements, is a hero that attacks enemies with her speedy skills.

The assassin has strong attacks and mobility, along with stealth ability that confuses the enemies, allowing players to enjoy high precision control action.

Assassin is fit for those looking for speedy, critical action.

### 3. Fighter

<figure><img src="/files/mpG6PHZ1TmSssC0Z6ezs" alt=""><figcaption><p><br></p></figcaption></figure>

* Attack    : ◆◆◆◆◆◆◇◇
* Defense : ◆◆◆◆◆◇◇◇
* HP          : ◆◆◆◆◆◆◆◆

The fighter plummets down on enemies relentlessly with his mastery of martial arts.

The fighter's body is trained to be hard as steel, boosting his survivability in combat, and his continuous attack combos shine in 1 on 1 situations.

Fighter is for those who enjoy surppressing strong enemies.

### 4. Wizard

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

* Attack    : ◆◆◆◆◆◆◆◆
* Defense : ◆◆◆◇◇◇◇◇
* HP          : ◆◆◆◇◇◇◇◇

The wizard is a hero that is like one-man army. She uses powerful magic spells to eliminate multiple enemies.

The wizard has multiple AOE skills that inflict strong damage to multiple enemies and requires careful control.

Wizard is for players with precise control who are seeking for pleasure of slaughtering.

&#x20;


---

# 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://blade-re-action.gitbook.io/blade-re-action/about-the-game/content-guide/character.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.
