RPG Dice

3 4D10 10 Again [3, 5, 10, 8] | 9

Help

RPG Dice is intended to be a universal RPG dice roller. It's not there yet, but it's coming along. It currently has what I believe to be a universal dice parser, which is the core of what makes this work. For the app itself to be truly universal, though, it needs to directly support more game systems than what is represented currently. I hope to get feedback on that soon.

Dice Specification

Dice specifications are provided via a mini-programming language. This is the core of what can make RPG Dice a universal roller. Currently it handles every dice-based system I'm aware of and some I've not seen in the wild. The systems I know it supports include traditional (A)D&D, Shadowrun 2nd Edition, Palladium (including initial attributes) and White Wolf's Storyteller system from World of Darkness and others. It also supports house rules from several of them. For instance, I used to roll AD&D stats by rolling 4D6 and discarding the lowest die. That can be done with the 4D6:>3 spec.

The following is an attempt to summarize all the parts of the dice spec.

nDs
Roll n dice with s sides. Examples: 2D6 (roll two 6-sided dice), 4D10 (roll four 10-sided dice)

To Do

Credits