SerenityJS
    Preparing search index...

    Interface ItemTypeDurabilityDamageChance

    interface ItemTypeDurabilityDamageChance {
        max: number;
        min: number;
    }
    Index

    Properties

    Properties

    max: number

    The maximum chance of damage occurring when using the item.

    min: number

    The minimum chance of damage occurring when using the item.