SerenityJS
    Preparing search index...

    Interface ItemTypeDurabilityComponentOptions

    interface ItemTypeDurabilityComponentOptions {
        damage_chance: ItemTypeDurabilityDamageChance;
        max_durability: number;
    }
    Index

    Properties

    The chance of the item taking damage when used.

    max_durability: number

    The maximum durability of the item type.