PDA

View Full Version : Dice squared



Emmissary
July 9th, 2021, 02:26
Hey guys,

I wanted to make a custom magic item from one of my first games. It used a dice from backgammon, which is a d6 that uses squared numbers 1,4,9,16,25,64. It there a way to program this?

Thanks in advance,
Daniel

Moon Wizard
July 9th, 2021, 03:29
It would have to be added as an extension to add a custom die to show the squared results; and possibly to differentiate the die display in the chat window. However, the 3D die rolled would always look like a d6.

Regards,
JPG

Speculi
July 9th, 2021, 19:17
Depending on what the dice would do, maybe you could (mis-)use a rollable table with 6 entries for that?

Three of Swords
July 9th, 2021, 23:34
Depending on what the dice would do, maybe you could (mis-)use a rollable table with 6 entries for that?

This was going to be my suggestion.