neat trick for all those description sections for heals, instead of writing out things like:
PL 1 = [[d4!!]]
PL 2 = [[d6!!]]
PL 3 = [[d8!!]]
which goes ahead and rolls all of them (which can lead to disappointment sometimes seeing better rolls), you can type this and it will output a button you can click in chat to roll that power level:
[PL 1](! [[d4!!]] Power Level 1 Heal)
[PL 2](! [[d6!!]] Power Level 2 Heal)
[PL 3](! [[d8!!]] Power Level 3 Heal)
the basic formatting is, for those interested:
[<Label of the button>](! [[<dice to roll>]] <text to add after the roll>)
the first [ ] is the syntax for a link or button depending on what follows
( ) contains the information to do when the button is clicked
! is carriage return that allows the roll syntax to work
[ is open bracket [
] is close bracket ]
and those are needed for syntax reasons
[<dice to roll>] is pretty straight forward, needs the bracket before and after