# Adjust Stat Notify

{% hint style="danger" %}
Adjusting **Stamina** through this notify **will cause conflict** with the **Action system.** Refrain from adjusting the Stamina stat through this notify.

Stamina consumption depends on the **Weapon Stamina Multiplier.** The base value of an action is multiplied by this multiplier:

![](/files/an0vK299EpZKlpY8XbKt)

For more information, check out [Creating & Editing Actions.](/workflow/editor.md)
{% endhint %}

Soulslike Framework provides an **Animation Notify** that can be used to adjust a stat directly from your montage:

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

{% embed url="<https://youtu.be/kfyMP-ajyqE>" %}
In the video, only the FP consumption is happening through the notify.
{% endembed %}


---

# 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://soulslike-framework.isik.vip/animation-notifies/miscellaneous/adjust-stat-notify.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.
