Skip to content

Profectus / game/modifiers / OperationModifier

Type Alias: OperationModifier<T> ​

OperationModifier<T>: WithRequired<Modifier, "invert" | "getFormula" | Extract<RequiredKeys<T>, keyof Modifier>>

Utility type that represents the output of all modifiers that represent a single operation.

Type Parameters ​

• T

Defined in ​

profectus/src/game/modifiers.tsx:39