> For the complete documentation index, see [llms.txt](https://docs.crossroadsmyth.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.crossroadsmyth.com/components/quests-and-adventures.md).

# Quests & Adventures

Quests in Crossroads: Myth provide a unique and dynamic gaming experience for players.&#x20;

Each quest is individually or collectively tailored with distinct objectives, rewards, and prerequisites, offering various paths for players’ squad development and lore progression.&#x20;

With the option to undertake these quests solo or as part of a team, players are also encouraged to strategize and cooperate, fostering a sense of community within the game.&#x20;

These quests not only add depth and complexity to the gaming experience, but they also serve a key role in enhancing player engagement and ensuring sustained interest in the gameplay.&#x20;

Overall, quests facilitate player advancement, resource accumulation, and discovery of new in-game elements, making them a vital aspect of our gaming journey.

<figure><img src="/files/EtqrExuE3fZOw5PFmunO" alt=""><figcaption><p>A Quest Area for players to explore in</p></figcaption></figure>

### Quest Design

Quests are designed as pre-set tile maps which are pre-generated at the start of the quest for the player, with random placement of monsters, treasures, and other items — resulting in a unique play-through for each player.&#x20;

Players may navigate their squad through the tiled quest map using either the keyboard or mouse, with a marker used to denote their position, and will be prompted to take certain actions when they come across various monsters, items, or other elements related to lore and gameplay.&#x20;

For collective quests that allow multiple players’ squads to participate as a party, there will be multiple markers representing each player on the map. These quests are usually more difficult and may require more coordination among players in completing the quest objectives.

### Quest Objectives

Quests may generally be divided based on their final objectives: "Fetch," "Fight," and "General".

In "Fetch" quests, the goal could be retrieving an item, assassinating a character, rescuing someone, or finding a hidden location. "Fight" quests may involve defending or attacking a territory or battling hordes of monsters.

"General" quests, on the other hand, can be split into two sub-categories: "Explore" and "Escort". "Explore" quests may require players to visit a location or interact with various objects, while "Escort" quests task players with safely transporting someone to a designated destination.

### Quest Prerequisites

Some quests may have specific requirements for participation, such as player levels, race, race relations, the highest-leveled unit in the squad, completion of prerequisite quests, and player research levels, among others.


---

# 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://docs.crossroadsmyth.com/components/quests-and-adventures.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.
