> For the complete documentation index, see [llms.txt](https://ethernal-elves.gitbook.io/ethernal-elves/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ethernal-elves.gitbook.io/ethernal-elves/sentinels-game-play/game-modes.md).

# Game Modes

Players have different strategies and resources that they can put into play based on their own goals. These goals can change over time as the game continues to develop and quality of life enhancements are introduced, like gasless gameplay.

<table><thead><tr><th width="150">Action</th><th width="150" data-type="checkbox">Passive</th><th width="175" data-type="checkbox">Bloodthirst</th><th width="157" data-type="checkbox">Rampage</th></tr></thead><tbody><tr><td>Earn $REN</td><td>true</td><td>true</td><td>false</td></tr><tr><td>Level up</td><td>true</td><td>false</td><td>true</td></tr><tr><td>Use items</td><td>false</td><td>true</td><td>true</td></tr><tr><td>Reroll items</td><td>false</td><td>true</td><td>false</td></tr><tr><td>Reroll weapons</td><td>false</td><td>false</td><td>true</td></tr><tr><td>Not level locked</td><td>true</td><td>true</td><td>false</td></tr><tr><td>Unlimited supply</td><td>true</td><td>true</td><td>false</td></tr><tr><td>Reroll accessories</td><td>false</td><td>false</td><td>true</td></tr></tbody></table>

### Different modes for different goals

Want the most hands off approach to accumulate $REN? Try *Passive*.

{% content-ref url="/pages/H9I17hfDbGz9giEnCN85" %}
[Passive](/ethernal-elves/sentinels-game-play/passive.md)
{% endcontent-ref %}

Have great weapons and want to go all in on getting $REN? *Bloodthirst* is for you.

{% content-ref url="/pages/ZsdTY8rVxZK7pWouAfAn" %}
[Bloodthirst](/ethernal-elves/sentinels-game-play/bloodthirst.md)
{% endcontent-ref %}

Want to level up faster, earn rare gear, and add more utility to your Elves?

Sacrifice $REN and try *Rampage*.

{% content-ref url="/pages/6s0kSIN9cXFdF23ORnTT" %}
[Rampage](/ethernal-elves/sentinels-game-play/rampage.md)
{% endcontent-ref %}


---

# 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://ethernal-elves.gitbook.io/ethernal-elves/sentinels-game-play/game-modes.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.
