Actor Condition (Bi-Entity Condition Type)

Checks for an Entity Condition Type on the actor entity.

Checks for an Entity Condition Type on the actor entity.

Type ID: apoli:actor_condition

Fields

FieldTypeDefaultDescription
conditionEntity Condition TypeThe entity condition type to check for on the acting entity.

Examples

"bientity_condition": {
    "type": "apoli:actor_condition",
    "condition": {
       "type": "apoli:tamed"
    }
}

This example will check if the actor entity is a tamable and tamed mob.