Heal (Entity Action Type)
Restores a specified amount of health to the entity.
Restores a specified amount of health to the entity.
Type ID: apoli:heal
Fields
| Field | Type | Default | Description |
|---|---|---|---|
amount | Float or Expression | The amount of health to restore. |
Examples
"entity_action": {
"type": "apoli:heal",
"amount": 6
} This example will restore about 3 hearts to the entity.