> 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/raids/legendary-event-raids.md).

# Legendary Event Raids

<h2 align="center">What are Legendary Event Raids?</h2>

During these raids, all Legendaries that are part of the rotation are catchable. You will need a **Legendary Catchable Raid Pass** to participate, and you **must defeat the Pokémon at least once** to have the chance to battle and catch it.

{% hint style="danger" %}
**Legendary Balls are required to catch these Pokémon.**

*Legendary Balls are obtained by participating in Legendary Raids during the week, as well as in Legendary Event Ra*ids.
{% endhint %}

***

<h3 align="center">Where can I get a Legendary Catchable Raid Pass?</h3>

&#x20;To obtain such an item, there are three ways:&#x20;

1. **Participate in raids** to have a chance to receive one.&#x20;
2. Obtain [<mark style="color:green;">**Raid points**</mark>](/features/raids/raid-drops.md#raid-points) to **buy a raid pass in the raid shop** `/shop raidshop`.&#x20;
3. You can **buy them in the main shop** under the “Special Items” section. `/sell`

&#x20;*<mark style="color:orange;">**When a legendary raid event occurs, go to the raid server, right-click the pass to open the menu, select the legend, and you will be teleported to the raid area!**</mark>*

<figure><img src="/files/XuO1D0ESsdvpv1RLda3a" alt="" width="188"><figcaption><p>Legendary Raid Pass</p></figcaption></figure>

***

{% columns fullWidth="true" %}
{% column width="33.33333333333333%" valign="middle" %}

<h3 align="center">When &#x26; Where?</h3>

<p align="center">Legend Raids take place <em><mark style="color:blue;"><strong>during the weekend,</strong></mark></em> depending on time zone, ands could be from Friday-Sunday, or Saturday-Monday<br><em>12:30 AM UTC</em><br><em>6:30 AM UTC</em><br><em>12:30 PM UTC</em><br><em>6:30 PM UTC</em></p>

<p align="center"><a href="https://discord.com/channels/1094372762149208136/1120303288588451922/1469886538874617927" class="button primary">Change Logs Raid</a></p>
{% endcolumn %}

{% column width="66.66666666666667%" %}

<h3 align="center">This Month's Rotation</h3>

<table data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td align="center">Cobalion</td><td data-object-fit="contain"><a href="/files/NF9SrJBXCTvyGa4xTJCA">/files/NF9SrJBXCTvyGa4xTJCA</a></td></tr><tr><td align="center">Terrakion</td><td data-object-fit="contain"><a href="/files/ANYrZEe1ugNhjCeKkPj6">/files/ANYrZEe1ugNhjCeKkPj6</a></td></tr><tr><td align="center">Virizion</td><td data-object-fit="contain"><a href="/files/P3UzAkWAlGO0E27iI8xT">/files/P3UzAkWAlGO0E27iI8xT</a></td></tr><tr><td align="center">Glastrier</td><td data-object-fit="contain"><a href="/files/VYpPuf9OrSTEkEkhw0sq">/files/VYpPuf9OrSTEkEkhw0sq</a></td></tr><tr><td align="center">Spectrier</td><td data-object-fit="contain"><a href="/files/twXbP33oWyBbpVnw3j1P">/files/twXbP33oWyBbpVnw3j1P</a></td></tr><tr><td align="center">Calyrex</td><td data-object-fit="contain"><a href="/files/fRUulmBBorISWB2Wc7Yb">/files/fRUulmBBorISWB2Wc7Yb</a></td></tr><tr><td align="center">Rayquaza</td><td data-object-fit="contain"><a href="/files/zV6F3RB9UJE8n67gqBCn">/files/zV6F3RB9UJE8n67gqBCn</a></td></tr></tbody></table>
{% endcolumn %}
{% endcolumns %}

{% hint style="warning" %}
The duration of the legends' rotation hasn't been determined yet; we will announce when we have a fixed timeline.
{% endhint %}

<a href="/pages/DwhsueA2GPovyh6YnYn0#raid-types" class="button primary">Back to Raids page</a>


---

# 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/raids/legendary-event-raids.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.
