Revoke Power (Entity Action Type)

Revokes a power from the entity from a specified power source.

Revokes a power from the entity from a specified power source.

Type ID: apoli:revoke_power

Fields

FieldTypeDefaultDescription
powerIdentifierThe namespace and ID of the power to be revoked from the entity.
sourceIdentifierThe namespace and ID of the source of the power.

Examples

"entity_action": {
    "type": "apoli:revoke_power",
    "power": "origins:elytra",
    "source": "origins:elytrian"
}

This example will revoke the origins:elytra power from the origins:elytrian source from the entity.