Is there a way to roll two different dice and drop the lowest of them? I haven't been able to find an expression that does this successfully.
Viewing post in Using dice styles with saved expressions?
there is, you can apply some roll conditions to named results, like this:
roll=d6+f6, rollK
But in the current version it only works if the conditions are applied to a result that contains all of the relevant dice, so you can’t combine results and then apply a condition like this (not yet, sorry):
roll1=d6, roll2=f6, roll=roll1+roll2, rollK