Stamets@lemmy.world to RPGMemes @ttrpg.network · 11 days agoWhat are you adding?lemmy.worldimagemessage-square53fedilinkarrow-up1411
arrow-up1411imageWhat are you adding?lemmy.worldStamets@lemmy.world to RPGMemes @ttrpg.network · 11 days agomessage-square53fedilink
minus-squaretheroastedtoaster@lemmy.calinkfedilinkarrow-up1·11 days agoModify step 2 so you subtract 1 from the roll first, then multiply by 10. That way if you roll a 1, the 10’s digit becomes a 0.
minus-squareTechieDamien@lemmy.mllinkfedilinkarrow-up1·10 days agoYou get 100 when you roll 10 twice (1d10 - 1) * 10 + 1d10 -> (10 - 1) * 10 + 10 = 9 * 10 + 10 = 90 + 10 = 100
Modify step 2 so you subtract 1 from the roll first, then multiply by 10. That way if you roll a 1, the 10’s digit becomes a 0.
Then you get 1 to 99
You get 100 when you roll 10 twice
(1d10 - 1) * 10 + 1d10 -> (10 - 1) * 10 + 10 = 9 * 10 + 10 = 90 + 10 = 100