
I'm working on a macro for Booming Blade and ran into an problem with the 3D dice. The dice formula's all seem to be correct but when rolled it only shows the 3D Dice for the "If Critical" Thunder damage. &{template:default} {{name=Fractured Coronal Booming Blade}} {{Attack= [[?{Advantage?|Normal Roll,1d20|
Advantage,3d20kh1|
Disadvantage,2d20kl1} + @{Galinndan|intelligence_bonus}+@{Galinndan|pb}]]}} {{Damage= [[1d8+@{Galinndan|intelligence_bonus}+2]] radiant damage & [[[[(ceil((@{Galinndan|level} + 2)/6)-1)]]d8]] thunder damage}} {{If critical [[20+@{Galinndan|intelligence_bonus}+@{Galinndan|pb}]]= [[2d8+@{Galinndan|intelligence_bonus}+2]] radiant damage & [[[[(ceil((@{Galinndan|level} + 2)/6)-1)*2]]d8]] thunder damage}} {{Booming Energy= On a hit, if the target willingly moves 5 feet or more before the start of your next turn, the target takes [[(round((@{Galinndan|level} + 1) / 6 + 0.5))]]d8 thunder damage, and the spell ends.}} {{Sap Weapon Mastery= If you hit a creature with this weapon, that creature has Disadvantage on its next attack roll before the start of your next turn.}} {{Critical Effect= The target needs to make a DC [[13]] Con save or the creature’s speed is halved until the end of its next turn. In addition, if the creature is able to make multiple attacks using a Multiattack action or Extra Attack feature, it makes one fewer attack while its speed is reduced in this way.}}
Does anyone know why it's excluding the rest of the rolls?