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 .
×
The developers are currently investigating an issue with logging in + accessing the VTT.
Create a free account

Roll Syntax, cheater's dice

I essentially need to simulate rolling a d6 that has 2 '6' sides and no '1' side How would I do this? Basic re-rolling 1s doesn't work because the replaced result could be 2-6, when I want it to be only 6. Rolling 1d5+1 doesn't work for a similar reason., There should be a 1/3 chance of a 6, and 1/6 chance of 2-5.
1434337133
Gen Kitty
Forum Champion
What you need, my friend, is a Rollable Table!
A little kludgy, but that will work. Thanks!
1434353940
Ziechael
Forum Champion
Sheet Author
API Scripter
Simple, but less aesthetically accurate answer would be to just read 1's as 6's...?