
So, the short of it is that my Empowered Blast is supposed to add up the dice roll and the modifiers and then multiply it by 1.5. I've tried putting a macro together to do that, but it's currently only multiplying the final variable modifier. This is the relevant portion of the macro {{damage=[[7d6 + 4 + ?{Overflow?:|1,3|2,6|3,9|4,12|No,0} + ?{Burning?:|Yes,1d6|No,0} + ?{Undead?:|Yes,1|No,0} + ?{Overflow Con?:|2,1|4,2|6,3} + ?{Furious?:|Yes,10|No,0} * ?{Empowered?:|Yes,1.5|No,1|} ]]}} So as it stands the only part that is being multiplied is the 10 from Furious. How would I fix this?