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

Rollable Table question

1554845106

Edited 1554845150
When assigning weigh to a rollable table How do you mimic a dice roll?  Weigh 1 = dice roll 1,  Weight 2 = dice roll 2 and so on?
1554846324

Edited 1554847039
I'm trying to mimick this: 1-5 -  Would i set weight to 5 6-12   Weight to 12 13-17 Weight to 17 18-19  weight to 19 20 weight to 20?
1554848167

Edited 1554848237
GiGs
Pro
Sheet Author
API Scripter
For single die rolls like a d20, you count the numbers on the dice that fall in the range. So for a roll of 1-5, there are 5 numbers that fall in that range: 1, 2, 3, 4, and 5, so that wight is 5. For a roll of 6-12, the numbers in the range are 6, 7, 8, 9,10, 11, 12 - counting them gives 7, so wight is 7. The quickest way to calculate this is:  Take the top number Subtract the bottom number add 1 So a range of 6-12 would be Top number = 12, bottom number is 6, so 12 - 6 + 1 = weight 7. For multiple dice (2d6, 3d6, 1d20 with advantage, etc) it gets a lot more complicated, but for single die rolls like these its very simple once you know what you are doing.
GiGs said: For single die rolls like a d20, you count the numbers on the dice that fall in the range. So for a roll of 1-5, there are 5 numbers that fall in that range: 1, 2, 3, 4, and 5, so that wight is 5. For a roll of 6-12, the numbers in the range are 6, 7, 8, 9,10, 11, 12 - counting them gives 7, so wight is 7. The quickest way to calculate this is:  Take the top number Subtract the bottom number add 1 So a range of 6-12 would be Top number = 12, bottom number is 6, so 12 - 6 + 1 = weight 7. For multiple dice (2d6, 3d6, 1d20 with advantage, etc) it gets a lot more complicated, but for single die rolls like these its very simple once you know what you are doing. Appreciate the suggestion! Many thanks!