Friend
of mine is running Goblin with a Fat Ass on Roll20. Sadly, there is no
character sheet available. However, after cribbing very heavily from Joe
Eager's D6 Adventure Sheet, I have the majority of a working character
sheet.
The problem that I am running into is the Ass roll. I am using this code for the roll button:
<button type='roll' value='@{whispertoggle} &{template:default} {{name=Ass}} {{Roll=[[(@{assdice})d6cf0cs0]]}}'>Ass</button>
The issue is that this rolls the sum of all the dice roilled. I would
like it to show the result of each indiviual dice instead. Could
someone point out what I am missing here?