# Heal Event

## Required arguments

| Order | Type    | Argument                 |
| ----- | ------- | ------------------------ |
| 1     | number  | health to restore        |
| 2     | decimal | percentage of occurrence |

## What it does

Whenever the event is triggered, it will set the health of the mob to the specified amount.

## Example usage

```yaml
actions:
  heal:
    events:
      - heal 10 100
    commands: []
```
