Heal

Entity Action Type

Restores a specified amount of health to the entity.

Type ID: origins:heal

Fields

Field Type Default Description
amount Float The amount of health to restore.

Examples

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

This example will restore about 3 hearts to the entity.