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