> 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/elders-game-play/overview.md).

# Overview

### Collect, Customize, Compete

REN is the in-game currency that drives the entire ecosystem and will be needed for majority of the activities.

* **Sacred Well** - uses $REN, an in-game utility token used to recharge your Elders to participate in various actions/game modes
* **$MOON** - a token used to increase probability and decrease cooldown time in various actions/game modes
* **Weapons** - equipment that increases attack points, health, points, mana, and may obtain passive abilities&#x20;
* **Armor** - equipment that increases health points&#x20;
* **Items** - has various buffs which increases attack points, health, points, mana, and may obtain passive abilities.&#x20;

### Game Modes for Elders

#### Elders can enter:

* **Crusades** - Collect Resources and Artifacts
* **Training Grounds**- Increases levels and you get to choose which stats you want to increase.
* **Crafting** **-** Use Resources to Craft Weapons, Armor, & Items
* **Battlegrounds** - Compete with other players in RTS Games
* **Questing** - Use Resources to learn special abilities&#x20;

## Formulas

$$
pvConstant = 200
$$

$$
Health Points =pvConstant+((classIndex + strength) \* (strength/10))
$$

$$
Mana = pvConstant+((classIndex + intelligence) \* (intelligence/10))
$$

$$
Attack Points = (agility\* 65%) + (strength\* 35%)
$$

​

$$
Energy = Health Points + Mana
$$

* All actions excluding Crusades will have a 1 minute cooldown time
* Crusades will have a 48 hour cooldown time
* Energy Tier heavily affects the game mechanics

<br>


---

# 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/elders-game-play/overview.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.
