Trying to add a straight forward buff for a spell, Sense Vitals, that grants bonus sneak attack dice based on caster level Tried the formula [[ floor((@{caster1_level}-1)/3) + 1 ]]d6 to melee damage and [[ floor((@{caster1_level}-1)/3) + 1 ]]d6 to sneak attack but neither works I know the formula is correct, as in the extra dice box this works any ideas on how to set this up?