> 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/death-event.md).

# Death Event

## Required arguments

| Order | Type    | Argument                 |
| ----- | ------- | ------------------------ |
| 1     | decimal | percentage of occurrence |

## What it does

Whenever the event is triggered, it will instantly kill the mob that executed the action. The life cycle will come to its end.

## Example usage

```yaml
actions:
  death:
    events:
      - instant-kill 100
    commands: []
```
