Interface: Section
data/common.Section
An option object for a modifier display as a single section. *
Properties
base
• Optional
base: Computable
<DecimalSource
>
The base value being modified. *
Defined in
profectus/src/data/common.tsx:249
baseText
• Optional
baseText: Computable
<CoercableComponent
>
The label to call the base amount. Defaults to "Base". *
Defined in
profectus/src/data/common.tsx:253
modifier
• modifier: WithRequired
<Modifier
, "description"
>
The modifier to be displaying in this section. *
Defined in
profectus/src/data/common.tsx:247
subtitle
• Optional
subtitle: Computable
<string
>
A subtitle for this modifier, e.g. to explain the context for the modifier. *
Defined in
profectus/src/data/common.tsx:245
title
• title: Computable
<string
>
The header for this modifier. *
Defined in
profectus/src/data/common.tsx:243
unit
• Optional
unit: string
The unit of measurement for the base. *
Defined in
profectus/src/data/common.tsx:251
visible
• Optional
visible: Computable
<boolean
>
Whether or not this section should be currently visible to the player. *