Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

[5e Community] Weird additional Calculations for attack and damage on spells when using the roll20 5e Char Sheet

Although its mostly zeros a whole lot of "modifiers" are calculated when I cast spells using the roll20 5e char sheet.  What are they for (ceiling?  floor?)?  Take a look at the screen capture.
1463964120
Wes
Pro
Sheet Author
(Floor((18-10)/2)) == Is the Ability Modifier Calculation, (18-10) = 8 / 2 rounded Down = 4  (ceil((0+0+0+0+0+0+0+0+0+0+0+2)/1e10) + ceil((0+0+0+0+0+0+0+0+0+0+0+2)/4)) == Is the Calculation for Proficiency Bonus, It Adds all your class levels together and then divides by 1e10 and adds that to All class levels added together and divided by 4 rounded up. Then Rounds the sum of those 2 calculations up. + (0) == Is a global modifier that is set on the sheet on the core tab underneath the Abilities section on the left. So from your image above the calculations = ( Roll of 2 on a d20 ) + ( Intelligence Mod of 4 ) + ( Proficiency Bonus of  2 [Level 2 Wizard = (2/1e10 = 0.0000000002) + (2/4 = 0.5 Rounded up to 1 ) = 1.0000000002 Rounded up to 2 ] ) + ( 0 = No Global Modifier ) Resulting in a modified roll of 8.