# Passive

{% hint style="warning" %}
We will launch passive skills in Q1 2023, stay tune!
{% endhint %}

| Skills                                                   | Level Up        |
| -------------------------------------------------------- | --------------- |
| :crossed\_swords: Raises inflicted damage by 10%         | power: 0.1      |
| :shield: Reduces incoming damage by 1                    | armor: 1        |
| :hearts: Increase max health by 20%                      | maxHP: 0.2      |
| :green\_heart: Character recovers 0.2 HP per second      | regen: 0.2      |
| :arrow\_double\_down: Reduces weapons cooldown by 8%     | cooldown: -0.08 |
| :sweat\_drops: Increase area of attacks by 10%           | area: 0.1       |
| :fast\_forward: Increases projectiles speed by 10%       | speed: 0.1      |
| :arrow\_double\_up: Increases duration of effects by 10% | duration: 0.1   |
| :star2: Skills fire more projectiles                     | amount: 1       |
| :athletic\_shoe: Character moves 10% faster              | movespeed: 0.1  |
| :man\_mage: Character gains 8% more experience           | growth: 0.08    |


---

# 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://tiyo.gitbook.io/doll/about-the-game/passive.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.
