Hello, I want to roll something like 3*(1d4 + 1) without summing up, e.g. a mage is firing three magic missiles on three different targets and I want to have the damage result for every missile in one roll. I played around but could not find any solution. The background is a roll template for the magic missile spell that gives the result by using the casterlevel-attributes to determine the number of missiles and their damage. My workarround is to have the damage output making x separate dice rolls. This means I have to edit the macro if the player levels up. Thank you for your help, Moriz