# Spell Damage System

The spell damage system allows players to permanently increase their spell damage through progression, quests, or chest rewards.

Each 1% spell boost increases the damage of all spell-based abilities.

Players start with **0% bonus** by default. Spell boosts can be obtained by:

* Completing certain **missions**
* Completing any quests
* Earning rewards from **special NPCs**

Each boost is **permanent** and stacks with previous bonuses. For example, if you've completed 5 missions granting +2% each, your total spell boost would be **+10%**.

To check your current spell bonus, type:

```
!spelldamage
```

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

You'll receive a message showing your total percentage increase.

> Example:\
> "Your current spell damage bonus is: **+12%**"

This system encourages long-term character progression and rewards effort across multiple gameplay areas.


---

# 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://monzera.gitbook.io/monzera-wiki/spell-damage-system.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.
