WhenClause
Structure to be used for the when stat formula clauses.
JSON Format
{
"type": "WhenClause",
"condition": ...,
"components": ...
}
RPG Script
This component can be written in RPG Script as:
cond1 -> value1
Fields
| Field | Type | Required | Description |
|---|---|---|---|
components | StatFormulaComponent | ✓ | The formula whose value should be returned if the condition is satisfied. |