Set On Fire (Entity Action Type)

Sets the entity on fire for the specified amount of time in seconds.

Sets the entity on fire for the specified amount of time in seconds.

Type ID: apoli:set_on_fire

Fields

FieldTypeDefaultDescription
durationInteger or ExpressionThe amount of seconds the entity should burn.

Examples

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

This example will set the entity on fire for 5 seconds.