There are different versions of autoroller triggers available for Broken Seals. I use the following autoroller in Zmud, though it may be personalized for your favorite mudding program.
#trig {Strength : (%d)} {#if (%1 < 20) {#var stats 0} {#var stats 1}} #trig {Intelligence : (%d)} {#if (%1 < 20) {#add stats 0} {#add stats 1}} #trig {Wisdom : (%d)} {#if (%1 < 20) {#add stats 0} {#add stats 1}} #trig {Dexterity : (%d)} {#if (%1 < 20) {#add stats 0} {#add stats 1}} #trig {Constitution : (%d)} {#if (%1 < 20) {#add stats 0} {#add stats 1};#show @stats;#if (@stats < 5) {n} {#BEEP}} |
The autoroller as shown above will automatically reject all rolls where any stat is less than 20. This may be modified to suit your personal stat goals by changing any number 20 above to the desired minimum for that statistic. Please check the information page for your class for the possible maximum for each statistic shown.