> 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/crates/events/friday-the-13th-event.md).

# Friday the 13th Event

The Friday the 13th Event on Cobblemon Islands has 11 Pokemon skins.

<p align="center"><a href="https://wiki.cobblemonislands.com/crates/events" class="button secondary">Back to Event Skins</a><a href="https://wiki.cobblemonislands.com/crates/events/st-patty-s-day-2025" class="button primary">St. Patty's Day 2025 →</a></p>

The Friday the 13th Event is a Cobblemon Islands event from September 2024. It has 11 Pokemon skins.

{% hint style="success" %}
**Play on Cobblemon Islands.** A public Cobblemon 1.8 server. Get the modpack on Modrinth or CurseForge, then [join the server](https://connect.cobblemonislands.com)
{% endhint %}

## Pokemon skins in the Friday the 13th Event

The Friday the 13th Event covers 11 Pokemon skins. Each one links to that Pokemon's page. The skin art is not on the wiki yet.

| No.   | Pokemon                                                                                        |
| ----- | ---------------------------------------------------------------------------------------------- |
| #0025 | [Pikachu](https://wiki.cobblemonislands.com/new-islanders-information/pokedex/gen-1/pikachu)   |
| #0026 | [Raichu](https://wiki.cobblemonislands.com/new-islanders-information/pokedex/gen-1/raichu)     |
| #0133 | [Eevee](https://wiki.cobblemonislands.com/new-islanders-information/pokedex/gen-1/eevee)       |
| #0134 | [Vaporeon](https://wiki.cobblemonislands.com/new-islanders-information/pokedex/gen-1/vaporeon) |
| #0135 | [Jolteon](https://wiki.cobblemonislands.com/new-islanders-information/pokedex/gen-1/jolteon)   |
| #0136 | [Flareon](https://wiki.cobblemonislands.com/new-islanders-information/pokedex/gen-1/flareon)   |
| #0196 | [Espeon](https://wiki.cobblemonislands.com/new-islanders-information/pokedex/gen-2/espeon)     |
| #0197 | [Umbreon](https://wiki.cobblemonislands.com/new-islanders-information/pokedex/gen-2/umbreon)   |
| #0470 | [Leafeon](https://wiki.cobblemonislands.com/new-islanders-information/pokedex/gen-4/leafeon)   |
| #0471 | [Glaceon](https://wiki.cobblemonislands.com/new-islanders-information/pokedex/gen-4/glaceon)   |
| #0700 | [Sylveon](https://wiki.cobblemonislands.com/new-islanders-information/pokedex/gen-6/sylveon)   |

## Keep exploring

| Page                                                                                        | What you'll find                         |
| ------------------------------------------------------------------------------------------- | ---------------------------------------- |
| [Event Skins](https://wiki.cobblemonislands.com/crates/events)                              | Every collection in this section         |
| [St. Patty's Day 2025](https://wiki.cobblemonislands.com/crates/events/st-patty-s-day-2025) | Released after the Friday the 13th Event |
| [Pokedex](https://wiki.cobblemonislands.com/new-islanders-information/pokedex)              | Every Pokemon page on this wiki          |

*Skin lists come from the Cobblemon Islands datapack. Data checked in September 2026.*

***

<p align="center"><a href="https://connect.cobblemonislands.com" class="button primary">Play on Cobblemon Islands</a></p>


---

# 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/crates/events/friday-the-13th-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.
