Skip to content

Instantly share code, notes, and snippets.

@arafatm
Created August 26, 2015 01:13
Show Gist options
  • Save arafatm/d63ed3e0cd0538fa858a to your computer and use it in GitHub Desktop.
Save arafatm/d63ed3e0cd0538fa858a to your computer and use it in GitHub Desktop.
arafatm@ARAFATM_WIN7 /c/home/code
$ ruby dnd.rb +5 2d6+4
AC | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 |
HIT | 0.70 | 0.65 | 0.60 | 0.55 | 0.50 | 0.45 | 0.40 | 0.35 | 0.30 | 0.25 | 0.20 | 0.15 | 0.10 | 0.05 |
D/R | 7.70 | 7.15 | 6.60 | 6.05 | 5.50 | 4.95 | 4.40 | 3.85 | 3.30 | 2.75 | 2.20 | 1.65 | 1.10 | 0.55 |
On a hit, avg dmg = 11.0
arafatm@ARAFATM_WIN7 /c/home/code
$ ruby dnd.rb +4 2d6+7
AC | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 |
HIT | 0.65 | 0.60 | 0.55 | 0.50 | 0.45 | 0.40 | 0.35 | 0.30 | 0.25 | 0.20 | 0.15 | 0.10 | 0.05 |
D/R | 9.10 | 8.40 | 7.70 | 7.00 | 6.30 | 5.60 | 4.90 | 4.20 | 3.50 | 2.80 | 2.10 | 1.40 | 0.70 | |
On a hit, avg dmg = 14.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment