AnyDice Classic Archive 16

Interpolating distributions

Fri, 23 Oct 2009 00:00:00 +0000

Suppose you're using a 1d20 mechanic, but would like to curve the distribution, while keeping the same 1-20 value range. Take Median is a nice solution for that, for example 3d20m1. But what if that curves too much for your taste?

You can interpolate between dice mechanics! You do this by varying which dice mechanic you use, either by alternating between then or by rolling a die to decide which to use each time. You can do this in one roll, for example:

Roll a d4, a red (or whatever that distinguishes it) d20, and two additional d20. If the d4 shows a 1 or a 2, your result is the value of the red d20. Otherwise, your result is the middle value of the three d20.

You can adjust the flatness of the distribution by changing how the d4 dictates which mechanic to use. With a d4, you can produce a 3:1, a 1:1, or a 1:3 selection ratio.

d20-3d20m1

By interpolating mechanics you can find distributions that are otherwise hard or impossible to get. For example, by rolling 3d20 and picking either the highest or the lowest value with a 1:1 ratio, you get a distribution where the extremes are more likely to be rolled than the average.

3d20h1-3d20l1

You can interpolate between any two mechanics, they needn't have the same value range. So, in a way, you can compromise between using 1d20 and 3d6.

d20-3d6

You can modify this approach in multiple ways (one of which is actually exploding dice), but take care that the final mechanic is still playable!

Unfortunately, AnyDice 1 can't handle interpolated mechanics. AnyDice 2 will be able to hande it, but that's not very useful right now. Fortunately, it's not that hard to combine precalculated distributions in a spreadsheet, like I did for this post.

comments are closed