Skip to content

Slot Entity Attribute Modifier

A modifier that can change the amount of trinket slots an entity has.

Note

This data type is useless without Trinkets installed.

Fields

Field Type Default Description
slot String ID of the trinket slot which will be modified by this modifier.
operation Attributed Attribute Modifier Operation The operation which will be performed by this modifier.
value Float The value to use for the modifier operation.
name String optional A descriptive name for the modifier, describing where it comes from.

Examples

"modifier": {
  "slot": "chest/necklace",
  "operation": "addition",
  "value": 2
}

This example will add 2 trinket slots of the necklace type to the chest group.