I’d like to make a little web tool to convert attributes to dice. Mainly so we can have an infinite scale rather than one as big as somebody can make a manual table.
My friend came up with this equation:
( -1 + SquareRootOf (1 + ( 8 * Stat ) ) ) / 2 = Number of dice (round them down)
So —
1) does that work?
2) how do I do that in PHP?
My friend came up with this equation:
( -1 + SquareRootOf (1 + ( 8 * Stat ) ) ) / 2 = Number of dice (round them down)
So —
1) does that work?
2) how do I do that in PHP?