Skip to content

Equippable Trinket

Checks if the item can be equipped in a trinket slot.

Type ID: shappoli:equippable_trinket

Note

This condition requires Trinkets to be installed.

Fields

Field Type Default Description
slot Trinket Slot optional Slot to check. If not specified, the condition will check for any slot.
slots Array of Trinket Slot optional Slots to check. If not specified, the condition will check for any slot.
only_empty Boolean false Whether the slot must be empty for the condition to pass.

Examples

"condition": {
  "type": "shappoli:equippable_trinket",
  "slot": {
    "group": "chest"
  }
}

This example checks if the item can be equipped in a slot from the chest group.