It'd be great to add the ability to roll multiple dice with constant modifiers to each of the rolls rather than to the sum of the rolls. For example, if you're attacking a group of 10 monsters that all have the same modifier for a reflex save and they get hit by an area of effect, the DM has to either roll each individual dice with the modifier or roll every dice and figure out what number is needed to fail or succeed. The syntax could be something like this: /roll 10*{1d20+3} meaning roll 1d20+3 10 times and get the result of each, it would be equivalent to write [[1d20+3]], [[1d20+3]], [[1d20+3]], [[1d20+3]], [[1d20+3]], [[1d20+3]], [[1d20+3]], [[1d20+3]], [[1d20+3]], [[1d20+3]].