Hi! I'm currently working on my first character sheet project here and trying to figure out how rolltemplates work. I'm creating a character sheet for a system where it matters how much a character did fail or not fail when he rolls the dice. Every 3 points the character exceeds or fails to reach to the given difficulty he becomes on step degree better or worse. Obviously the formula is simple: floor(({{difficulty}}-{{skill}})/3). But since rolltemplates seem to be pure HTML I don't see a way to calculate this. Is there any way I can output the calculated degree of success in a rolltemplate? Greetings, Loki