Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Question on 3D dice

I have been trying to find this out or determine an answer. What is the maximum number of 3D dice that will be rolled on a screen at one time? The game we are playing could potentially have up to 30 d10s rolled but when I try to roll that many, it just gives me an output. Does anyone know where I can find the answer?
1608575390
Kraynic
Pro
Sheet Author
Do you have all the 3D dice options checked in your game settings? When I roll 30d10, I get 3D dice, but it looks like only 20 of them are displayed.
1608576014
The Aaron
Roll20 Production Team
API Scripter
I can only get 15 to show up, and I get errors in the JS Console.  Sounds like a bug/limitation of Roll20.
Thanks guys because I was having the same error when trying to roll that many, will send this over to the Roll20 bug questions.
1608581201
Gold
Forum Champion
i think the limit is intentional, perhaps to help it roll & display the results quickly enough
1608583590
The Aaron
Roll20 Production Team
API Scripter
I don't believe that's the case.  I think it's an issue with the rendering/physics simulation.  Working with 30d6 is no problem, and it does roll the 30d10, it just fails to provide the visuals to the roll.
1608694346

Edited 1608694661
But the physics it needs to simulate with 30d10 are more complicated: 30d6 is 180 sides; 30d10 is 300 sides. I would guess you could roll more d4s than d6s. EDIT: I just tried it and it still tops out displaying only 20 d4s. EDIT2: I also get no dice with 30d12, but I get results. 30d20 rolls 20 dice.
1608697442
The Aaron
Roll20 Production Team
API Scripter
6 sided dice would be the the simplest collision volume for physics simulation.
1608698789
Oosh
Sheet Author
API Scripter
Surely a d1 is simpler? :)