Open rongcuid opened 2 years ago
That would be a good addition, thanks for the suggestion. For now, you can get the same result with
roll = CompositeRoll([1d10, 1d10], 0, x -> x[1] - x[2])
This could also be one of the ways to implement it, in case you want to give it a try.
Currently there is no operator for subtracting dice:
It would be great to add such functionality.