python-dice
python-dice copied to clipboard
Add inverse exploding dice
The x operator adds another dice if a threshold is passed. Can you add the inverse? So that 1d20i = [1, 15] or 1d20i15 = [16] or [12, 19].
many thanks in advance
See if this branch does what you need