Skip to main content

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.

JSON Format

{
"type": "StatFormulaComponent",
"type": ...
}

Fields

FieldTypeRequiredDescription
typeStatFormulaComponentTypeThe type of this formula.