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.
Community
General Tabletop Discussion
*Geek Talk & Media
Excel party xp calculator for 3.5e!
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="Davin" data-source="post: 1380834" data-attributes="member: 1183"><p>Agreed!</p><p></p><p>I just finished coding this all up in my favorite (super-concise) language, so I thought I'd annoy everyone with a few statistics on it... <img src="https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f600.png" class="smilie smilie--emoji" loading="lazy" width="64" height="64" alt=":D" title="Big grin :D" data-smilie="8"data-shortname=":D" /></p><p></p><p><em>(The code includes descriptive variable names that are longer than necessary, and alternate processing code-paths for three configurable options.)</em></p><p>6 lines of code total (219 characters), max line length = 53, avg line length = 36.5</p><p><em>(broken down into: )</em></p><p>1 line for the primary formula calculation (no tables at all, only 3 numeric constants [300, 1.5, & 1.333] for the computation)</p><p>3 lines of hard-coded edge-limitations (optionally applied): PL<3, CR=1, range<8</p><p>1 line of special handling for fractional-CR monsters</p><p>1 line to (optionally) adjust to match "incorrect" patterns in DMG table</p><p></p><p><em>(Does that sound annoying enough?)</em> <img src="https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f609.png" class="smilie smilie--emoji" loading="lazy" width="64" height="64" alt=";)" title="Wink ;)" data-smilie="2"data-shortname=";)" /></p><p></p><p>Yes, it handles everything in the 3.5 DMG + 3.0 ELH, with a spot-on match for everything (except the typo previously noted @ 5550). It handles the Level < 3 exceptions and the CR = 1 exceptions, plus divides as appropriate for CR < 1. The exceptions can be turned off, as can the 7-level-difference-limit, and it computes it either as a DMG match or with the single-formula correction. There are no upper limits on Level or CR.</p><p></p><p>What else? Oh, yeah ... if you really wanted to I think you could jam the whole thing into a single, LONG, Excel formula that can be used anywhere (or everywhere) you need it.</p></blockquote><p></p>
[QUOTE="Davin, post: 1380834, member: 1183"] Agreed! I just finished coding this all up in my favorite (super-concise) language, so I thought I'd annoy everyone with a few statistics on it... :D [i](The code includes descriptive variable names that are longer than necessary, and alternate processing code-paths for three configurable options.)[/i] 6 lines of code total (219 characters), max line length = 53, avg line length = 36.5 [i](broken down into: )[/i] 1 line for the primary formula calculation (no tables at all, only 3 numeric constants [300, 1.5, & 1.333] for the computation) 3 lines of hard-coded edge-limitations (optionally applied): PL<3, CR=1, range<8 1 line of special handling for fractional-CR monsters 1 line to (optionally) adjust to match "incorrect" patterns in DMG table [i](Does that sound annoying enough?)[/i] ;) Yes, it handles everything in the 3.5 DMG + 3.0 ELH, with a spot-on match for everything (except the typo previously noted @ 5550). It handles the Level < 3 exceptions and the CR = 1 exceptions, plus divides as appropriate for CR < 1. The exceptions can be turned off, as can the 7-level-difference-limit, and it computes it either as a DMG match or with the single-formula correction. There are no upper limits on Level or CR. What else? Oh, yeah ... if you really wanted to I think you could jam the whole thing into a single, LONG, Excel formula that can be used anywhere (or everywhere) you need it. [/QUOTE]
Insert quotes…
Verification
Post reply
Community
General Tabletop Discussion
*Geek Talk & Media
Excel party xp calculator for 3.5e!
Top