Files
roll20-character-sheets/EngineHeart/pug/rolltemplate.pug
T

14 lines
256 B
Plaintext

mixin notes()
| {{#notes}}
tr: td.notes
div Notes:
div {{notes}}
| {{/notes}}
rolltemplate.sheet-rolltemplate-eh
table
thead: tr: th unit( "{{charName}}" ).exec( "{{attr}}" );
tbody
tr: td Successes {{result}}
+notes()