Actor Action
Executes an entity action on the actor entity.
Type ID: apoli:actor_action
Note
Only available as a Bi-entity Action
Fields
| Field | Type | Default | Description |
|---|---|---|---|
action |
Entity Action | The action to execute on the actor entity. |
Example
"bientity_action": {
"type": "apoli:actor_action",
"action": {
"type": "apoli:set_on_fire",
"duration": 5
}
}
This will set the actor of the action on fire for 5 seconds.