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

# Respawn Event

## Required arguments

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

## What it does

Whenever the event is triggered, the mob will respawn. But the mob will respawn with 50% health left. The life cycle will remain except the "respawn" feature.

## Example usage

```yaml
actions:
  speak:
    events:
      - respawn 100
    commands: []
```
