import{_ as a,c as r,a0 as t,o as i}from"./chunks/framework.P9qPzDnn.js";const h=JSON.parse('{"title":"Interface: AdditiveModifierOptions","description":"","frontmatter":{"editLink":false},"headers":[],"relativePath":"api/game/modifiers/interfaces/AdditiveModifierOptions.md","filePath":"api/game/modifiers/interfaces/AdditiveModifierOptions.md","lastUpdated":null}'),o={name:"api/game/modifiers/interfaces/AdditiveModifierOptions.md"};function d(n,e,s,c,l,f){return i(),r("div",null,e[0]||(e[0]=[t('
Profectus / game/modifiers / AdditiveModifierOptions
An object that configures an additive modifier via createAdditiveModifier.
addend:
MaybeRefOrGetter
<DecimalSource
>
The amount to add to the input value.
profectus/src/game/modifiers.tsx:47
optional
description:MaybeGetter
<Renderable
>
Description of what this modifier is doing.
profectus/src/game/modifiers.tsx:49
optional
enabled:MaybeRefOrGetter
<boolean
>
A MaybeRefOrGetter that will be processed and passed directly into the returned modifier.
profectus/src/game/modifiers.tsx:51
optional
smallerIsBetter:boolean
Determines if numbers larger or smaller than 0 should be displayed as red.