Jump to content

Help finding probabilities of doing body damage for Normal Damage attacks


Sociotard

Recommended Posts

I'm trying to size an EB based on its ability to do body damage to a specific target. Does anybody have a program or excel sheet to find the odds of doing body damage for large DC normal damage attacks?

 

I made one such sheet, but it only goes to 4DC. Any further seems . . . difficult.

Link to comment
Share on other sites

Re: Help finding probabilities of doing body damage for Normal Damage attacks

 

This should make it a lot easier:

 

p(B, N) - The probability of rolling B Body on N dice

 

If B < 0, p(B, N) = 0

If B > 2*N, p(B, N) = 0

 

Otherwise:

 

p(0, 1) = 1/6

p(1, 1) = 2/3

p(2, 1) = 1/6

p(B, N+1) = (1/6)*p(B, N)+(2/3)*p(B-1, N)+(1/6)*p(B-2, N)

 

That should allow you to setup, for example, a column for each DC value, with a simple formula in all but the first column that calculates the probabilities for each cell. Not very complicated at all.

Link to comment
Share on other sites

Re: Help finding probabilities of doing body damage for Normal Damage attacks

 

This should make it a lot easier:

 

p(B, N) - The probability of rolling B Body on N dice

 

If B < 0, p(B, N) = 0

If B > 2*N, p(B, N) = 0

 

Otherwise:

 

p(0, 1) = 1/6

p(1, 1) = 2/3

p(2, 1) = 1/6

p(B, N+1) = (1/6)*p(B, N)+(2/3)*p(B-1, N)+(1/6)*p(B-2, N)

 

That should allow you to setup, for example, a column for each DC value, with a simple formula in all but the first column that calculates the probabilities for each cell. Not very complicated at all.

 

Cool.

 

Now, do you have a spoon I can put my brain back in with?

 

:D

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...