# Adventures

{% embed url="<https://youtu.be/Nl7BGo6Hlbg?si=u-j6Q3LgudZ8kYmZ>" %}

Adventures provide players with a cinematic "Choose Your Own Adventure" game mode, allowing them to immerse themselves in captivating stories and make crucial decisions.

* **Hero Requirement**: To embark on an adventure, a[ Hero](/game-mechanics/heroes/hero-impact.md) is essential. However, specific conditions must be met for a Hero to be eligible, such as hero type, gender, and age.
* **Limited Availability**: Adventures are available for a limited time, adding an element of urgency to the gameplay.
* **Cost to Start**: Initiating an adventure requires an initial cost, making it a strategic decision for players.
* **Resource Management**: Adventures introduce three vital resources: [Hero HP](/game-mechanics/heroes/hero-attributes.md), Coin, and Danger. These resources are exclusively used and valid during a single adventure attempt.
* **Decision-Making**: Players encounter scenes and are presented withchoices to advance the story. Some choices may demand resources or unlock based on [Hero attributes](/game-mechanics/heroes/hero-attributes.md), adding complexity to decision-making.
* **Outcome Variability**: Each choice leads to a different outcome, impacting the progression of the adventure. Most results either reduce Hero HP or increase Danger.
* **Game Over Conditions**: If Hero HP reaches zero or Danger reaches 100, the adventure ends in defeat, and players must restart it.
* **Rewards**: Successfully completing an adventure yields rewards, incentivizing players to navigate the narrative effectively.
* **Unique Paths and Conditions**: Each adventure features distinct special paths or conditions. Fulfilling these criteria and completing the adventure unlocks additional and unique rewards.


---

# 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://wiki.blocklords.com/game-mechanics/world-map/adventures.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.
