The gnome's got a point - I have one up on my website, but I think I'm going to pull it down 'till I think about it. That said, PM me if you want it - just a basic, adjustable Excel sheet that shows you how many points you've used and total stats w/ racial mods.Whizbang Dustyboots said:I doubt there's one sitting online, since the point buy rules aren't part of the SRD.
hafrogman said:I use this code.
=IF(A1<=14,A1-8,INT(((A1-8)^2)/6))
Yeah, your way is probably actually simpler. I just wanted to figure out a way to calculate it out. So I used brute force and cobbled one together.werk said:You are math gooder than me...
(I used lookup tables)
Eek, math!hafrogman said:If you have excel, you can just write your own real quick.
I use this code.
=IF(A1<=14,A1-8,INT(((A1-8)^2)/6))
Where A1 is the stat value 8-18, it returns the point buy cost. Copy it six times, throw in a sum at the bottom, label to suit, and voila.