Remove Power (Apoli)

Item Modifier

Removes a power from an item stack.

Fields

Field Type Default Description
power Identifier The namespace and ID of the power that will be removed from the item.
slot String The equipment slot to remove the power from.

Examples

{
    "function": "apoli:remove_power",
    "power": "origins:arcane_skin",
    "slot": "chest"
}

This example will remove the origins:arcane_skin power from the item if it's applicable to the "chest" equipment slot.