Rollable
A Rollable is a type of stat value. These type of values in the app can be
used, for example, for the Roll effect (under Mechanics).
JSON Format
{
"type": "Rollable",
"formulas": ...,
"text": ...
}
Fields
| Field | Type | Required | Description |
|---|---|---|---|
text | String | ✓ | A text to display next to the roll result. This is usually used to add contextual information to the roll. e.g: If rolling for damage, this might be used to keep track of the damage type that was rolled for. |