> For the complete documentation index, see [llms.txt](https://wiki.pixelmonbrasiloficial.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.pixelmonbrasiloficial.com.br/pokemon/mega-evolucoes.md).

# 🪨Mega Evoluções

## 🪨Mega Evoluções

As Mega Pedras são itens especiais que permitem que determinados Pokémon realizem a Mega Evolução durante a batalha. A Mega Evolução libera um poder temporário extremamente forte, aumentando atributos e, em alguns casos, alterando habilidades ou até o tipo do Pokémon.

> Também é possível utilizar a Mega Evolução fora de batalhas.

***

### 🛠️ Como obter

* Através das Chave de MegaStone
* Ao derrotar Megas spawnado no mapa

***

### ⚙️ Como usar

* 1- Equipe a Mega Pedra no Pokémon compatível.
* 2- Inicie uma batalha.
* 3- Ative a Mega Evolução durante o combate.
* 4- O Pokémon Mega Evoluirá imediatamente.

***

### 🪨 Megas

**Abomasnow** - Abomasite&#x20;

**Absol** - Absolite&#x20;

**Aerodactyl** - Aerodactylite&#x20;

**Aggron** - Aggronite&#x20;

**Alakazam** - Alakazite&#x20;

**Altaria** - Altarianite&#x20;

**Ampharos** - Ampharosite&#x20;

**Audino** - Audinite&#x20;

**Banette** - Banettite&#x20;

**Beedrill** - Beedrillite&#x20;

**Blastoise** - Blastoisinite&#x20;

**Blaziken** - Blazikenite&#x20;

**Camerupt** - Cameruptite&#x20;

**Charizard** - Charizardite X&#x20;

**Charizard** - Charizardite Y&#x20;

**Diancie** - Diancite&#x20;

**Dragonite** - Dragoninite&#x20;

**Gallade** - Galladite&#x20;

**Garchomp** - Garchompite&#x20;

**Gardevoir** - Gardevoirite&#x20;

**Gengar** - Gengarite&#x20;

**Glalie** - Glalitite&#x20;

**Gyarados** - Gyaradosite&#x20;

**Heracross** - Heracronite&#x20;

**Houndoom** - Houndoominite&#x20;

**Kangaskhan** - Kangaskhanite&#x20;

**Latias** - Latiasite&#x20;

**Latios** - Latiosite&#x20;

**Lopunny** - Lopunnite&#x20;

**Lucario** - Lucarionite&#x20;

**Manectric** - Manectite&#x20;

**Mawile** - Mawilite&#x20;

**Medicham** - Medichamite&#x20;

**Metagross** - Metagrossite&#x20;

**Mewtwo** - Mewtwonite X&#x20;

**Mewtwo** - Mewtwonite Y&#x20;

**Pidgeot** - Pidgeotite&#x20;

**Pinsir** - Pinsirite&#x20;

**Sableye** - Sablenite&#x20;

**Salamence** - Salamencite&#x20;

**Sceptile** - Sceptilite&#x20;

**Scizor** - Scizorite&#x20;

**Sharpedo** - Sharpedonite&#x20;

**Slowbro** - Slowbronite&#x20;

**Starmie** - Starminite&#x20;

**Steelix** - Steelixite&#x20;

**Swampert** - Swampertite&#x20;

**Tyranitar** - Tyranitarite&#x20;

**Venusaur** - Venusaurite


---

# 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://wiki.pixelmonbrasiloficial.com.br/pokemon/mega-evolucoes.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.
