Skip to content

Self Bientity Action

Runs a bientity action with the actor and target being the same entity.

Type ID: shappoli:self_bientity_action

Fields

Field Type Default Description
action Bi-entity Action Type Action to perform.

Examples

{
  "type": "shappoli:self_bientity_action",
  "action": {
    "type": "apoli:damage"
  }
}

This example damages makes the entity damage itself.