this post was submitted on 25 Aug 2025
142 points (96.7% liked)
Dungeons and Dragons - Memes and Comics
3981 readers
81 users here now
A community for Dungeons and Dragons Memes and Comics
/c/DnD Network Communities
- Dungeons and Dragons
- Dungeons and Dragons - Art
- DM Academy
- Dungeons and Dragons - Homebrew
- Dungeons and Dragons - AI
- Dungeons and Dragons - Looking for Group
Rules (Subject to Change)
- Be a Decent Human Being
- Credit OC content (self or otherwise)
- When posting OC comics please tailor your title to adhere to the following format*:
"Title" - [Comic Name]
e.g. "Krak of Dawn" - [Swords Comic]
*Does not apply to memes
- Posts must have something to do with Dungeons and Dragons and be in a meme format or a comic
- Zero tolerance for Racism/Sexism/Ableism/etc.
- No NSFW content
- Abide by the rules of lemmy.world
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Let da and db be the results in both d6 dice, the result for the d36 would be 6(da - 1) + db. This gives an equal chance of getting any number between 1 and 36, both included, eg da = 5; db = 5; gives d36 = 29 (which is prime).
Very cool, TIL! Is there a name for this mathematical strategy? Both search and AI are failing me
It's just using the result of the dice roll as digits to compose a number in a base 6 positional numeral system.
Maybe it's not obvious because the formula above is already reduced. Digits in base six can only be 0-5, that's why there's a
-1
in6(da -1)
. Two digits would give us a result between 0-35, that's why there's no-1
subtracted from db, I already added 1 to make the range 1-36.You could use two different dice as well, like a d8 and a d6 to make a d48. Or three or more dice with the same number of faces, eg 3 d6 to make a d216 (they have to be distinguishable, in color, size, style...). For more than two different dice the math would get too messy to be practical, I reckon.