How would i go about this? I've played around with the weapon roll itself in the macros section, and it's this line that does the crit damage. {{weaponcritdamage=Additional [[@{rangedcritdmg1}]]damage}} What i want to do is to be able to do things like add the sneak attack effect to the crit damage. What i current have in class actions is sneak attack [[2d6]]|crit+[[2d6]] but i want the second section to only appear on critical strikes. my current best solution is to run every attack role in the abilities screen and use {{weaponcritdamage=Additional [[@{rangedcritdmg1}]]damage+[[2d6]] sneak attack damage}} but it looks ugly. I tried to make a second section so it looked like {{weaponcritdamage=Additional [[@{rangedcritdmg1}]]damage}}{{weaponcritdamage=Additional [[2d6]] sneak attack damage}} but it only displays the last one, and if i try renaming anything it doesn't only show up on crits. I can't find anything on the sheet HTML that tells it what to add on a crit success. Is there a way to just add more headers that only appear on crits?