SerenityJS
    Preparing search index...

    Interface ItemWearableTraitProperties

    interface ItemWearableTraitProperties {
        protection: number;
        slot: WearableSlot;
        tier: ItemWearableTier;
        [key: string]: JSONLikeValue;
    }

    Hierarchy (View Summary)

    Indexable

    Index

    Properties

    Properties

    protection: number

    The amount of protection the wearable item provides.

    slot: WearableSlot

    The slot the wearable item can be equipped to.

    The tier of the wearable item.