Item Powers
An Object which defines a power granted by an item.
Fields
Regular Item Powers
| Field | Type | Default | Description |
|---|---|---|---|
power |
Identifier | ID of a Power. | |
slot |
Slot | "mainhand" |
Slot that the power is granted for. |
hidden |
Boolean | false |
Is the power visible on the item. |
negative |
Boolean | false |
Is the power a negative power. |
Trinket Item Powers
| Field | Type | Default | Description |
|---|---|---|---|
power |
Identifier | ID of a Power. | |
hidden |
Boolean | false |
Is the power visible on the item. |
negative |
Boolean | false |
Is the power a negative power. |
Examples
"item_powers": [
{
"power": "example_pack:wand",
"slot": "mainhand"
},
{
"power": "example_pack:wand",
"slot": "offhand"
}
]
Grants the power example_pack:wand when in either the mainhand, or offhand slot.