Trying to make 5e more oldish and want some people's opinions

W

WhosDaDungeonMaster

Guest
Well Ovinomancer, I finally have time to address your concerns, so here we go:

GAH! I get that probability is tricky and it's easy to fool yourself into thinking you've made something uncommon, but the above system isn't doing what you think it is. I'm assuming that you're using a DC10 DEX check? If you're not, then this is really, really not doing what you think it is.

Okay, I'm going to introduce you to a probability concept using a binomial distribution called 'as least x times.' Binomial distributions are good for known probability events to determine what the individual odds for a given number of event to take place over a number of trials. Like, say the odds of rolling 1 and only 1 fumble if you make 20 rolls (37.7%). If you take the odds of rolling 1 one and add it to the odds for rolling 2 ones... up to 20 ones in 20 rolls, you get the cumulative distribution for what the odds of rolling at least one 1 on 20 rolls (64.2%).

Thanks for introduction, but I think you have some misunderstandings. You do take the initial fumble attack roll into account (sorry about that, but as I wrote I glanced through your post before, and missed it). Since I am not certain what bonus you are using to the check (you seem to jump around a bit), I can't check your probabilities (they seem off..., which I'll explain later). Also, instead of arriving at the cumulative probability by adding up the probabilities of 1 success to N successes (depending on sample size of N), it is much easier to use the probability of zero successes and subtract that from 1 to find the cumulative probability of 1 or more successes.

So, if we have a fighter who makes 20 attacks, there's a 64.2% chance they'll roll at least one fumble. When they do this, and there's a 20% chance they fail a DC 10 DEX check (+2 DEX, +3 proficiency, fail on 4 or less), then the chance they'll drop their weapon in 20 attacks is 12.8%. The chance they'll fall prone is 2.6%. That may sound good, but let's say this is a dual weilding figher, making twice as many attacks -- in 40 attacks the at least one numbers are: fumble: 67.1%; drop weapon: 17.4%; fall down 3.5%. This holds at low level, but what about higher?

Is that really how you are doing your calculations? Multiplying 64.2% by 20%? Hmm... That isn't really how it works. You can't look at the binomial distribution "at least" result and then multiple that by the straight probability of failing the DC 10 check with the +5 bonus.

You need to look at the probability of success (droping the weapon) as a conditional probability since the fumble check has to be a given.

P(A) = 0.05 (natural 1 on attack roll)
P(B|A) = 0.20 (fails DC 10 check to drop weapon)

P(A and B) = P(A) * P(B|A) = 0.05 * 0.20 = 0.01 is the probability of a dropped weapon. Now, use the binomial distrubtion with that as the probability of success (again, dropped weapon). So let's go with a binomial distribution with success probability of 0.01 and a sample size of 20 trials (attacks). Using the Excel binomial distribution function, BINOM.DIST(0,20,0.01,FALSE) with parameters of 0 successes (no dropped weapon), 20 trials (attacks), probability of success (dropped weapon), and non-cumulative because we want the probability of exactly 0 successes (the mass function), not the cumulative distribution function, we arrive with 81.8%. So, there is an 81.8% chance the character will never drop their weapon in 20 attacks. Thus, if we subtract that from 1, there is about an 18.2% chance they will drop their weapon once or more in 20 attacks (most likely, only once, btw). The probability of falling prone on any one attack is 0.002 (0.01 * another 4/20), and the chance of falling prone over 20 attacks at least once is roughly 3.9%. Higher than your numbers, but still, as you say, at lower levels that holds okay. I mean, this is over 20 attacks and 18% and 4% are hardly close to garuantees. So, what of the higher levels?

A level 11 fighter is +4 prof with 3 attacks a round. Over the same time, that's 60 attacks. We're assuming they're not adding to DEX with ASI as STR and CON are important still, so that's a +6 on the DEX check. At DC 10, that's fail on 3 or less or 15%. The numbers now are: fumble: 95.4%; drop weapon: 14.3%; fall down: 2.1%. Things don't get much better. If this a that dual wielder making 80 attacks the numbers go to 98.3%, 14.7%, and 2.2% respectively.

Using your example at 11th level (only increase in prof, so +6 total, but with 60 attacks instead of 20). The probabilities are actually: natural 1: 0.9539 (95.4%), drop weapon: 0.3635 (36.4%), fall down: 0.653 (6.5%). So, with only a +1 boost to the check but 40 more attacks, obviously the probabilities will go up significantly.

The dual wielder with 80 attacks actually has numbers of natural 1: 0.9835 (98.4%), drop: 45.2%, fall 8.6%. Again, adding more attacks without increasing the check bonus will always result in more drops and falls since you are attacking more. So, if that is the case, things will never get better. :)

So, a funny thing to note about 'at least' probabilities is that as the number of trials grows, the peak of the distribution moves up. For the level 11 fighter, the at least twice numbers in 60 attacks are 12.1% to drop their weapon at least twice and 1.8% to fall down at least twice. The 80 attacks is worse, with 13.7% to drop at least twice and 2.1% to fall down at least twice.

Once again, I am not following your numbers as the 11th level fighter with +6 to the check has a 28.9% chance to drop their weapon once in 60 attacks, and less than 7.5% chance of dropping their weapon two or more times over 60 attacks. Increasing the number of attacks to 80, changes the numbers to 33.1% for exactly one drop and about 12.1% for two or more drops. But, as I said earlier, when you increase the number of trials, the likelihood of dropping increases since you have more attacks, so no surprise there. The chances of them falling down at least twice is less than 0.22% (well under 1%) with 60 attacks, and less than 0.38% (again, well under 1%) even with 80 attacks. Your numbers seem way off here. In both cases, however, the peaks of the distributions are still at zero drops and zero falls.

The shifting effect depends on probability of success (if it is greater than 0.5, it happens more quickly, but our probabilities are definitely less than 0.5). If the example above with the +6 check, the number of trials has to equal 133 (more than twice the base 60 attacks), before the peak shifts and you are more likely (36.9%) to drop once, than not at all (36.7%). The trials has to double (266 attacks) before two drops are the most likely outcome. So, with lower probabilities, you need a lot more trials before what you describe happens.

Now, as I have already said, and I will repeat for clarity: when you increase the number of trials, you increase the likelihood of 1 or more successes (i.e. drops and falls), as expected, but the peaks of the distributions remain at 0 successes unless your trial size increases drastically.

Now, here's the thing, I really don't expect the DEX check DC to be 10. To be honest, most people who like critical fumble checks think it's because it makes the game harder, and harder is better, so I expect the actual DC is at least 15. Those odds really suck.

Next, it was your jump to DC 15 that I missed also when glancing through your post initially, that was why I thought maybe your numbers didn't include the initial fumble. I apologize for that oversight, but why would you assume that? My groups have never used them because they make the game "harder" (after all, it starts with only a 1 in 20 occurrence), but because it offers an element of suspense when it happens. Maybe the reasoning is to make it harder in your experience, but not in mine.

Level 1, 20 attacks, fail check on 10 or less (+4) -- drop 35.3%, fall down 19.5 %
Level 1, 40 attacks, fail check on 10 or less (+4) -- drop 47.9%, fall down 26.4%

Level 11, 60 attacks, fail check on 8 or less (+6) -- drop 39.2%, fall down 15.2%
Level 11, 80 attacks, fail check on 8 or less (+6) -- drop 39.3%, fall down 15.7%

Level 20, 80 attacks, fail check on 5 or less (+10) -- drop 24.6%, fall down 6.1%

These are all at least once chances. With a Fighter with a +4 DEX at 20th level making attacks for 20 rounds (a reasonable fighting day) they'll drop their weapon at least once one in every four fighting days and fall down once every 18 fighting days. That's a best case, because most fighters will not have a +4 DEX, even at 20th level.

Let's examine the case for the Level 20 fighter making 80 attacks a day (using DC 10, thank you) with a +8 bonus (Dex +2, prof +6), failing only with a 1 on the drop weapon roll and the fall prone roll (from your numbers it looks like you might have still been using DC 15?).

Probabilities are natural 1: 0.05, drop weapon: 0.0025 (1/20 * 1/20), fall prone: 0.000125 (1/20 * 1/20 * 1/20).

Drop weapon on one attack or more (assuming this does NOT interrupt further attacks that round, which would decrease the chances slightly but is more complicated and does not have enough impact to seriously change the results) on 80 attack rolls: 18.15% (FYI, the probability of exactly 1 drop is most of this, 16.41%, two drops is only 1.62%, and it decreases drastically after that, so don't let the wording of "one or more" scare anyone.)

Fall prone after dropping weapon (same assumption): 1.00%

They will drop their weapon most likely once about 1 in 4 or 5 days and fall down most likely once about 1 in 100 days. Given how many attacks are being made, those odds don't seem overly harsh IMO. True, this is the best case scenario, but having played with such rules for decades, I have never seem them happen so frequently that myself or my players wanted to alter them or remove them completely. If the concept doesn't suit your sensibilities, then don't use them. The OP wanted to add tables (also fine), but this system works well for my group.



The game mechanic in use is "drop weapon" and "fall prone", which on the surface might sound ridiculous to some, but the "in story" effect can be brought about in a myriad of ways. Your attack was overextended and your foe's parry knocked your weapon loose, resulting in your dropping it. You were not able to recover in time from your off balance maneuver, and slipped on loose gravel, sending you to the ground. It doesn't literally have to mean "Oops, I was so inept and/or clumsy with my Dex 16 that my weapon just fell out of my hand and I landed on my butt! I am so ashamed!"

Anyway, for critical fumbles for spell casters and other ranged attacks? Well, I rule the ranged attack (usually a cantrip, arrow, etc.) might hit another player if they are in melee against the target since friendly fire into a melee can definitely have harmful consequences! The bowstring might snap instead of the player falling down, requiring them to either take the time to restring it or switch weapons and join the melee. A caster's spell component pouch might be lose in the dead leaves at their feet, etc. depending on the situation. I can rule the effect however matches the current scenario--but something negative happens.

For anyone who doesn't like the Dex check (Dex is overly used anyway), a simple replacement is you make a check using whatever bonuses you had to the attack roll in the first place. Suppose you had a magic weapon? Well, the bonus means you are less likely to drop it. A spell giving you an attack bonus? That spell will help with your drop and fall checks as well. You can adjust the DC like Ovinomancer if you want it harder to make. Rule 1's on the following checks always fail, no matter what bonuses you get to the roll. So on and so on, there are any number of ways to adjust critical fumbles rules if you want to use them. If not, then don't. Simple.

But for us, critical fumbles can be a fun part of the game when they happen. Other players laugh when a characters drops their weapon (not NEARLY the punishment it was in earlier additions as picking up a dropped weapon is part of a normal move or action now) or when the monsters do (they laugh even harder and love they might get advantage with the target prone!). Dropping the weapon has, at worse, normally the effect of ending any possible additional attacks with that weapon that round (on the 80 attacks above, this results in losing about 6 attacks throughout the 80). Falling prone can be more dangerous, since close attacks have advantage against you, but it only costs half your move to get up, so hardly the end of the world since if you haven't moved before attacking, you can get up the round you fell down.

Okay, my essay is done LOL. I think I have covered everything in your post. I know this is a lot to disgest, so it is time for lunch. :)

P.S. Attached is an Excel spreadsheet for anyone who wants to see how this work.
 

Attachments

  • Fumbles.xlsx
    17.3 KB · Views: 65

log in or register to remove this ad

Remove ads

Top