Hi, Is there support for setting minima (or maxima, for that matter) on a dice expression? Let's say I want to roll 1d6-2, but with a minimum result of 1. A roll of 1-3 on the d6 should give a result of 1, and 4-6 should give 2-4. Hit dice in D&D are supposed to work this way, for example (assuming you have a CON penalty). Basically I just want to be able to write something like: [[max(1d6-2, 1)]] Cheers, Lucian