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

# Zacian

> **Quick Answer:** To transform Zacian into **Crowned Zacian** in Cobblemon, you need to obtain the **Rusted Sword**, equip it, and then join a battle. Zacian will automatically take on its Crowned Form.

## How to Change Zacian into Crowned Form in Cobblemon

Zacian is one of the Legendary Pokémon from **Galar**, and it has two distinct forms: **Hero of Many Battles** and **Crowned Sword**. The Crowned Form boosts Zacian’s power and changes its appearance, making it one of the strongest Pokémon in **Cobblemon**. If you’re wondering *how to get Crowned Zacian in Cobblemon*, follow these steps.

### Step 1 — Catch Zacian

First, you’ll need to have **Zacian** in your party or PC. Without it, you can’t activate the transformation.

### Step 2 — Obtain the Rusted Sword

To access Zacian’s Crowned Form, you must equip the **Rusted Sword**.

* **Where to find it:** The Rusted Sword can usually be found as loot, event rewards, or special structures.
* It’s a unique item, only usable by Zacian.

### Step 3 — Equip the Rusted Sword

Once you have the Rusted Sword:

1. Give the **Rusted Sword** to Zacian.
2. Enter a **battle**.
3. Zacian will automatically transform into **Crowned Zacian** during the fight.

### Step 4 — Reverting the Form

When Zacian is not holding the Rusted Sword or outside of battle, it will return to its **Hero of Many Battles** form.

***

#### Zacian Forms in Cobblemon

| Hero of Many Battles | Crowned Sword |
| -------------------- | ------------- |
|                      |               |


---

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