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

# CHARACTER

<figure><img src="/files/1hqrX6TpbKn5vFjOsvav" alt=""><figcaption></figcaption></figure>

The immersive experience in the game is heightened by captivating characters.\
In Ergosum, each character harbors profound desires, which, despite being suppressed in the world, emit vivid and resplendent hues as they unravel the secrets of the Ergosum world. Every character is brought to life through Live2D animation and has their own dedicated character story, adding depth to their personalities.

### Stats and Equipment

Characters are assigned roles and skills, and they can equip items called Orbs.

**Role**\
Role represents a character's ability-related function, determining the tendencies of their status and the skills they use during battles. Roles are fixed attributes specific to each character and cannot be changed.

**Skills** \
Characters have three types of active skills and three types of passive skills that can be used in the battle.

**Orbs**\
Orbs are equipment items that enhance a character's status when equipped. They come with two to four attributes, depending on their rarity.

**BEST IN SLOT**\
Ergosum incorporates a design where players can obtain stronger equipment and materials to enhance their characters based on their game progression. Completing quests enhances the trust in the cycle of becoming stronger, which in turn elevates the gameplay of Ergosum.

<figure><img src="/files/5381RdY8UmUEYDfI3WGy" alt=""><figcaption></figcaption></figure>

**ORB**\
Equipping Orb to a character will grant a variety of traits. Even with the same character, they can have enhanced attack power or stronger defense depending on the equipment, enabling players to customize according to their preferred playstyle. The synergistic effects from different combinations lead to a series of new experiences during battles.

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

\*Please note that some of the names are temporary. The official names will be revealed before the launch.\ <br>


---

# 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-en.ergosum-game.com/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.
