import{_ as e,c as a,o,N as r}from"./chunks/framework.0799945b.js";const u=JSON.parse('{"title":"Interface: ExponentialModifierOptions","description":"","frontmatter":{"editLink":false},"headers":[],"relativePath":"api/interfaces/game/modifiers.ExponentialModifierOptions.md","lastUpdated":null}'),t={name:"api/interfaces/game/modifiers.ExponentialModifierOptions.md"},i=r('

Interface: ExponentialModifierOptions

game/modifiers.ExponentialModifierOptions

An object that configures an exponential modifier via createExponentialModifier.

Properties

description

Optional description: Computable<CoercableComponent>

Description of what this modifier is doing.

Defined in

profectus/src/game/modifiers.tsx:174


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:176


exponent

exponent: Computable<DecimalSource>

The amount to raise the input value to the power of.

Defined in

profectus/src/game/modifiers.tsx:172


smallerIsBetter

Optional smallerIsBetter: boolean

Determines if numbers larger or smaller than 1 should be displayed as red.

Defined in

profectus/src/game/modifiers.tsx:180


supportLowNumbers

Optional supportLowNumbers: boolean

Add 1 before calculating, then remove it afterwards. This prevents low numbers from becoming lower.

Defined in

profectus/src/game/modifiers.tsx:178

',33),n=[i];function s(d,l,c,p,f,h){return o(),a("div",null,n)}const b=e(t,[["render",s]]);export{u as __pageData,b as default};