dice-box
dice-box copied to clipboard
Have a d6 with values from 0 to 5
Hello there! First of all, thanks for sharing your work :) I wonder if there's an easy way to roll a d6 with custom faces that starts at zero and ends at five. I know that I can do 1d6-1 but I really have to display the zero. Thanks for your help!
Ok I found how to make a custom theme, I guess that this is my only option here. I tried to edit the models.json as I just need the d6 but it seems that the code forces you to implement every single type of dice (except d10 or d100?). So I wonder if there's a way to just have a d6 model to have the most lightweight implementation of the dice-box.
Hey @Rafarel is that what you ended up doing and did it work for you?
I'm facing a similar issue, where I would like to make a dice that only goes up to 3, so [1, 1, 2, 2, 3, 3,] Or one that has only 5s and 6s etc.
As this will be core to the balancing of the game, it would be handy not to need to fiddle with these huge theme files.
For my prototyping phase I might just make colored dice and then have a legend in the corner that explains how the results are mapped..