SerenityJS
    Preparing search index...

    Hierarchy

    • DataType
      • AttributeModifier
    Index

    Constructors

    • Creates a new attribute modifier.

      Parameters

      • id: string

        The id of the modifier.

      • name: string

        The name of the modifier.

      • amount: number

        The amount of the modifier.

      • operation: number

        The operation of the modifier.

      • operand: number

        The operand of the modifier.

      • serializable: boolean

        If the modifier is serializable.

      Returns AttributeModifier

      A new attribute modifier.

    Properties

    amount: number

    The amount of the modifier.

    id: string

    The id of the modifier.

    name: string

    The name of the modifier.

    operand: number

    The operand of the modifier.

    operation: number

    The operation of the modifier.

    serializable: boolean

    If the modifier is serializable.

    Methods