Skip to content

Power Active

Entity Condition Type

Checks whether the specified power is "active", meaning that the entity has the power and the power has all its conditions fulfilled.

Type ID: origins:power_active

Fields

Field Type Default Description
power Identifier The namespace and ID of the power which will be checked for being active.

Examples

"condition": {
    "type": "origins:power_active",
    "power": "origins:phantomize"
}

This example will check if the origins:phantomize power is toggled on.