Skip to content
apace100 edited this page Nov 2, 2020 · 1 revision

Entity Action. Heals an entity.

Type ID: origins:heal

Fields:

amount, float: The amount of health to restore.

Example:

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

This action heals the target entity for 3 hearts.

Clone this wiki locally