Target Condition (Bi-Entity Condition Type)

Checks for an Entity Condition Type on the target entity.

Checks for an Entity Condition Type on the target entity.

Type ID: apoli:target_condition

Fields

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

Examples

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

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