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
| Field | Type | Required | Description |
|---|---|---|---|
type | StatFormulaComponentType | ✓ | The type of this formula. |