> For the complete documentation index, see [llms.txt](https://captain-tsubasa-rivals.gitbook.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://captain-tsubasa-rivals.gitbook.io/en/rival-mode/energy.md).

# Cost: Energy

### RIVAL Mode Costs

Playing the RIVAL mode consumes the User's Energy. The game cannot be played if Energy is insufficient.&#x20;

The Physical Condition of the player used for the game will be bad. The decrease rate depends on the stage you are playing.\
\
Please see [Physical Condition/Refresh](/en/player-nft-and-training-functions/physical-condition-refresh.md) for details.

{% hint style="success" %}

#### Energy Recovery

* To challenge a stage in RIVAL Mode, you must expend Energy, and if you are low on Energy, you will not be able to play the game.&#x20;
* The maximum amount of Energy is determined by the total number of Players the User holds.
* Energy recovers 25% of its maximum value every 6 hours (0:00, 6:00, 12:00, 18:00 SG T UTC+8).
  {% endhint %}

<table><thead><tr><th width="376.09580838323353" align="center">Total # of Players</th><th align="center">Max Energy</th></tr></thead><tbody><tr><td align="center">1~2</td><td align="center">2</td></tr><tr><td align="center">3~8</td><td align="center">4</td></tr><tr><td align="center">9~14</td><td align="center">9</td></tr><tr><td align="center">15~29</td><td align="center">15</td></tr><tr><td align="center">30</td><td align="center">21</td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://captain-tsubasa-rivals.gitbook.io/en/rival-mode/energy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
