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.
Extended by
Section titled “Extended by”Properties
Section titled “Properties”| Property | Type |
|---|---|
base |
number |
max? |
number |
min? |
number |