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

[Request] Balanced rolls

1412791257

Edited 1412791287
Hi all So I have wondered if the following were possible: balancing rolls Say, instead of one d20, roll 3d20 and take the median result so the rolls are in general closer to a middle range than 1-20, call it a b20 instead of a d20. Or something similar. Thanks :)
You can do that by combining the "dl" and "dh" roll modifiers: /r {3d20dl1}dh1
Just use 3d6 instead of 1d20 if you want a range like that.
1412792600
The Aaron
Roll20 Production Team
API Scripter
This will give you the middle value: [[ {3d20kh2}kl1 ]] Basically, you're keeping the lowest 1 of the highest 2 of the 3 rolled. =D
HoneyBadger said: Just use 3d6 instead of 1d20 if you want a range like that. 19d2-18; it's the d20 of champions :þ