> For the complete documentation index, see [llms.txt](https://megaweapon.gitbook.io/game-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://megaweapon.gitbook.io/game-guide/megaweapon/gameplay/health-and-stamina.md).

# Health & Stamina

## Health (HP)

Players start with maximum health (<mark style="color:green;">**green bar**</mark>). Health is depleted by enemy attacks or self damage. In addition to damage from firearms, explosives, and melee attacks, certain weapons inflict secondary debuffs, such as fire or bleeding.&#x20;

There are *no health pickups* or other ways to recover your HP mid-lif&#x65;**.**

## Stamina

Stamina (<mark style="color:purple;">**purple bar**</mark>) is used and depleted by different actions. To recover stamina, you must stop using it. Running and rolling both drain stamina.

<figure><img src="/files/mQzyjaRs2NEmNNybTojk" alt=""><figcaption><p>If you're running, slow down or stop to recover.</p></figcaption></figure>

Swinging melee weapons (machete, laser sword) will also drain your stamina. Running out of stamina does *not* effect your ability to fire or attack, but it will affect your ability to flee!

<figure><img src="/files/nhyAEhICZw4cJVD1KqG7" alt=""><figcaption><p>Click blasting comes at a cost.</p></figcaption></figure>

{% hint style="info" %}
**Pro Tip:** When you're out of stamina, *you will no longer be able to run or roll*. This means no putting out flames or dodging attacks. Learning to conserve your stamina is one of the most effective skills!
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://megaweapon.gitbook.io/game-guide/megaweapon/gameplay/health-and-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.
