# 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: []
```
