Skip to main content

RPGDice

A representation of a die that is rollable in the app for this system. Currently the app only supports d4, d6, d8, d10, d12 and d20s for visual dice rolling. Any other dices are supported, but will simply not appear in the 3D simulation of the dice.

JSON Format

{
"type": "RPGDice",
"id": ...,
"name": ...,
"plural": ...,
"abbreviation": ...,
"faces": ...
}

Fields

FieldTypeRequiredDescription
facesintThe amount of faces in this die.