Either

Meta Condition

Checks for an entity condition on either the actor or the target entities.

Type ID: apoli:either

Note

Only available as a Bi-entity Condition

Fields

Field Type Default Description
condition Entity Condition The condition to check on either actor or target entities.

Example

"bientity_condition": {
    "type": "apoli:either",
    "condition": {
        "type": "apoli:in_rain"
    }
}

This example will return true if either the actor or the target entities are in rain.