# Energy

Every Hero starts with a **base 100 Energy**. Energy is spent on adventures such as fishing, battling, and other actions.

***

### Energy Regeneration

Energy **regenerates over time** and can also be restored through other means.

* Hero energy regenerates linearly back to their max Energy over 48 hours.&#x20;

> $$
> \text{Energy Regen Rate} = \frac{\text{Base Energy}}{48}
> $$

* Heroes **regenerate energy even while on adventures**.

***

### Restoring Energy

Items can be used to instantly restore a Hero's energy. During World's Eve, there are 4 items that restore energy:

<table><thead><tr><th width="256" align="center">Item</th><th width="261">Effect</th><th width="201">How to Obtain</th></tr></thead><tbody><tr><td align="center"><strong>Filet-O-Phin</strong><br><img src="/files/3L96h7H3YEffQQS6Yfdp" alt=""></td><td>Restores 20% of Hero Energy</td><td><a href="/pages/4TMpInoOTjds3ofTl9bO">Crafting</a></td></tr><tr><td align="center"><strong>Gas Shot</strong><br><img src="/files/Yp9sU8hStbBbxZ4uDnnr" alt=""></td><td>Restores 25% of Hero Energy</td><td>Eve Caches</td></tr><tr><td align="center"><strong>Gas Chug</strong><br><img src="/files/0dgWgftQcY5eHH9Yg27Y" alt=""></td><td>Restores 50% of Hero Energy</td><td>Eve Caches</td></tr><tr><td align="center"><strong>Gas Slam</strong><br><img src="/files/kPjuq0kJIFwGcJ2LQlOy" alt=""></td><td>Restores 100% of Hero Energy</td><td>Eve Caches</td></tr></tbody></table>


---

# 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.onchainheroes.xyz/worlds-eve-valors-wake/energy.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.
