# Consumables

{% hint style="warning" %}
**This whitepaper is outdated:**

We are currently in the process of updating the whitepaper to reflect our most ambitious development phase yet. Stay informed by [signing up](https://gmr.center/sign-up) or joining our [Telegram channel](https://t.me/gmrcenter).

We have kept this version online for informational purposes only.
{% endhint %}

![](/files/8crUnMbwjSiqt24aiJki)

### Health and Energy Pickups

During combat, the player is able to pickup **Health and Energy** orbs, that give the player the corresponding resource.

As general behavior, these orbs are static, placed manually within the combat area. Whenever a player touches an orb, they pick them up, obtaining the benefits of the orb acquired. The orb then, is disabled for **X** amount of time, appearing translucid while inactive. After the disabled period, it activates again.

### Health Orb <a href="#health-orb" id="health-orb"></a>

When the player picks up this orb, it regenerates 10% of their maximum health over **3** seconds.

### Energy Orb <a href="#energy-orb" id="energy-orb"></a>

When the player picks up this orb, it gains 25 energy immediately.


---

# 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://whitepaper.gmr.center/battle-leets/consumables.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.
