SerenityJS
    Preparing search index...

    Interface ItemTypeWearableComponentOptions

    interface ItemTypeWearableComponentOptions {
        protection: number;
        slot: WearableSlot;
    }
    Index

    Properties

    Properties

    protection: number

    The protection value of the wearable component.

    slot: WearableSlot

    The wearable slot of the component.