A bit late to the party, as I initially couldn't find a way to hide the square brackets in the output, but you can do this: Change the damage field so it's inside [[ ]] brackets, e.g. Damage: [[2d6]] Then change the crit field to the following: }}{{crit1=$[[0]]}} You could just put the $[[0]] in there, but it will output with brackets around the number. Edit - come to think of it, you could just overwrite the standard {{dmg1}} field instead, by putting this in the crit field (adjust the math for the weapon, obviously): 0]]}}{{dmg1=[[2*2d6[CRIT]+@{strength_mod}[STR]]]}}{{crit=}} That will remove the crit damage display and add all the damage together, if that's the preference.