Remove Power (Entity Action Type)

Removes a power from the entity, regardless of its source.

Removes a power from the entity, regardless of its source.

Type ID: apoli:remove_power

Fields

FieldTypeDefaultDescription
powerIdentifierThe ID of the power to remove from the entity.

Examples

"entity_action": {
	"type": "apoli:remove_power",
	"power": "origins:arcane_skin"
}

This example will remove the origins:arcane_skin power from the entity.

"entity_action": {
	"type": "apoli:remove_power",
	"power": "*:*"
}

This example will remove the power itself from the entity.