> For the complete documentation index, see [llms.txt](https://wiki.cobblemonislands.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.cobblemonislands.com/features-1/z-moves-and-tera.md).

# Z-Moves & Tera

## Z-Moves

<details>

<summary>Z Moves</summary>

* To Use a Z move you must be holding a `Z-Ring` when the **battle starts** and the Pokémon you wish to have use a Z-Move must be holding the respective `Z Crystal`
* In Battle Select the additional option in the bottom left when **Selecting a move**
* Z Moves Can only be used **once per battle**
* Z-Moves Can not be used if a Pokémon in your party is holding a `Mega Stone`

<img src="/files/x5FXjzjnTHnienWx0Ls1" alt="" data-size="original"><br>

</details>

<details>

<summary>Z-Ring Crafting Recipe</summary>

![](/files/7znJRd7WjbXcjajP9D6b)

</details>

## Tera

<details>

<summary>Tera</summary>

* To Tera you must use be holding a `Tera Orb` with at least 1 Charge in your **OFFHAND** When the **battle starts**
* Tera Type can be changed at \[TBD] for 50 of the same type Tera Shard
* Tera Orbs need to be recharged after every use and can be recharged at (Orb Charger in spawn) (must be in your main hand when recharging)
* Tera can not be used if a Pokémon in your party is holding a Mega Stone
* Use `/checkpokemon <slot>` to view Type and Tera forms of Pokémon
* Tera shards will now only drop when defeating Pokémon in battle with your Pokémon

</details>

<details>

<summary>Tera Orb Crafting Recipe &#x26; Charger</summary>

![](/files/rHQnTjM52gnd08GB2pba)![](/files/2opahllPHYsZJurq5bjE)

</details>


---

# 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.cobblemonislands.com/features-1/z-moves-and-tera.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.
