Actor Action (Bi-Entity Action Type)

Executes an Entity Action Type on the actor entity.

Executes an Entity Action Type on the actor entity.

Type ID: apoli:actor_action

Fields

FieldTypeDefaultDescription
actionEntity Action TypeThe entity action type to execute on the actor entity.

Examples

"bientity_action": {
    "type": "apoli:actor_action",
    "action": {
        "type": "apoli:set_on_fire",
        "duration": 5
    }
}

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