# Growing (Levelup)

<table><thead><tr><th width="275.3333333333333">Costs</th><th>Reward</th><th>Potential Risk</th></tr></thead><tbody><tr><td>Spores (level dependent)</td><td>Levelup, refreshed HP</td><td>none</td></tr></tbody></table>

A mushroom can grow by leveling up, enhancing its strength and stats. The amount of **EXP** required to reach a specific level is detailed below. Leveling up, or “growing,” requires **Spores**, with the cost increasing based on the character's current level.

You can determine if a character is ready to level up by checking their **EXP bar** on the character screen. Once the bar is full, a **Level Up** button will appear, allowing you to advance to the next level.

#### **Benefits of Leveling Up**

With each level-up, the mushroom’s **base stats** improve, including:

* **HP** (Health Points)
* **Defense**
* **Attack**

Keep growing your mushroom to unlock its full potential!

Note:  If a mushroom reaches its threshhold to level up, it will not gain any new Exp until it levels up.

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

| Level | Total Exp | Cost Spores |
| ----- | --------- | ----------- |
| 1     | 0         | 0           |
| 2     | 34        | 35          |
| 3     | 118       | 98          |
| 4     | 268       | 126         |
| 5     | 532       | 158         |
| 6     | 976       | 200         |
| 7     | 1656      | 249         |
| 8     | 2622      | 312         |
| 9     | 3972      | 392         |
| 10    | 5834      | 487         |
| 11    | 8419      | 609         |
| 12    | 11839     | 753         |
| 13    | 16259     | 935         |
| 14    | 21859     | 1152        |
| 15    | 29764     | 1418        |
| 16    | 40464     | 1740        |
| 17    | 55105     | 2128        |
| 18    | 75804     | 2597        |
| 19    | 108354    | 3157        |
| 20    | 168904    | 3826        |


---

# 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.champz.world/main-screen/barracks/actions/growing-levelup.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.
