What are you adding?
What are you adding?
How to roll 100:
How do you get “1” like this?
I suppose you have to roll 10 to get to 100 = 0
But then what?
You get 100 when you roll 10 twice
(1d10 - 1) * 10 + 1d10 -> (10 - 1) * 10 + 10 = 9 * 10 + 10 = 90 + 10 = 100
Alternatively:
Roll a percentile die and a d10 together. Done.
that is a different way of doing it I didn’t think about but my method still works
to roll 1:
1st, 0 x 10 = 0
2nd, 0+0 = 0
add 1, 0 + 1 = 1
to roll 100:
1st, 9 x 10 = 90
2nd, 90 + 9 = 99
add 1, 99 + 1 = 100
Wouldn’t that give you 11-100?
The Lowest number on a dice is 1, and 1×10 gives you 10.
The formula would have to be ((d10-1)×10)+d10=x≥90⟹y=y+1
there’s a 0 on the die