Skip to content

StatBase

Defined in: packages/engine/src/gameplay/stats/traits.ts:24

What a stat declares: a base that modifiers never change, and the bounds its resolved value is clamped to when it is read.

Property Type
base number
max? number
min? number