> For the complete documentation index, see [llms.txt](https://cobblegalaxy-wiki.gitbook.io/cobblegalaxy-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cobblegalaxy-wiki.gitbook.io/cobblegalaxy-wiki/server-features/mega-evolution.md).

# Mega Evolution

#### How to Mega Evolve a Pokémon

1. **Obtain a Mega Band**
   * You’ll need a **Mega Bracelet** to enable Mega Evolution.
   * You can purchase one from the **Hunt Shop** for **150 Hunt Points**, or get one as a rare drop from a **Super Crate**.
   * Once obtained, hold the Mega Bracelet in your **off-hand**, and it will activate during battle.
2. **Equip a Mega Stone to Your Pokémon**
   * Your Pokémon must hold the correct **Mega Stone** for its species (e.g. Gardevoirite for Gardevoir).
   * To give a Pokémon a Mega Stone:
     * **Hold the Mega Band in your off-hand**
     * **Sneak (Shift) + Right-click** the Pokémon while holding the Mega Stone
   * This will assign the stone to that Pokémon.
3. **Activate in Battle**
   * When all conditions are met, you’ll see a **Mega Evolution button** appear during battle.
   * You can only Mega Evolve **once per battle**, so use it strategically.
4. **Battle-Only Feature**
   * **Currently, Mega Evolution only works during battle.**
   * You **cannot Mega Evolve Pokémon outside of battle** or see their Mega forms in the overworld.

***

## How to Get Mega Stones

Mega Stones are valuable and relatively rare items. Here are the ways to collect them:

* **Boss Pokémon**
  * Powerful **wild Boss Pokémon** (level 100+) can appear in the wild.
  * Defeating one will reward you with a **random Mega Stone**.
* **Crates**
  * Mega Stones can be found in certain loot crates, especially the higher-tier ones.
  * Some crates also have chances to drop a **Mega Bracelet**.
* **Calendar Rewards**
  * Mega Stones are sometimes featured in **daily calendar rewards**.
  * You can view the calendar ahead of time to plan for Mega-related days.

***

#### Tips

* Only specific Pokémon have access to Mega Evolution so check online or ask other players to see if yours is eligible.
* Use trades to collect the Mega Stones you need.
* Remember: **Only one Mega Evolution per battle**, so use it wisely!


---

# 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:

```
GET https://cobblegalaxy-wiki.gitbook.io/cobblegalaxy-wiki/server-features/mega-evolution.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.
