# The Wilderness

The wilderness is a map constructed from hexagon-shaped tiles that contain randomly generated features such as NPCs, rival characters to battle, or loot to capture.

Upon entering combat, players strategically manage their characters in a turn-based fashion, navigating the battlefield to discover valuable loot and adversaries to challenge. The combat's resolution and the victor are determined by a RNG algorithm that takes into account the heroes' equipment, level, skills, and incurred damage.&#x20;

The winning player claims the loot from the vanquished opponent and progresses on the map, carrying forward any damage endured from the previous encounter.

\ <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://elderglade.gitbook.io/elderglade-whitepaper/world-of-elderglade/the-wilderness.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.
