Revoke Power

Entity Action

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

Type ID: apoli:revoke_power

Fields

Field Type Default Description
power Identifier The ID of the power to be revoked from the entity.
source String The source of the power.

Example

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

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