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

# 💎Gemas

## 💎 Gemas (Gems)

As Gems são itens consumíveis que aumentam o poder de um golpe de determinado tipo.

Quando um Pokémon segura uma Gem, o primeiro golpe daquele tipo usado em batalha recebe um aumento de poder. Após ativar, a Gem é consumida.

***

### 📌 Efeito das Gems

Todas as Gems aumentam em **30%** o poder do **primeiro golpe usado do mesmo tipo da Gem**.

Exemplo: Uma Fire Gem aumenta o poder do primeiro golpe do tipo Fire usado

***

### 💎 Gemas disponíveis:

• Normal Gem (Normal)&#x20;

• Fire Gem (Fogo)&#x20;

• Water Gem (Água)&#x20;

• Electric Gem (Elétrico)&#x20;

• Grass Gem (Planta)&#x20;

• Ice Gem (Gelo)&#x20;

• Fighting Gem (Lutador)&#x20;

• Poison Gem (Veneno)&#x20;

• Ground Gem (Terra)&#x20;

• Flying Gem (Voador)&#x20;

• Psychic Gem (Psíquico)&#x20;

• Bug Gem (Inseto)&#x20;

• Rock Gem (Pedra)&#x20;

• Ghost Gem (Fantasma)&#x20;

• Dragon Gem (Dragão)&#x20;

• Dark Gem (Sombrio)&#x20;

• Steel Gem (Aço)&#x20;

• Fairy Gem (Fada)

***

## 📌 Observação

• As Gems são consumidas após o uso.&#x20;

• Apenas o **primeiro golpe do tipo correspondente** recebe o aumento de poder.&#x20;

• É possível conseguir as Gemas derrotando pokémons, pescando, ou comprando no /lojacomum na parte de itens equipaveis (held items)


---

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