Point Buy calculator

Sqwonk

First Post
Does anyone have a point buy spreadsheet or link to one?

I know PB is not that complicated - but math is hard :D
Actually I like being able to quickly mess around the numbers to see where I am at.

Thanks in advance
 

log in or register to remove this ad




Whizbang Dustyboots said:
I doubt there's one sitting online, since the point buy rules aren't part of the SRD.
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.
 

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.
 



werk said:
You are math gooder than me...


(I used lookup tables :o )
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.

Also the table is probably easier to claim copyright on, while a simple mathematical formula would be more difficult.
 

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.
Eek, math!
 

Trending content

Remove ads

Top