> For the complete documentation index, see [llms.txt](https://wiki.pokeclash.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.pokeclash.com/features/gimmicks/terastalization.md).

# Terastalization

#### **🔷 Tera Glow** <a href="#tera-glow" id="tera-glow"></a>

Displays a glowing visual effect when a Pokémon is under the **Terastal Effect**.

***

#### **🔮 Tera Orb** <a href="#tera-orb" id="tera-orb"></a>

Used to obtain the ability to **Terastallize**.

<figure><img src="/files/HiehbMZpOEWtIENuyFRz" alt=""><figcaption></figcaption></figure>

***

#### **🧪 Normal Tera Shards** <a href="#blank-tera-shards" id="blank-tera-shards"></a>

Item used to change the Tera Type of a Pokémon into **Normal Type** or to convert into **Typed Tera Shards**.

<figure><img src="/files/105ROPob3QtVtkVqnmsw" alt=""><figcaption></figcaption></figure>

<figure><img src="https://wiki.pokeclash.com/terareceipe.png" alt=""><figcaption></figcaption></figure>

***

### **🔄 Obtaining Typed Tera Shards** <a href="#obtaining-typed-tera-shards" id="obtaining-typed-tera-shards"></a>

Typed Tera Shards are created by **right-clicking specific blocks or entities** with a Normal Tera Shard.\
This consumes the Normal Tera Shard and grants a shard of a specific type.

| **Type**     | **How to Obtain**                               |
| ------------ | ----------------------------------------------- |
| **Fighting** | Right-click a *Bamboo Block*                    |
| **Fire**     | Right-click a *Magma Block*                     |
| **Water**    | Right-click a *Wet Sponge*                      |
| **Electric** | Right-click a *Copper Block*                    |
| **Grass**    | Right-click a *Wheat Crop*                      |
| **Ice**      | Right-click *Powder Snow*                       |
| **Rock**     | Right-click *Bedrock*                           |
| **Steel**    | Right-click an *Iron Block*                     |
| **Poison**   | Right-click a *Potato Crop*                     |
| **Ghost**    | Right-click *Soul Sand*                         |
| **Dark**     | Right-click *Reinforced Deepslate*              |
| **Fairy**    | Right-click an *Amethyst Block*                 |
| **Dragon**   | Right-click an *Ender Chest*                    |
| **Bug**      | Right-click a *Beehive*                         |
| **Psychic**  | Right-click an *Enchanting Table*               |
| **Ground**   | Right-click a *Mud Block*                       |
| **Flying**   | Right-click a *Glass Block* at **Y level 100+** |
| **Stellar**  | Right-click a *Terapagos* (Pokémon)             |


---

# 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.pokeclash.com/features/gimmicks/terastalization.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.
