Skip to main content

Remove Power

Removes a power from an item stack.

Type ID: origins:remove_power

Fields

FieldTypeDefaultDescription
powerIdentifierThe namespace and ID of the power that will be removed from the item.
slotEquipment Slot GroupThe equipment slot to remove the power from. Accepts head, chest, legs, feet, mainhand, offhand, any, hand, or armor.

Examples

{
"function": "origins: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.