[RPG] How to calculate an average damage when damage is conditional on circumstances

damagednd-5estatistics

I'm trying to compare two rogue builds to each other.
The first rogue is easy. It's a wood elf with a long bow in a wilderness campaign, doing 1d8+mod damage and always being hidden with SA damage. Fine.
My second rogue however is a dungeoneering halfling who might use a rapier, or might use a short sword and a dagger in the off hand.

What I'm trying to figure out is how to calculate the average damage with five different possible scenarios in mind. Each scenario might be used depending on the circumstances: who's in the room, what obstacles are there, etc.

  1. Shortsword(d6+3) + cunning action + SA(d6) (advantage) = (9)
  2. Shortsword(d6+3) + dagger(d4) + SA(d6) (no advantage) = (7.5)
  3. Rapier(d8+3) + cunning action + SA(d6) (advantage) = (9.9)
  4. Shortsword(d6+3) + dagger(d4) (no SA available) = (5.4)
  5. Shortsword(d6+3) + dagger(d4) + SA(d6) (advantage) = (11.25)

How do I figure out the odds of each of those 5 scenarios – just do average damage compiled then divided by 5? And how do I get a final reasonable number?

So does this become (9 + 7.5 + 9.9 + 5.4 + 11.25)/5 = 8.61 at level 1?

Best Answer

There's no way to get the damage in a general case, as whichever actions you should choose depend on the circumstances and it's impossible to know the circumstances ahead of time.

You can calculate the damage amounts based on certain assumptions, though. For example, if you assume you'll have advantage about every other turn, just take the average of the damage you do when you have advantage and the damage you do without advantage.

This has the caveat that it relies on the accuracy of your estimate, but it's literally the best you can do. Try to get a good estimate on how often you'll use each of the options and weigh each option's average damage accordingly. For example, if you deal 10 damage every fourth turn and 8 damage otherwise, your average damage should be:

$$ \left( 8 \times \dfrac 3 4 \right) + \left( 10 \times \frac 1 4 \right) = 6 + 2.5 = 8.5 $$

So does this become (9 + 7.5 + 9.9 + 5.4 + 11.25)/5 = 8.61 at level 1?

Only if all the five different cases are equally common, which I don't think is likely. Without knowing the 5e mechanics very well yet, I assume some of these five options happen far more than the others, meaning they'll have a higher impact on your overall average damage per turn.