
Is it possible to sum two independent rolls in a roll template together to produce a final result for that roll? Pseudo-code: &{template:default} {{name=Defense}} {{Passive=[[4d2>2]]}} {{Active=[[4d2>2]]}} {{Defense=@{Passive}+@{Active}}} I want the results of the Passive and Active rolls to be summed as Defense and not Defenseas a 3rd independent roll.