> For the complete documentation index, see [llms.txt](https://bloodmoon.pseudonova.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bloodmoon.pseudonova.com/events/explode-event.md).

# Explode Event

## Required arguments

| Order | Type    | Argument                 |
| ----- | ------- | ------------------------ |
| 1     | number  | radius                   |
| 2     | decimal | percentage of occurrence |

## What it does

Whenever the event is triggered, an explosion will occur at the mob location with a specified explosion radius.

## Example usage

```yaml
actions:
  speak:
    events:
      - explode 5 100
    commands: []
```

{% hint style="danger" %}
The explosion will use some decent amount of server CPU, be reasonable with the explosion radius!
{% endhint %}
