Skip to content
On this page

Interface: MultiplicativeModifierOptions

game/modifiers.MultiplicativeModifierOptions

An object that configures an multiplicative modifier via createMultiplicativeModifier.

Properties

description

Optional description: Computable<CoercableComponent>

Description of what this modifier is doing.

Defined in

profectus/src/game/modifiers.tsx:101


enabled

Optional enabled: Computable<boolean>

A computable that will be processed and passed directly into the returned modifier.

Defined in

profectus/src/game/modifiers.tsx:103


multiplier

multiplier: Computable<DecimalSource>

The amount to multiply the input value by.

Defined in

profectus/src/game/modifiers.tsx:99