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
| Field | Type | Default | Description |
|---|---|---|---|
duration | Integer or Expression | The 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.