# Stamina

### What is Stamina?

In SOUNI, Stamina is a resource that is consumed every time players battle in Adventure (PVE). Each battle cost 5 Stamina.

* The Stamina value contains 3 portions: initial value, upper limit, and recovery speed.
* All new players have 0 initial Stamina value 0 recovery speed.

{% embed url="<https://www.youtube.com/watch?v=VE9T8GOayRI>" %}

### **How to get it?**

![](/files/43zNmPhqHrivqPZbt80v)

Players need to stake $SON in the game and then obtain Stamina, increase the upper limit and increase the recovery speed. (Refer to the table below for specific settings)

**1.Definitions:**

* SPR (Stamina Regenegration Rate) (per Second)
* SSA (SON Staking Amount)
* Stamina Cap: Maximum stamina regenegration

**2.Calculation Method**

| SSA Stage         | SSR                             | Stamina Cap  |
| ----------------- | ------------------------------- | ------------ |
| 20,000 - 80,000   | SSA/200/86400                   | SPR\*3600\*4 |
| 80,001 - 250,000  | power(SSA,1.15)/1107/86400      | SPR\*3600\*4 |
| 251,000 - 600,000 | power(SSA,0.35)\*19.3974/86400  | SPR\*3600\*5 |
| 600,000 - +∞      | power(SSA,0.15)\*278.4845/86400 | SPR\*3600\*6 |

**3.Reference/ Example**

| SSA    | SPR     | Stamina Cap |
| ------ | ------- | ----------- |
| 50000  | 0.00289 | 42          |
| 100000 | 0.00588 | 85          |
| 300000 | 0.01854 | 334         |
| 800000 | 0.02476 | 535         |

### Rules

1. Initial staking(instant gain): You will obtain Stamina immediately after initial staking.&#x20;
2. The initial stamina recovery speed is zero. And the stamina recovery will be unlocked after the pledge reaches the lowest level.
3. The staked $SON can be retrieved after 24 hours, and the stake amount can be accumulated.
4. The stamina recovery speed is instant after the stake level is increased. If the stake amount has not reached the next level, the stamina recovery speed is calculated according to the current level.
5. The upper limit of Stamina increases with the stake level.

If you have any other questions, feel free to discuss them on our official community groups. We always listen to you!

<br>


---

# 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://wiki.souni.io/product-docs/gameplay/wrath-of-dragon/about-wrath-of-dragon/game-elements/stamina.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.
