{#
Roll result node
score total value counting for the roll
vs1 value of the first challenge die
vs2 value of the second challenge die
hitmiss outcome of the roll, "strong", "weak", or "miss"
match true if challenge dice are a match
#}
Roll result:
{{ score }} vs
{{ vs1 }} |
{{ vs2 }}{{ hitmiss }}{{ " WITH MATCH!" if match }}