# Skills

**Skills:** the player buys skills from the Talent Tree for tokens ([Flur](/token.md)).

## **Character leveling system**

**Talent tree:** each character in the game can be upgraded to level 90.

> *`Every 10 levels, the player can choose one of the four passive skills in the talent tree.`*

**Example:**

* Gold Rush Level 1 (increases the number of tokens obtained by 1%);
* Able student Level 1 (increases the amount of experience gained by 2%);
* Big fella Level 1 (increases the amount of health of the character by 10% of the maximum), etc.

> *`Every 30 levels, the player can choose one of the four active skills in the talent tree.`*

**Example:**

* Mend wounds Level 1 (restores 30% health to the character);
* Smoke grenade Level 1 (slows enemies by 50% for 3 seconds), etc.

💡 `The player can have several characters with various "builds" for various tasks. like earning, pumping, PvP, etc.`

***

## 🏞️ [Locations](/empires-battle-world-of-steam/locations.md)


---

# 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://docs.empiresbattle.com/empires-battle-world-of-steam/skills.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.
