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