Heh, I was just debating that rogue class is great, on steam, and then went into reviewing sneak attack damage. I took a screenshot to show facts and then ... hey, wait ..

Screenshot - and Evidence !
[img]https://steamcommunity.com/sharedfiles/filedetails/?id=2370648672[/img]

From my screenshot you can see the following:
The operation: 4(1D6 Piercing) * ((4(level) -1)/2 + 1) = 8

Now plain math w/ PEMDAS (hope you guys from the 80's remember that) :

4 * ((4 - 1)/2 + 1) = 8 ---> that's not 8. You can also just paste this operation in google ... my god, the math are wrong, can't believe it

4-1 = 3
3/2 = 1.5
1.5 + 1 = 2.5 ----> was that number round down anyhow ? If you round it .. it should be UP .. not DOWN or was it that in the code the .5 was dropped ?
4 * 2.5 = 10 ---> the answer with no round number.


Arguing with an engineer is like wrestling with a pig in the mud. After a bit, you realize the pig enjoys it.