# ⏲️ Events

- [Introduction](https://bloodmoon.pseudonova.com/events/introduction.md): Quick and simple introduction to the bloodmoon events.
- [Stop Event](https://bloodmoon.pseudonova.com/events/stop-event.md): This event will stop the bloodmoon when it's activated.
- [Death Event](https://bloodmoon.pseudonova.com/events/death-event.md): This event will directly kill the bloodmoon mob.
- [Heal Event](https://bloodmoon.pseudonova.com/events/heal-event.md): This event will heal a mob.
- [Lightning Event](https://bloodmoon.pseudonova.com/events/lightning-event.md): This event will strike some lighting.
- [Potion effect Event](https://bloodmoon.pseudonova.com/events/potion-effect-event.md): This event will apply a potion effect to the attacking player.
- [Teleport Event](https://bloodmoon.pseudonova.com/events/teleport-event.md): This event will teleport the mob onto a random location within a radius
- [Swap Event](https://bloodmoon.pseudonova.com/events/swap-event.md): This event will swap its enemies.
- [Reinforcement Event](https://bloodmoon.pseudonova.com/events/reinforcement-event.md): This event will spawn extra mobs.
- [Dash Event](https://bloodmoon.pseudonova.com/events/dash-event.md): This event will push away enemies.
- [Speak Event](https://bloodmoon.pseudonova.com/events/speak-event.md): This event will make the mob talk.
- [Respawn Event](https://bloodmoon.pseudonova.com/events/respawn-event.md): This will cause the mob to re-spawn
- [Explode Event](https://bloodmoon.pseudonova.com/events/explode-event.md): The mob will cause an explosion
- [Sound Event](https://bloodmoon.pseudonova.com/events/sound-event.md): Play a sound
- [Vanish Event](https://bloodmoon.pseudonova.com/events/vanish-event.md): This will cause your mob to vanish for some time
- [Shield Event](https://bloodmoon.pseudonova.com/events/shield-event.md): This event will spawn a shield around the mob


---

# 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://bloodmoon.pseudonova.com/events.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.
