Hi Mike, looks like something's broken on the sheet... the damagemiscbonus doesn't seem to actually get applied to the damage roll. Here's a quick workaround I found (use "[[ 1d4" in the damage dice field and include your bonus in the damage type field, "+1 ]] energy") Adding the opening and closing double brackets "[[ ... ]]" simply turns it into an inline roll. Looking at the damage portion of the cast spell macro; {{spelldamage=[[0 + 0 + 0 +) + 0d0]] }} It appears that there's a missing and/or errant, parenthesis, and perhaps other issues in this portion of the macro. Not sure what the ' + 0d0' is used for...?