
So currently I have my attack and defense rolls set up like 1d20cs>19cf19 to recognize when a 20, 19 or 1 are rolled. The template also states "fumble" or "critical" or "near perfect hit". However there is also a thing called fatigue. Where if a defense roll naturally rolls a 1 or under the fatigue score then the character has gotten fatigued. This is how it currently looks. {{#def_roll}} <tr><td><span class="tcat">Defense Roll: </span>{{def_roll}}</td></tr> {{#rollWasCrit() def_roll}}{{#^rollWasFumble() def_roll}} <tr><td><span class="tcat">Perfect Defense!</span></td></tr> {{/^rollWasFumble() def_roll}}{{/rollWasCrit() def_roll}} {{#rollWasCrit() def_roll}}{{#rollWasFumble() def_roll}} <tr><td><span class="tcat">Near-Perfect Defense!</span></td></tr> {{/rollWasFumble() def_roll}}{{/rollWasCrit() def_roll}} {{#rollWasFumble() def_roll}}{{#^rollWasCrit() def_roll}} <tr><td><span class="tcat">Fumble!</span></td></tr> {{/^rollWasCrit() def_roll}}{{/rollWasFumble() def_roll}} {{/def_roll}} So how do I modify this template so that if it rolls under fatigue (which can change during combat) it says "fatigue gained"