Set On Fire

Entity Action.

Sets the entity to burn for a specified duration.

Type ID: origins:set_on_fire

Fields

Field Type Default Description
duration Integer The amount of seconds the entity should burn.

Example

"entity_action": {
  "type": "origins:set_on_fire",
  "duration": 5
}

Sets the entity on fire for 5 seconds.