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
idStringThe id for this type instance. This should be unique.
nameStringThe name for this type instance.
pluralStringOptional. The plural form of the name for this type instance (e.g: "Items" if the name is "Item").
abbreviationStringOptional. Abbreviation of the name for this type instance (e.g: "STR" for Strength).
facesintThe amount of faces in this die.