> 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/companions.md).

# Companions

A distinguishing feature of Crossroads: Myth is the addition of Companions, virtual creatures that players can adopt and nurture like pets.&#x20;

More than mere vanity items, these Companions provide functional benefits to the player, infusing gameplay with added depth and personalized flair.

Each Companion is a 1/1 Non-Fungible Token (NFT), meaning that they hold a unique place not just in a player’s squad, but also in the broader game universe.

<figure><img src="/files/V4pFx9EsxEvZujN4qlK1" alt=""><figcaption><p>A Sample of Companions Found in Crossroads: Myth</p></figcaption></figure>

### Leveling Up & Customization

Companions can be developed and upgraded using in-game resources and mystical Runestones, with each level-up boosting their abilities.

This progression system instills a sense of growing companionship between players and their virtual pets, as both grow stronger together over time.

In addition to their functional role, Companions also come with an aesthetic appeal.&#x20;

Players have the opportunity to change the visual appearance or "skin" of their Companions using various potions, which can be obtained through gameplay activities such as completing quests.&#x20;

This customization feature allows players to express their unique identity and style in the game.

### Supportive Role

In terms of gameplay function, Companions play a supportive role in an adventurer's squad. They provide aura or boost effects to the squad, with the specific effects and extent of the bonus determined by the Companion's ability and level.

This encourages strategic selection and development of Companions based on the player's preferred playstyle, and the needs of their adventurer's squad.

Overall, Companions add a delightful and rewarding layer of complexity to the Crossroads: Myth experience, bridging the gap between functional strategy and personal expression.&#x20;

They enhance gameplay by offering strategic advantages, while also providing opportunities for personalization and the fostering of a deeper connection to the game world.

<figure><img src="/files/ruwmRLlxztQGiMhuXMYE" alt=""><figcaption><p>A Sample of Companions Found in Crossroads: Myth</p></figcaption></figure>

### Customization through Lorekeepers

Further enhancing their individuality, Companions can be personalized with their own name and backstory using the Lorekeeper system. This narrative aspect brings each Companion to life in the game, complete with its own backstory and personality.&#x20;

This element of storytelling adds a rich layer of depth to each Companion, making them more than just supportive game pieces; they become characters that players can become emotionally invested in.

Not only do players strategize with their Companions in terms of gameplay mechanics, they can also create, shape, and tell their stories as they grow alongside together.

This heightens the sense of ownership and connection between the player and their Companion, making each Companion not just a part of the player's strategy, but a part of their gaming experience as well.


---

# 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/companions.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.
