SerenityJS
    Preparing search index...

    Interface ItemTypeUseModifiersComponentOptions

    interface ItemTypeUseModifiersComponentOptions {
        movement_modifier: number;
        use_duration: number;
    }
    Index

    Properties

    movement_modifier: number

    The movement modifier scale that affects how fast the player can move while using this item.

    use_duration: number

    The use duration of the item, which is the time in seconds that the item can be used.