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

FieldTypeDefaultDescription
amountFloat or ExpressionThe amount of health to restore.

Examples

"entity_action": {
    "type": "apoli:heal",
    "amount": 6
}

This example will restore about 3 hearts to the entity.