> 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/events/st.-patricks-event.md).

# St. Patrick's Event

The horizon of **Cobblemon Islands** is turning green, and the pot of gold has never been closer.\
A peculiar group of Pokémon has been hoarding all the luck across the Islands --- and they are **not giving it up without a fight!**

Ready your Pokéballs because **legendary luck** has taken over the server. Hunt down special Pokémon, trade them in for **Leprechaun Coins**, and exchange them for **exclusive decorations, cosmetics, and skins** before the luck runs out!

***

<h3 align="center">📅 Event Duration</h3>

**March 14, 2026 → March 29, 2026**

Use the command:

`/stpatricks`

to locate the event NPC and open the reward shop.

***

<h2 align="center">🍀 Turn-In Trades</h2>

Bring the following Pokémon to the **St. Patrick NPC** using the **trade-in menu** to earn **Leprechaun Coins**.

| Pokémon    | Coins per Trade |
| ---------- | --------------- |
| Gimmighoul | 10              |
| Meowth     | 5               |
| Sableye    | 5               |
| Murkrow    | 5               |
| Trubbish   | 5               |

***

<h2 align="center">🪙 Event Rewards</h2>

Spend your **Leprechaun Coins** at the event NPC shop.

#### Special Pokémon & Cosmetics

| Item               | Cost |
| ------------------ | ---- |
| Lugia Emerald Skin | 200  |
| Shamrock Mew       | 200  |
| Shamrock Drilbur   | 50   |
| Shamrock Torkoal   | 50   |

#### Statues & Skins

| Item                  | Cost |
| --------------------- | ---- |
| Emerald Lugia Statue  | 250  |
| Zapdos Emerald Skin   | 100  |
| Moltres Emerald Skin  | 100  |
| Articuno Emerald Skin | 100  |

#### Decorations

| Item                  | Cost |
| --------------------- | ---- |
| Clover Umbrella       | 2    |
| Clover Lamp           | 2    |
| Clover Table          | 2    |
| Clover Stool          | 2    |
| Clover Balloon        | 2    |
| Small Clover Streamer | 2    |
| Large Clover Streamer | 2    |
| Potted Clover Floor   | 2    |
| Potted Clover Ceiling | 2    |
| Clover Wine           | 2    |
| Clover Cake           | 2    |
| Clover Banner         | 2    |
| Clover Wine Barrel    | 2    |
| Small Clover Barrel   | 2    |

| Item                      | Cost |
| ------------------------- | ---- |
| Pile of Gold              | 2    |
| Golden Horseshoe          | 2    |
| Pile of Golden Horseshoes | 2    |

#### Plushies

| Item                      | Cost |
| ------------------------- | ---- |
| Clover Gnome Plushie      | 2    |
| Leprechaun Plushie        | 2    |
| Seated Leprechaun Plushie | 2    |

#### Misc Rewards

| Item                      | Cost |
| ------------------------- | ---- |
| Size Voucher (XXS → XXXL) | 20   |

<h2 align="center">FAQ</h2>

<details>

<summary>Do the Pokémon need to be caught during the event?</summary>

No. Pokémon **do not need to be caught during the event**. You can also **breed Pokémon** and trade those in for Leprechaun Coins.

</details>

<details>

<summary>Is there a limit to how many rewards I can buy?</summary>

No. There is **no purchase limit** for the event shop. As long as you have Leprechaun Coins, you can keep buying rewards.

</details>

<details>

<summary>Where do I trade the Pokémon?</summary>

Use **`/stpatricks`** to find the event NPC and open the **trade-in menu**.

</details>

<details>

<summary>Can I farm Pokémon for coins?</summary>

Yes. You are free to **catch, breed, or farm Pokémon** to collect coins faster and unlock more rewards.

</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/events/st.-patricks-event.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.
