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
Million Dollar TTRPG Crowdfunders
Most Anticipated Tabletop RPGs Of The Year
Tabletop RPG Podcast Hall of Fame
Eric Noah's Unofficial D&D 3rd Edition News
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
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.
ShortQuests -- Pocket Sized Adventures! An all-new collection of digest-sized D&D adventures designed for 1-2 game sessions.
Community
General Tabletop Discussion
*Pathfinder & Starfinder
Maths problem +2h weapons.
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="Altamont Ravenard" data-source="post: 1168235" data-attributes="member: 14700"><p>OK, he're my little analysis. The Greatsword seems to come out on top by an insignificant amount...</p><p></p><p>The 1st column represents the chance you have to hit. The 2nd column represents your chance of getting a critical hit. The 3rd column represents the chance of getting a normal hit (which is basically 1st column - 2nd column). The 4th column represents estimated damage output, ie (Chance to get a critical hit * average damage * 2) + (Chance to get a normal hit * average damage).</p><p></p><p>For the greatsword, with Improved critical, you need to hit on a 17 (20%) or more to get a chance of getting a critical hit. Your chance of getting a critical hit is (Chance to hit)² if your to-hit probability (1st column) is < 25%; and 20%*(Chance to hit) if your to-hit probability is > 20%.</p><p></p><p>For the falchion, with Improved critical, you need to hit on a 15 (30%) or more to get a chance of getting a critical hit. Your chance of getting a critical hit is (Chance to hit)² if your to-hit probability (1st column) is < 35%; and 30%*(Chance to hit) if your to-hit probability is > 30%.</p><p></p><p>I hope the tables are ok...</p><p></p><p>[code]</p><p>Greatsword (crit 17-20, ave dam 7+2+10 = 19, ave crit dam 38) </p><p>%ToHit %Crit %Normal Ave dam</p><p>0,0% 0,0% 0,0% 0,00</p><p>5,0% 0,3% 4,8% 1,00</p><p>10,0% 1,0% 9,0% 2,09</p><p>15,0% 2,3% 12,8% 3,28</p><p>20,0% 4,0% 16,0% 4,56</p><p>25,0% 5,0% 20,0% 5,70</p><p>30,0% 6,0% 24,0% 6,84</p><p>35,0% 7,0% 28,0% 7,98</p><p>40,0% 8,0% 32,0% 9,12</p><p>45,0% 9,0% 36,0% 10,26</p><p>50,0% 10,0% 40,0% 11,40</p><p>55,0% 11,0% 44,0% 12,54</p><p>60,0% 12,0% 48,0% 13,68</p><p>65,0% 13,0% 52,0% 14,82</p><p>70,0% 14,0% 56,0% 15,96</p><p>75,0% 15,0% 60,0% 17,10</p><p>80,0% 16,0% 64,0% 18,24</p><p>85,0% 17,0% 68,0% 19,38</p><p>90,0% 18,0% 72,0% 20,52</p><p>95,0% 19,0% 76,0% 21,66</p><p>100,0% 20,0% 80,0% 22,80</p><p></p><p>Falchion (crit 15-20, ave dam 5+2+10 = 17, ave crit dam 34) </p><p>%ToHit %Crit %Normal Ave dam</p><p>0,0% 0,0% 0,0% 0,00</p><p>5,0% 0,3% 4,8% 0,89</p><p>10,0% 1,0% 9,0% 1,87</p><p>15,0% 2,3% 12,8% 2,93</p><p>20,0% 4,0% 16,0% 4,08</p><p>25,0% 6,3% 18,8% 5,31</p><p>30,0% 9,0% 21,0% 6,63</p><p>35,0% 10,5% 24,5% 7,74</p><p>40,0% 12,0% 28,0% 8,84</p><p>45,0% 13,5% 31,5% 9,95</p><p>50,0% 15,0% 35,0% 11,05</p><p>55,0% 16,5% 38,5% 12,16</p><p>60,0% 18,0% 42,0% 13,26</p><p>65,0% 19,5% 45,5% 14,37</p><p>70,0% 21,0% 49,0% 15,47</p><p>75,0% 22,5% 52,5% 16,58</p><p>80,0% 24,0% 56,0% 17,68</p><p>85,0% 25,5% 59,5% 18,79</p><p>90,0% 27,0% 63,0% 19,89</p><p>95,0% 28,5% 66,5% 21,00</p><p>100,0% 30,0% 70,0% 22,10</p><p>[/code]</p><p></p><p>Of course, any other input from other mathemagicians will be appreciated <img src="https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f642.png" class="smilie smilie--emoji" loading="lazy" width="64" height="64" alt=":)" title="Smile :)" data-smilie="1"data-shortname=":)" /></p><p></p><p>AR</p></blockquote><p></p>
[QUOTE="Altamont Ravenard, post: 1168235, member: 14700"] OK, he're my little analysis. The Greatsword seems to come out on top by an insignificant amount... The 1st column represents the chance you have to hit. The 2nd column represents your chance of getting a critical hit. The 3rd column represents the chance of getting a normal hit (which is basically 1st column - 2nd column). The 4th column represents estimated damage output, ie (Chance to get a critical hit * average damage * 2) + (Chance to get a normal hit * average damage). For the greatsword, with Improved critical, you need to hit on a 17 (20%) or more to get a chance of getting a critical hit. Your chance of getting a critical hit is (Chance to hit)² if your to-hit probability (1st column) is < 25%; and 20%*(Chance to hit) if your to-hit probability is > 20%. For the falchion, with Improved critical, you need to hit on a 15 (30%) or more to get a chance of getting a critical hit. Your chance of getting a critical hit is (Chance to hit)² if your to-hit probability (1st column) is < 35%; and 30%*(Chance to hit) if your to-hit probability is > 30%. I hope the tables are ok... [code] Greatsword (crit 17-20, ave dam 7+2+10 = 19, ave crit dam 38) %ToHit %Crit %Normal Ave dam 0,0% 0,0% 0,0% 0,00 5,0% 0,3% 4,8% 1,00 10,0% 1,0% 9,0% 2,09 15,0% 2,3% 12,8% 3,28 20,0% 4,0% 16,0% 4,56 25,0% 5,0% 20,0% 5,70 30,0% 6,0% 24,0% 6,84 35,0% 7,0% 28,0% 7,98 40,0% 8,0% 32,0% 9,12 45,0% 9,0% 36,0% 10,26 50,0% 10,0% 40,0% 11,40 55,0% 11,0% 44,0% 12,54 60,0% 12,0% 48,0% 13,68 65,0% 13,0% 52,0% 14,82 70,0% 14,0% 56,0% 15,96 75,0% 15,0% 60,0% 17,10 80,0% 16,0% 64,0% 18,24 85,0% 17,0% 68,0% 19,38 90,0% 18,0% 72,0% 20,52 95,0% 19,0% 76,0% 21,66 100,0% 20,0% 80,0% 22,80 Falchion (crit 15-20, ave dam 5+2+10 = 17, ave crit dam 34) %ToHit %Crit %Normal Ave dam 0,0% 0,0% 0,0% 0,00 5,0% 0,3% 4,8% 0,89 10,0% 1,0% 9,0% 1,87 15,0% 2,3% 12,8% 2,93 20,0% 4,0% 16,0% 4,08 25,0% 6,3% 18,8% 5,31 30,0% 9,0% 21,0% 6,63 35,0% 10,5% 24,5% 7,74 40,0% 12,0% 28,0% 8,84 45,0% 13,5% 31,5% 9,95 50,0% 15,0% 35,0% 11,05 55,0% 16,5% 38,5% 12,16 60,0% 18,0% 42,0% 13,26 65,0% 19,5% 45,5% 14,37 70,0% 21,0% 49,0% 15,47 75,0% 22,5% 52,5% 16,58 80,0% 24,0% 56,0% 17,68 85,0% 25,5% 59,5% 18,79 90,0% 27,0% 63,0% 19,89 95,0% 28,5% 66,5% 21,00 100,0% 30,0% 70,0% 22,10 [/code] Of course, any other input from other mathemagicians will be appreciated :) AR [/QUOTE]
Insert quotes…
Verification
Post reply
Community
General Tabletop Discussion
*Pathfinder & Starfinder
Maths problem +2h weapons.
Top