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

# Calyrex

> **Quick Answer:** To get Calyrex Ice Rider in Cobblemon, catch Calyrex and Glastrier, hold the **Reins of Unity**, right-click Calyrex, then right-click Glastrier. For Shadow Rider, do the same but with Spectrier instead.

### How to Fuse Calyrex into Spectrier/Glacier in Cobblemon

Calyrex is a legendary Pokémon in **Cobblemon** that can take on two powerful Rider Forms: **Ice Rider** and **Shadow Rider**. These transformations make Calyrex significantly stronger, depending on the horse it fuses with. This guide explains step by step how to obtain each form.

#### Step 1 — Obtain Calyrex

First, you need to have a **Calyrex** in your party or PC. This is the base Pokémon required for both Rider fusions.

#### Step 2 — Obtain Glastrier or Spectrier

* To create **Ice Rider Calyrex**, you’ll need **Glastrier**.
* To create **Shadow Rider Calyrex**, you’ll need **Spectrier**.

Make sure you catch the right horse depending on which Rider form you want.

#### Step 3 — Get the Reins of Unity

The **Reins of Unity** are a special item required to perform the fusion.

* Keep them in your inventory before attempting the process.
* Without this item, you cannot fuse Calyrex with its horse.

<div align="left"><figure><img src="/files/jsBwSwSjEyYAkGnQBwrL" alt=""><figcaption><p>Reins of Unity item</p></figcaption></figure></div>

#### Step 4 — Perform the Fusion

With the **Reins of Unity** in hand:

1. Hold the item in your hand.
2. **Right-click Calyrex**.
3. Then **right-click Glastrier** (for Ice Rider) or **Spectrier** (for Shadow Rider).

Calyrex will instantly fuse with the horse, creating its Rider form.

{% columns %}
{% column %}

<figure><img src="/files/SajxMYoBdpEYXaiHI1A2" alt=""><figcaption><p>Calyrex Ice Rider</p></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/GFbvP1l5zUDCg7YkXW0I" alt=""><figcaption><p>Calyrex Shadow Rider</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

#### All Calyrex Forms in Cobblemon

Here’s a table summarizing both Rider forms:

| Ice Rider Calyrex                                                                                   | Shadow Rider Calyrex                                                                                |
| --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| <div><figure><img src="/files/3juOiMNHe6du9zY6haWv" alt=""><figcaption></figcaption></figure></div> | <div><figure><img src="/files/FRq0Cb29lEk0mAyDW5Ss" alt=""><figcaption></figcaption></figure></div> |


---

# 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.cobbletwo.com/pokecenter/transformations/calyrex.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.
