Hi, I was customizing the cantrip Booming Blade on my character, by making a Query on the Damage Field asking me for which instance of the Spell I'm rolling the damage. ?{Initial or after-effect damage?|Initial,[[round((@{level} + 1) / 6 - 0.5)]]d8 |After-effect,[[round((@{level} + 1) / 6 + 0.5)]]d8} So, if I have a character lv11, considering the cantrip follows the normal progression rule for cantrips, what the macro should do is simply letting me choose between an instance that rolls 2d8 or another that rolls 3d8. I don't know why but with the query that I set up the Attack & Spellcasting part shows the Damage/Type like this: with a Close Curly Bracket in the end. If I click on it, everything works as intended. Since I wanted to remove that random Bracket I tried to remove the last Curly Bracket on my Macro, thinking that maybe it was just optional for the code. Magically, the Bracket disappeared also from the Thumbnail: But if I click on it, the roll is broken probably because the macro misses the last bracket Does anyone know how I could clean the thumbnail without breaking the code? It would be nice to control that thumbnail independently from the macro. Also is this a sort of visual bug or is there any proper reason for this?