Menu
News
All News
Dungeons & Dragons
Level Up: Advanced 5th Edition
Pathfinder
Starfinder
Warhammer
2d20 System
Year Zero Engine
Industry News
Reviews
Dragon Reflections
White Dwarf Reflections
Columns
Weekly Digests
Weekly News Digest
Freebies, Sales & Bundles
RPG Print News
RPG Crowdfunding News
Game Content
ENterplanetary DimENsions
Mythological Figures
Opinion
Worlds of Design
Peregrine's Nest
RPG Evolution
Other Columns
From the Freelancing Frontline
Monster ENcyclopedia
WotC/TSR Alumni Look Back
4 Hours w/RSD (Ryan Dancey)
The Road to 3E (Jonathan Tweet)
Greenwood's Realms (Ed Greenwood)
Drawmij's TSR (Jim Ward)
Community
Forums & Topics
Forum List
Latest Posts
Forum list
*Dungeons & Dragons
Level Up: Advanced 5th Edition
D&D Older Editions, OSR, & D&D Variants
*TTRPGs General
*Pathfinder & Starfinder
EN Publishing
*Geek Talk & Media
Search forums
Chat/Discord
Resources
Wiki
Pages
Latest activity
Media
New media
New comments
Search media
Downloads
Latest reviews
Search resources
EN Publishing
Store
EN5ider
Adventures in ZEITGEIST
Awfully Cheerful Engine
What's OLD is NEW
Judge Dredd & The Worlds Of 2000AD
War of the Burning Sky
Level Up: Advanced 5E
Events & Releases
Upcoming Events
Private Events
Featured Events
Socials!
EN Publishing
Twitter
BlueSky
Facebook
Instagram
EN World
BlueSky
YouTube
Facebook
Twitter
Twitch
Podcast
Features
Top 5 RPGs Compiled Charts 2004-Present
Adventure Game Industry Market Research Summary (RPGs) V1.0
Ryan Dancey: Acquiring TSR
Q&A With Gary Gygax
D&D Rules FAQs
TSR, WotC, & Paizo: A Comparative History
D&D Pronunciation Guide
Million Dollar TTRPG Kickstarters
Tabletop RPG Podcast Hall of Fame
Eric Noah's Unofficial D&D 3rd Edition News
D&D in the Mainstream
D&D & RPG History
About Morrus
Log in
Register
What's new
Search
Search
Search titles only
By:
Forums & Topics
Forum List
Latest Posts
Forum list
*Dungeons & Dragons
Level Up: Advanced 5th Edition
D&D Older Editions, OSR, & D&D Variants
*TTRPGs General
*Pathfinder & Starfinder
EN Publishing
*Geek Talk & Media
Search forums
Chat/Discord
Menu
Log in
Register
Install the app
Install
Upgrade your account to a Community Supporter account and remove most of the site ads.
Rocket your D&D 5E and Level Up: Advanced 5E games into space! Alpha Star Magazine Is Launching... Right Now!
Community
General Tabletop Discussion
*Pathfinder & Starfinder
Has anyone ever taken these feats? And why?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="DracoSuave" data-source="post: 5227433" data-attributes="member: 71571"><p>What.</p><p></p><p></p><p>Now.</p><p></p><p>Alright. Work with me here.</p><p></p><p>1d6+1 has the following outcomes, each with the same possibilty of occuring:</p><p></p><p>2, 3, 4, 5, 6, 7. The mean of all outcomes is 4.5.</p><p></p><p>1d8 has eight outcomes, each with the same possibility of occuring:</p><p></p><p>1, 2, 3, 4, 5, 6, 7, 8. The mean of all outcomes is 4.5.</p><p></p><p>Now if you look very carefully, you'll notice that any outcome 1d6+1 could come up with, 1d8 also comes up with. 2 thru 7 are there. The difference then, is the 1 and the 8 on the end.</p><p></p><p>The mean damage over any number of rolls is therefore going to be 4.5. No matter what.</p><p></p><p>-------------------------</p><p></p><p>The reason the calcuation (min + max) / 2 works is because of some interesting mathematical properties.</p><p></p><p>Basically, the mean of any number of die rolls is equal to the sum of all the die rolls divided by the number of outcomes.</p><p></p><p>This looks like this:</p><p></p><p>m = [1 + 2 + .... + n-1 + n]/n where n is the size of the die. </p><p></p><p>This can also be expressed as:</p><p></p><p>m = [1 + n + 2 + n-1 + .... 1 + n/2 + n - n/2] / n</p><p></p><p>or</p><p></p><p>m = [1 + n + 1+1 + n-1 + ..... 1 + n/2 + n - n/2] / n</p><p></p><p>m = [1 + n + [1+n] + [1-1] + ...... [1+n] + [n/2 - n/2]] /n</p><p></p><p>m = [1 + n + 1 + n + ..... 1 + n] /n</p><p></p><p>and because half of these are 1s and half of them are ns</p><p></p><p>m = [1(n/2) + n(n/2)]/n</p><p>m = [1/2 + n/2]</p><p>m = (1+n)/2</p><p></p><p>In the case of a dieroll, where it's 1d6+1, the math becomes:</p><p></p><p>m = (1+6)/2 + 1</p><p></p><p>This is because over the entire series of outcome to be meaned, you add 1 to each outcome from 1d6. This means you're adding 1 six times, then dividing by six. That means you raise the average by 1X6/6 = 1.</p><p></p><p>-------</p><p></p><p>Dag, you do have a point with crits tho. That said, the difference from a crit between 1d6+1 and 2d8 is .05 Dpr. This will make very little practical difference in the number of rounds it takes to down an enemy.</p></blockquote><p></p>
[QUOTE="DracoSuave, post: 5227433, member: 71571"] What. Now. Alright. Work with me here. 1d6+1 has the following outcomes, each with the same possibilty of occuring: 2, 3, 4, 5, 6, 7. The mean of all outcomes is 4.5. 1d8 has eight outcomes, each with the same possibility of occuring: 1, 2, 3, 4, 5, 6, 7, 8. The mean of all outcomes is 4.5. Now if you look very carefully, you'll notice that any outcome 1d6+1 could come up with, 1d8 also comes up with. 2 thru 7 are there. The difference then, is the 1 and the 8 on the end. The mean damage over any number of rolls is therefore going to be 4.5. No matter what. ------------------------- The reason the calcuation (min + max) / 2 works is because of some interesting mathematical properties. Basically, the mean of any number of die rolls is equal to the sum of all the die rolls divided by the number of outcomes. This looks like this: m = [1 + 2 + .... + n-1 + n]/n where n is the size of the die. This can also be expressed as: m = [1 + n + 2 + n-1 + .... 1 + n/2 + n - n/2] / n or m = [1 + n + 1+1 + n-1 + ..... 1 + n/2 + n - n/2] / n m = [1 + n + [1+n] + [1-1] + ...... [1+n] + [n/2 - n/2]] /n m = [1 + n + 1 + n + ..... 1 + n] /n and because half of these are 1s and half of them are ns m = [1(n/2) + n(n/2)]/n m = [1/2 + n/2] m = (1+n)/2 In the case of a dieroll, where it's 1d6+1, the math becomes: m = (1+6)/2 + 1 This is because over the entire series of outcome to be meaned, you add 1 to each outcome from 1d6. This means you're adding 1 six times, then dividing by six. That means you raise the average by 1X6/6 = 1. ------- Dag, you do have a point with crits tho. That said, the difference from a crit between 1d6+1 and 2d8 is .05 Dpr. This will make very little practical difference in the number of rounds it takes to down an enemy. [/QUOTE]
Insert quotes…
Verification
Post reply
Community
General Tabletop Discussion
*Pathfinder & Starfinder
Has anyone ever taken these feats? And why?
Top