
Perhaps this option already exists, but I have been unable to find it if so. What I am looking to do is roll X (d20+Y). For instance, if 6 goblins surround a fighter, each has a +3 bonus to hit, I want to set up a macro, tell it to roll 6 dice, each at +3, and get 6 rolls of (1d20+3). Right now, this only seems to be possible when doing a target-number check, such as: /roll {3d20+3}>10. But players have different defenses, which change, and the macro doesn't auto-add the 3 (or whatever in), so it's not actually more useful than just rolling 3d20 and adding the number in your head. And /roll 3d20+3 just rolls 3 20 siders, adds them, then adds 3 to the final result. I guess I'm just looking to see each result in the list modified, and not really caring about the final summation. Anyways: if the ability to roll a number of modified dice, and see the result of each, exists, I'd be quite thankful if somebody pointed it out to me. If not, it seems like a piece of syntax which might be useful to many people.