In the pictured area, fire bolt (marked red, flavoured for Dragonborn) works as a cantrip with the formula [[round((@{level} + 1) / 6 + 0.5)]]d10 the sheet correctly calculates at level 5 that it is 2d10 and displays 2d10. Dragonbreath is a modified firebolt (marked yellow) made to represent a Breath Weapon. It works to correctly represent dice progression with the formula [[((round(((@{level} - 1) / 5)+0.5)) + 1)]]d6, no matter the syntax I use for this formula, it only displays the formula, instead of 2d6. When activating the spell card, it correctly rolls 2d6. Changing it back to the exact fire bolt formula causes it to show correctly. Please correct this to show calculated values for all formulae.