List
This formula allows you to create a list of values.
Returns
array<T>
JSON Format
{
"type": "list",
"components": ...
}
RPG Script
This component can be written in RPG Script as:
[a, b, c]
Fields
| Field | Type | Required | Description |
|---|---|---|---|
components | List<StatFormulaComponent> | ✓ | The list of formulas to calculate the values of each element in the resulting list.@type T |