Skip to content

Remove Power

Entity Action Type

Removes a power from the entity.

Type ID: eggolib:remove_power

Fields

Field Type Default Description
power Identifier The namespace, path and ID of the power to be removed.

Examples

"entity_action": {
    "type": "eggolib:remove_power",
    "power": "example:phasing"
}

This example will remove the example:phasing (data/example/powers/phasing.json) power from the entity that invoked the action.