# Halloween

<figure><img src="/files/NDQVnJGs9PfoJtQYoRrC" alt=""><figcaption></figcaption></figure>

Mobs spawned during Halloween have a chance to spawn with some of the following effects:

* They may duplicate on hit, spawning 4-5 more of the same mobs.
* They become invisible for 10 seconds on hit
* They can spawn with Speed 3
* Skeletons can spawn with a flame bow (does not drop)
* Skeletons and zombies can spawn with extra armor and an axe
* Witches throw different potion types than normal
* Vindicators may spawn with axes
* Zombies sometimes hold pumpkin pie

Mobs with any of these effects have glowing fire particles around them, letting your players know that they should be extra careful. Every effect can be configured in the [events.yml](/configuration/events-and-custom-events.md) file.


---

# Agent Instructions: 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:

```
GET https://wiki.realisticseasons.com/events/halloween.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
