> For the complete documentation index, see [llms.txt](https://golden-crypto.gitbook.io/mushro-legends/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics.md).

# Gameplay Mechanics

- [In-Game Currency](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/in-game-currency.md)
- [Gold](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/in-game-currency/gold.md): The Lifeline of Adventure
- [Diamonds](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/in-game-currency/diamonds.md): Beyond Currency
- [Progression System](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/progression-system.md)
- [Mushro Evolution](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/progression-system/mushro-evolution.md)
- [Mushro Soul Stones](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/progression-system/mushro-evolution/mushro-soul-stones.md): Unleashing Potential
- [Stats](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/progression-system/mushro-evolution/stats.md): Power in Diversity
- [Roles](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/progression-system/mushro-evolution/roles.md): Embrace Diversity
- [Rarities](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/progression-system/mushro-evolution/rarities.md): A Spectrum of Power
- [Skills](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/progression-system/mushro-evolution/skills.md): Unleash Mastery
- [Evolution Rank (Stars)](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/progression-system/mushro-evolution/evolution-rank-stars.md): Ascending Glory
- [Levels](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/progression-system/mushro-evolution/levels.md): Attainment of Power
- [Position](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/progression-system/mushro-evolution/position.md)
- [Item Evolution](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/progression-system/item-evolution.md)
- [Item Rarities](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/progression-system/item-evolution/item-rarities.md): The Essence of Rarity
- [Item Levels](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/progression-system/item-evolution/item-levels.md): Ascending Might
- [Inventory and Equipments](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/inventory-and-equipments.md)
- [Inventory](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/inventory-and-equipments/inventory.md): The Inventory Nexus
- [Equipments](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/inventory-and-equipments/equipments.md): Equipping Your Champions
- [Weapon](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/inventory-and-equipments/equipments/weapon.md)
- [Armor](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/inventory-and-equipments/equipments/armor.md)
- [Shield](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/inventory-and-equipments/equipments/shield.md)
- [Helmet](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/inventory-and-equipments/equipments/helmet.md)
- [Boots](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/inventory-and-equipments/equipments/boots.md)
- [Gloves](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/inventory-and-equipments/equipments/gloves.md)
- [Consumables](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/inventory-and-equipments/consumables.md): Empowerment through Consumables
- [XP Potions](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/inventory-and-equipments/consumables/xp-potions.md)
- [Energy Potions](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/inventory-and-equipments/consumables/energy-potions.md)
- [Protect Shields](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/inventory-and-equipments/consumables/protect-shields.md)
- [Quests and Rewards](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/quests-and-rewards.md)
- [Daily Rewards](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/quests-and-rewards/daily-rewards.md)
- [Daily Quests](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/quests-and-rewards/daily-quests.md)
- [Lifetime Quests](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/quests-and-rewards/lifetime-quests.md)
- [Adventure and Battles](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/adventure-and-battles.md)
- [Battle](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/adventure-and-battles/battle.md)
- [Arena](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/adventure-and-battles/arena.md)
- [Campaign](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/adventure-and-battles/campaign.md): Embark on an Epic Odyssey
- [Shop](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/shop.md)
- [Heroic Chest](https://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics/heroic-chest.md)


---

# 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://golden-crypto.gitbook.io/mushro-legends/gameplay-mechanics.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.
