Power Type (Entity Condition Type)

Checks if the entity has a power that uses the specified Power Type.

Checks if the entity has a power that uses the specified Power Type.

Type ID: apoli:power_type

Fields

FieldTypeDefaultDescription
power_typeIdentifierThe namespace and ID of the Power Type of a power the entity has.

Examples

"condition": {
    "type": "apoli:power_type",
    "power_type": "apoli:active_self"
}

This example will check if the entity has a power that uses the Active Self (Power Type).