StatFormulaComponent
A stat formula component allows you to define how a stat is calculated. These formulas are often composable (meaning you can use one as part of the other), allowing you to define complex structures for calculating values.
Subtypes
The following types are available:
- add
- and
- append
- concat
- constant
- contains
- copyResource
- createChip
- date
- defaultIfNull
- defined
- divide
- elevate
- enumeratedAbbreviation
- enumeratedName
- equals
- eventName
- filter
- findFirst
- flatAppend
- flatMap
- greaterThan
- greaterThanEquals
- isEmpty
- isNull
- joinToString
- length
- lessThan
- lessThanEquals
- list
- map
- max
- metaStat
- min
- mod
- multiply
- not
- notEquals
- notNull
- or
- reduce
- replace
- roll
- rollable
- sortBy
- split
- stat
- subtract
- toLowerCase
- toNum
- toSignedString
- toUpperCase
- trim
- when