Target Action

Bi-entity Action Type

Executes an Entity Action Type on the target entity.

Type ID: origins:target_action

Fields

Field Type Default Description
action Entity Action Type The entity action type to execute on the target entity.

Examples

"bientity_action": {
    "type": "origins:target_action",
    "action": {
        "type": "origins:set_on_fire",
        "duration": 5
    }
}

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