Download as pdf or txt
Download as pdf or txt
You are on page 1of 10

Chance of Reign

 31 Jan 2008 (https://asteroid.divnull.com/2008/01/chance-of-reign/)  Wordman (https://asteroid.divnull.com/author/wordman/) 


Gaming (https://asteroid.divnull.com/topics/gaming/)

Based on an opinion voiced in an Exalted forum (http://www.patternspider.net/forums/viewtopic.php?


p=85652#85652), I picked up the hardback (http://www.lulu.com/content/825234) of Reign
(http://www.gregstolze.com/reign/), a game self-published by Greg Stolze (http://www.gregstolze.com/). Stolze is the
co-author of the incredibly good Unknown Armies (http://www.atlas-games.com/unknownarmies/) and wrote the best
“how to run a game” chapter that I’ve ever read (published in the otherwise unremarkable Gamma World
(http://en.wikipedia.org/wiki/Gamma_World) Game Master’s Guide), so I was excited to see how he tackled the epic
fantasy genre. Mechanically, he does so with something called the One Roll Engine (http://en.wikipedia.org/wiki/ORE).
(If you want to sign up to a site with a not-very-helpful user interface, you can download a version of the basic system
(http://www.nemesis-system.com/downloads/nemesis/details.html) for free.) This engine makes use of dice in a way I
haven’t seen a game utilize before, and I gured I’d blog about the probability of the system because a) I didn’t
immediately know how to calculate it, b) a post on how to do such probability calculations will hopefully be useful to
fellow gamers and c) I wanted an excuse to play with the statistical and graphing features of Numbers
(http://www.apple.com/iwork/numbers/).

Reign uses pools of ten-sided dice (d10s), where results are determined by looking at how many
dice match each other. It is a bit like poker, where a roll might generate, say, a three-of-a-kind, a
pair, and some singles. Each of these matches is called a “set”, and the number of dice in the set
is called the “width” of the set. So, for example, if you roll ve dice and get 4, 4, 4, 2, 8, you have
one set of width three. For many rolls in Reign, the actual number being matched, called the
“height” of the set (4 in the previous example), doesn’t particularly matter. For other rolls, only the height matters. Still
others rely on both the height and the width. Usually only a single set in a roll matters, but there are some mechanics
that make use of the other sets as well. In this way, the rules in Reign pull a lot of meaning out of a single roll mechanic,
and the probabilities employed are interesting but not obvious. I’ve done some (very) minor probability documentation
on some other systems (an invented ve-suit card game (http://exalted.xi.co.nz/wiki/wiki.pl?Somori/DragonsGambit)
and the “excellencies” of Exalted (http://exalted.xi.co.nz/wiki/wiki.pl?ExcellencyMath), for example), but this is a bit
more tricky.

Simple calculations
The rst basic observation to make is that if you have a pool with more than 10 dice in it, you will always get at least one
set. If you have n+1 items that can only have n distinct values, at least one of those values will come up more than once.
Reign is well aware of this, and has rules to match. Consequently, pools only exceed 10 dice in very extraordinary
circumstances; however, these circumstances, though rare, do exist in the game, so this post will consider results with
up to 15 die pools.

Secondly, for any given roll, the odds of achieving exactly a speci c height are identical to achieving any other exact
height. That is, odds of rolling two tens using 5d10 are exactly the same as rolling two nines. This means that, were you
to build a chart where rolling height x means one thing and height y means something else, you have equal chances of
getting either result. Thus, if you want one result more than the others, you need to assign that result to more than one
height on the chart. Reign makes use of this idea at least once in the rules (as a hit-location table). More often, however,
height is used in rules where the height must be at least that number or higher. This makes reaching a certain height
harder as the number increases. A height of 10, for example, can only be reached if the dice conspired to built a set
containing 10s, but a height of nine is reached by those same sets plus sets containing nines, making it more likely. As a
result, when this post considers height, it will do so in the sense of reaching at least that height.

Tools
Because Reign deals with sets, the key technique in calculating probability is combinatorics
(http://en.wikipedia.org/wiki/Combinatorics). In particular, the concept of a combination
(http://en.wikipedia.org/wiki/Combinations) is crucial. This looks scary, but you probably had to do some of this in high
school math class. The basic idea is that you have some number of items in your hand, and you have to select a certain
(smaller) number of those items. The combination calculation measures how many different ways you could make such
as selection, where order does not matter. For example, say you have four cubes in your hand, one red (r), one blue (b),
one green(g), one violet (v). You are instructed to select two cubes, where the order doesn’t matter. You can do this, it
turns out, six different ways: rb, rg, rv, bg, bv, gv. This would be notated as C(4,2), read “four choose two”. Generically,
C(n,k), or “n choose k“. You may also have vague memories of a permutation
(http://en.wikipedia.org/wiki/Permutation), which is the same idea as combination except that order does matter. For
example, rb and br are considered the same combination, but different permutations. A permutation of two items from
a set of four is notated as P(4,2). Calculating both combinations and permutations makes use of the factorial
(http://en.wikipedia.org/wiki/Factorial) operator. This is a fairly simple idea to wrap your head around. A number like “4
factorial”, notated “4!” just means to multiply 4 × 3 × 2 × 1. So n! just means n × n−1 × n−2 × … × 3 × 2 × 1. Combinations and
permutations are calculated as follows:

n n n! n!
P(n,r)
= =   =
C ( )
k k k! (n − k)! (n − r)!

Fortunately, before you run screaming from this, most spreadsheets (and more advanced calculators) have functions for
combinatorics. Excel, for example, uses combin(n,k) (http://www.techonthenet.com/excel/formulas/combin.php) . It also
has permut(n,r) (http://www.techonthenet.com/excel/formulas/permut.php) , fact(n)
(http://www.techonthenet.com/excel/formulas/fact.php) and power(x,y)
(http://www.techonthenet.com/excel/formulas/power.php) , which are also useful. (One note here: Numbers lacks a
permut(n,r) method, which is extremely irritating.)

Stepping-stone calculations
Calculating odds of rolls like this is somewhat similar to calculating odds in poker
(http://en.wikipedia.org/wiki/Poker_probability): you gure out how many possible ways there are to get a certain
result, and you divide by the total number of all results. This gives the percent chance of achieving that result.
Calculating the total possible results for a die roll is easy: start with a single die and gure out how many results this die
can yield. Unless you are using very strange dice, this will equal the number of faces on the die. For each die you add to
the pool, multiply by the number of ways that die can come up. So, if you roll a d20, a d12 and a d6, the total possible
outcomes are 20 × 12 × 6. Since Reign uses pools of n d10s, for any given roll the total possible outcomes are 10n.

Calculating the ways to get a given result is usually more dif cult. One very trivial thing to gure out: what are the odds
of all of the dice of a roll matching? In this case, all of the dice have to match, and there are ten possible values this
match can have. Thus, no matter how many dice are rolled, there are only ten possible rolls that result in all of them
matching. This means the probability is always 10 ÷ 10n = 1 ÷ 10n−1 = 101−n.

Another basic building block is also easy to calculate: when rolling n dice, what is the chance that you will get no set at
all? To gure this out, you need to know how many ways you can roll the dice such that none match any of the others.
So, try to actually construct such a roll, rolling one die at a time. The rst die could come up as anything, so it would
have 10 possible outcomes. The second die could be anything but the value of the rst, so would have nine possible
outcomes. The third could have eight possible values and so on. This sequence is sort of like 10! (that is 10 × 9 × 8 × 7 × 6
× 5 × 4 × 3 × 2 × 1) with the last few terms hacked off based on how many dice you had. If you had six dice, for example,
you’d need to hack off the 4 × 3 × 2 × 1 part. Note that this is 4! and that “hacking off” the terms would be done by taking
10! ÷ 4!. Note that this is exactly the formula of P(10,6), above. (This is not a coincidence, but rather exactly what
permutation is.) Knowing the chance of no match, you can take 1 minus this number to gure out the chance of at least
one match. The outcome looks like this (note that this matches with page 57 of the main Reign rulebook):
Dice Rolls without Possible rolls Chance of Chance of at
match no match least one match

1 P(10,1) = 10 10 100.000% 0.00%

2 P(10,2) = 90 100 90.000% 10.00%

3 P(10,3) = 720 1,000 72.000% 28.00%

4 P(10,4) = 10,000 50.400% 49.60%


5,040

5 P(10,5) = 100,000 30.240% 69.76%


30,240

6 P(10,6) = 1,000,000 15.120% 84.88%


151,200

7 P(10,7) = 10,000,000 6.048% 93.95%


604,800

8 P(10,8) = 100,000,000 1.814% 98.19%


1,814,400

9 P(10,9) = 1,000,000,000 0.363% 99.64%


3,628,800

10 P(10,10) = 10,000,000,000 0.036% 99.96%


3,628,800

11 0 100,000,000,000 0.000% 100.00%

Getting more detailed results requires more complexity. It happens that one of the tools needed to proceed requires
guring out the odds of rolling exactly one set with a given width, and all the rest of the dice not matching at all. By
itself, this number is more of an intermediate result, but a general formula for guring it out will help calculating more
important results. We’ll call this formula “exact” and we do it like this:

1. Let n be the pool size, i.e. the number of dice.


2. Let d be the number of sides. In Reign, d is always 10.
3. Let w be the desired width.
4. If you were to hand pick a set of the desired width from your pool, you would need to select the height of the set
you are going to build, and a number of dice. The number of possible ways to do this is d × C(n,w).
5. The dice that are not part of the set have dn−w possible values, but some of these would either make the current set
larger, or could combine to make sets of their own. We want to make sure that all of the remaining dice not only
don’t match the set set, they don’t match each other, either. Since we used w dice to make the set, that leaves n−w
dice. Using ten-sided dice, the rst of these dice would have nine possible ways of not matching the set. The next
would only have eight possibilities, as it should match neither the set nor the previous die. The next die (if there is
one), would have seven possibilities and so on. If you look at the pattern, you can see that this winds up being equal
to P(d−1,n−w).
6. Taking these all together, that makes d × C(n,w) × P(d−1,n−w) possible ways to roll n d-sided dice such that they
generate exactly one set of exactly width w.
7. In Reign, the formula is Exact(n,w) = 10 × C(n,w) × P(9,n−w)

For reference, this formula gives the following values:


Width Dice

2 3 4 5 6 7 8 9 10 11 12 13

2 10 270 4,320 50,400 453,600 3,175,200 16,934,400 65,318,400 163,296,000 199,584,000

3 10 360 7,200 100,800 1,058,400 8,467,200 50,803,200 217,728,000 598,752,000 798,336,000

4 10 450 10,800 176,400 2,116,800 19,051,200 127,008,000 598,752,000 1,796,256,000 2,59

5 10 540 15,120 282,240 3,810,240 38,102,400 279,417,600 1,437,004,800 4,67

6 10 630 20,160 423,360 6,350,400 69,854,400 558,835,200 3,113

7 10 720 25,920 604,800 9,979,200 119,750,400 1,03

8 10 810 32,400 831,600 14,968,800 194,

9 10 900 39,600 1,108,800 21,6

10 10 990 47,520 1,44

11 10 1,080 56,1

12 10 1,170

13 10

14

15

Calculating width odds


Armed with this information we can start answering real questions about the probability of speci c results.
Unfortunately, there is no one formula that provides a generic answer. Each roll of n dice acts a bit like a poker hand of n
single-suited cards or, more closely, a roll in a game of poker dice
(http://www.math.uah.edu/stat/games/PokerDice.xhtml) (which is essentially a simpli ed version of Yahtzee
(http://mathworld.wolfram.com/Yahtzee.html)). You have to look at the various possible results, and count them
independently. Unfortunately, you have to do this separately for each value of n. We’ll show details of n=7, since it is large
enough for interesting things to occur. With seven dice, you have 107 possible rolls, with the following possibilities:

No match (0x). This we calculated above: P(10,7)


Single pair (2x). This we calculated above: Exact(7,2)
Two pair (2x,2x). There are C(10,2) ways to select the heights of the pairs. The rst pair can be selected C(7,2) ways,
the second C(5,2). The remaining three die can come up P(8,3) different ways without matching the two pair or
creating new pair of their own (that is, 8 × 7 × 6). So, the total number of exactly two pair rolls with seven dice is
C(10,2) × C(7,2) × C(5,2) × P(8,3). Note that this suggests a general formula for the number of exactly two pair results
for any number of dice n: C(10,2) × C(n,2) × C(n−2,2) × P(8,n−4), with the realization that this is only possible for
some values of n (i.e. if n is less than 4, you can’t actually build two pair, and P(8,n−4) becomes unde ned as well).
Three pair (2x,2x,2x). Similar to two pair, using this general formula: C(10,3) × C(n,2) × C(n−2,2) × C(n−4,2) × P(7,n−6).
Single triple (3x). This we calculated above: Exact(7,3)
Triple and a pair (3x,2x). Ten ways to select the height of the triple, the dice for which can be chosen C(7,3) ways.
That leaves nine possibilities for the height of the pair, the dice of which can be selected C(4,2) ways. For the
remaining two dice, there are 8 possible values for the height for the rst and seven for the second (otherwise they
match either each other or one of the other sets). Note that this is P(8,2). The total is then 10 × C(7,3) × 9 × C(4,2) ×
P(8,2). Again, a general formula suggests itself: 10 × C(n,3) × 9 × C(n−3,2) × P(8,n−5)
Triple and two pair (3x,2x,2x). Ten ways to select the height of the triple, the dice for which can be chosen C(7,3)
ways. There are C(9,2) ways to select the heights of the pairs. The rst pair can be selected C(4,2) ways, the second
C(2,2). The remaining three die can come up 7 different ways without matching the other sets (note that this is
P(7,1)). 10 × C(7,3) × C(9,2) × C(4,2) × C(2,2). For more than seven dice, there would dice left over that could not match
the value of any of the sets or each other, so permutations of the seven remaining possible values would be used:
10 × C(n,3) × C(9,2) × C(n−3,2) × C(n−5,2) × P(7,n−7).
Two triples. Calculated much like two pair, with a general formula of C(10,2) × C(n,3) × C(n−3,3) × P(8,n−6).
Four of a kind (4x). This we calculated above: Exact(7,4)
Four of a kind and a pair (4x,2x). Similar to a triple and a pair: 10 × C(n,4) × 9 × C(n−4,2) × P(8,n−6)
Five of a kind (5x). This we calculated above: Exact(7,5)
Five of a kind and a pair (5x,2x). Similar to a triple and a pair: 10 × C(n,5) × 9 × C(n−5,2) × P(8,n−7)
Six of a kind (6x). This we calculated above: Exact(7,6)
Seven of a kind (7x). This we calculated above: Exact(7,7)

You can do similar analysis of all the other lengths, and you end up with the table below. Each row in the table shows a
possible set combination that may be rolled, and the general formula to gure out how many possible outcomes will
generate that set combination. Naturally, not all combinations are possible for a given number of dice. Try as you might,
you’ll never get a width three set from two dice. Each cell in the table shows two different bits of information for given
result for a given number of dice. The rst is the numeric result of that number. The second, in bold, is the percentage
chance of that result when rolling that many dice. Because the table gets obnoxious as the number of dice increases,
this only shows results for two to 10 dice, but you should be able to use techniques shown above to extend it to more if
you need to. (I also wrote some really horrid Python code to double-check these numbers by counting the sets made by
every possible roll from 2 to 10 dice. It all matches.)

Result General Dice Rolled


Formula
2 3 4 5 6 7 8 9 10

0x P(10,n) 90 720 5,040 30,240 151,200 604,800 1,814,400 3,628,800 3,628,800


90.0% 72.0% 50.4% 30.24% 15.120% 6.0480% 1.81440% 0.362880% 0.0362880%

2x 10 × 10 270 4,320 50,400 453,600 3,175,200 16,934,400 65,318,400 163,296,000


C(n,2) × 10.0% 27.0% 43.2% 50.40% 45.360% 31.7520% 16.93440% 6.531840% 1.6329600%
P(9,n−2)

3x 10 × 10 360 7,200 100,800 1,058,400 8,467,200 50,803,200 217,728,000


C(n,3) × 1.0% 3.6% 7.20% 10.080% 10.5840% 8.46720% 5.080320% 2.1772800%
P(9,n−3)

4x 10 × 10 450 10,800 176,400 2,116,800 19,051,200 127,008,000


C(n,4) × 0.1% 0.45% 1.080% 1.7640% 2.11680% 1.905120% 1.2700800%
P(9,n−4)

5x 10 × 10 540 15,120 282,240 3,810,240 38,102,400


C(n,5) × 0.01% 0.054% 0.1512% 0.28224% 0.381024% 0.3810240%
P(9,n−5)

6x 10 × 10 630 20,160 423,360 6,350,400


C(n,6) × 0.001% 0.0063% 0.02016% 0.042336% 0.0635040%
P(9,n−6)

7x 10 × 10 720 25,920 604,800


C(n,7) × 0.0001% 0.00072% 0.002592% 0.0060480%
P(9,n−7)

8x 10 × 10 810 32,400
C(n,8) × 0.00001% 0.000081% 0.0003240%
P(9,n−8)

9x 10 × 10 900
C(n,9) × 0.000001% 0.0000090%
P(9,n−9)

10x 10 × 10
C(n,10) × 0.0000001%
P(9,n−10)

2x,2x C(10,2) × 270 10,800 226,800 3,175,200 31,752,000 228,614,400 1,143,072,000


C(n,2) × 2.7% 10.80% 22.680% 31.7520% 31.75200% 22.861440% 11.4307200%
C(n−2,2)
×
P(8,n−4)

3x,2x 10 × 900 43,200 1,058,400 16,934,400 190,512,000 1,524,096,000


C(n,3) × 0.90% 4.320% 10.5840% 16.93440% 19.051200% 15.2409600%

C(n−3,2)
×
P(8,n−5)
3x,3x C(10,2) × 900 50,400 1,411,200 25,401,600 317,520,000
C(n,3) × 0.090% 0.5040% 1.41120% 2.540160% 3.1752000%
C(n−3,3)
×
P(8,n−6)

4x,2x 10 × 1,350 75,600 2,116,800 38,102,400 476,280,000


C(n,4) × 0.135% 0.7560% 2.11680% 3.810240% 4.7628000%

C(n−4,2)
×
P(8,n−6)

4x,3x 10 × 3,150 201,600 6,350,400 127,008,000


C(n,4) × 0.0315% 0.20160% 0.635040% 1.2700800%

C(n−4,3)
×
P(8,n−7)

4x,4x C(10,2) × 3,150 226,800 7,938,000


C(n,4) × 0.00315% 0.022680% 0.0793800%
C(n−4,4)
×
P(8,n−8)

5x,2x 10 × 1,890 120,960 3,810,240 76,204,800


C(n,5) × 0.0189% 0.12096% 0.381024% 0.7620480%

C(n−5,2)
×
P(8,n−7)

5x,3x 10 × 5,040 362,880 12,700,800


C(n,5) × 0.00504% 0.036288% 0.1270080%

C(n−5,3)
×
P(8,n−8)

5x,4x 10 × 11,340 907,200


C(n,5) × 0.001134% 0.0090720%

C(n−5,4)
×
P(8,n−9)

5x,5x C(10,2) × 11,340


C(n,5) × 0.0001134%
C(n−5,5)
×
P(8,n−10)

6x,2x 10 × 2,520 181,440 6,350,400


C(n,6) × 0.00252% 0.018144% 0.0635040%

C(n−6,2)
×
P(8,n−8)

6x,3x 10 × 7,560 604,800


C(n,6) × 0.000756% 0.0060480%

C(n−6,3)
×
P(8,n−9)
6x,4x 10 × 18,900
C(n,6) × 0.0001890%

C(n−6,4)
×
P(8,n−10)

7x,2x 10 × 3,240 259,200


C(n,7) × 0.000324% 0.0025920%

C(n−7,2)
×
P(8,n−9)

7x,3x 10 × 10,800
C(n,7) × 0.0001080%

C(n−7,3)
×
P(8,n−10)

8x,2x 10 × 4,050
C(n,8) × 0.0000405%

C(n−8,2)
×
P(8,n−10)

2x,2x,2x C(10,3) × 10,800 529,200 12,700,800 190,512,000 1,905,120,000


C(n,2) × 1.080% 5.2920% 12.70080% 19.051200% 19.0512000%
C(n−2,2)
×
C(n−4,2)
×
P(7,n−6)

3x,2x,2x C(10,2) × 75,600 4,233,600 114,307,200 1,905,120,000


C(n,2) × 0.7560% 4.23360% 11.430720% 19.0512000%
C(n−2,2)
×

C(n−4,3)
×
P(7,n−7)

3x,3x,2x C(10,2) × 201,600 12,700,800 381,024,000


C(n,3) × 0.20160% 1.270080% 3.8102400%
C(n−3,3)
×

C(n−6,2)
×
P(7,n−8)

3x,3x,3x C(10,3) × 201,600 14,112,000


C(n,3) × 0.020160% 0.1411200%
C(n−3,3)
×
C(n−6,6)
×
P(7,n−9)

4x,2x,2x C(10,2) × 151,200 9,525,600 285,768,000


C(n,2) × 0.15120% 0.952560% 2.8576800%
C(n−2,2)
×

C(n−4,4)
×
P(7,n−8)
4x,3x,2x 10 × 907,200 63,504,000
C(n,4) × 0.090720% 0.6350400%

C(n−4,3)
×

C(n−7,3)
×
P(7,n−9)

4x,3x,3x C(10,2) × 1,134,000


C(n,3) × 0.0113400%
C(n−3,3)
×

C(n−6,4)
×
P(7,n−10)

4x,4x,2x C(10,2) × 1,134,000


C(n,4) × 0.0113400%
C(n−4,4)
×

C(n−8,2)
×
P(7,n−10)

5x,2x,2x C(10,2) × 272,160 19,051,200


C(n,2) × 0.027216% 0.1905120%
C(n−2,2)
×

C(n−4,5)
×
P(7,n−9)

5x,3x,2x 10 × 1,814,400
C(n,5) × 0.0181440%

C(n−5,3)
×

C(n−8,3)
×
P(7,n−10)

6x,2x,2x C(10,2) × 453,600


C(n,2) × 0.0045360%
C(n−2,2)
×

C(n−4,6)
×
P(7,n−10)

2x,2x,2x,2x C(10,4) × 529,200 28,576,800 714,420,000


C(n,2) × 0.52920% 2.857680% 7.1442000%
C(n−2,2)
×
C(n−4,2)
×
C(n−6,2)
×
P(6,n−8)
3x,2x,2x,2x C(10,3) × 6,350,400 381,024,000
C(n,2) × 0.635040% 3.8102400%
C(n−2,2)
×
C(n−4,2)
×7×
C(n−6,3)
×
P(6,n−9)

3x,3x,2x,2x C(10,2) × 31,752,000


C(n,3) × 0.3175200%
C(n−3,3)
×
C(8,2) ×
C(n−6,2)
×
C(n−8,2)
×
P(6,n−10)

4x,2x,2x,2x C(10,3) × 15,876,000


C(n,2) × 0.1587600%
C(n−2,2)
×
C(n−4,2)
×7×
C(n−6,4)
×
P(6,n−10)

2x,2x,2x,2x,2x C(10,5) × 28,576,800


C(n,2) × 0.2857680%
C(n−2,2)
×
C(n−4,2)
×
C(n−6,2)
×
C(n−8,2)
×
P(4,n−10)

Calculating height
As mentioned above, calculating odds for height is only interesting when you need a roll of at least a given height. Such
calculation is surprisingly cumbersome, even if you mostly leave width out of it. In order for width to “count”, you must
have at least one match, and this is what makes things hard to gure. It is honestly easier just to write code to count all
possible outcomes, but if you want to gure it out do the following:

1. Let n be the pool size, i.e. the number of dice.


2. Let d be the number of sides. In Reign, d is always 10.
3. Let h be the minimum height needed. Naturally, 0<h≤d.
4. You now need to break the problem into sub-problems. So let m take on values from 2 to n. For each value of m,
gure out the following:
1. Figure out how many rolls of n dice of d sides generate exactly m dice that have values of h or greater. This
can be done with a function X(n,d,m,h) = C(n,m) × (d-(h-1))m × (h-1)(n–m). Note that when h=1 and m=n, the nal
term in that function is 00, which is technically unde ned, so is omitted in that case.
2. Figure out how many possible ways the n dice of d sides can come up. We did this above: dn.
3. Find the probability of X(n,d,m,h). This is just the value of the function, divided by the total number of
possible rolls. So ProbXm = X(n,d,m,h) ÷ dn.
4. Now, given the m dice that came up h or greater, gure out the number of possible ways those dice can
match. We do this much the same way we gured out the chance of at least one match, above. This time,
though, we have only d-(h-1) possible values. So the possible ways to have no match with these dice is P(d-(h-
1),m). The number of possible ways these dice can come up is ÷ (d-(h-1))m. So Y(d,m,h) = (d-(h-1))m − P(d-(h-
1),m).
5. Figure ProbYm = Y(d,m,h) ÷ (d-(h-1))m.
6. Remember Probm = ProbXm × ProbYm.
5. Now add up all values of Probm, and you have the probability of rolling at least height h on n dice of d sides.

This looks like this, again with the total number of rolls that meet a given height, followed by the percentage chance:

Height Dice Rolled

2 3 4 5 6 7 8 9 10

1 10 280 4,960 69,760 848,800 9,395,200 98,185,600 996,371,200 9,996,371,200


10.0% 28.0% 49.60% 69.760% 84.8800% 93.95200% 98.185600% 99.6371200% 99.96371200%

2 9 252 4,491 63,954 792,225 8,952,624 95,403,447 982,427,886 9,941,058,909


9.0% 25.2% 44.91% 63.954% 79.2225% 89.52624% 95.403447% 98.2427886% 99.41058909%

3 8 224 4,016 57,888 729,600 8,413,056 91,453,568 957,516,032 9,803,680,256


8.0% 22.4% 40.16% 57.888% 72.9600% 84.13056% 91.453568% 95.7516032% 98.03680256%

4 7 196 3,535 51,562 660,835 7,771,456 86,191,903 918,898,750 9,546,080,131


7.0% 19.6% 35.35% 51.562% 66.0835% 77.71456% 86.191903% 91.8898750% 95.46080131%

5 6 168 3,048 44,976 585,840 7,022,784 79,471,872 863,672,832 9,124,660,224


6.0% 16.8% 30.48% 44.976% 58.5840% 70.22784% 79.471872% 86.3672832% 91.24660224%

6 5 140 2,555 38,130 504,525 6,162,000 71,144,375 788,768,750 8,490,265,625


5.0% 14.0% 25.55% 38.130% 50.4525% 61.62000% 71.144375% 78.8768750% 84.90265625%

7 4 112 2,056 31,024 416,800 5,184,064 61,057,792 690,950,656 7,588,071,424


4.0% 11.2% 20.56% 31.024% 41.6800% 51.84064% 61.057792% 69.0950656% 75.88071424%

8 3 84 1,551 23,658 322,575 4,083,936 49,057,983 566,816,382 6,357,469,311


3.0% 8.4% 15.51% 23.658% 32.2575% 40.83936% 49.057983% 56.6816382% 63.57469311%

9 2 56 1,040 16,032 221,760 2,856,576 34,988,288 412,797,440 4,731,954,176


2.0% 5.6% 10.40% 16.032% 22.1760% 28.56576% 34.988288% 41.2797440% 47.31954176%

10 1 28 523 8,146 114,265 1,496,944 18,689,527 225,159,022 2,639,010,709


1.0% 2.8% 5.23% 8.146% 11.4265% 14.96944% 18.689527% 22.5159022% 26.39010709%

Greg Stolze (https://asteroid.divnull.com/tags/greg-stolze/) probablity (https://asteroid.divnull.com/tags/probablity/)

Reign (https://asteroid.divnull.com/tags/reign/) rpg (https://asteroid.divnull.com/tags/rpg/)

You might also like