mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
7 lines
No EOL
438 B
Handlebars
7 lines
No EOL
438 B
Handlebars
<div class="chat-roll">{{log this}}
|
|
{{#if hasRoll}}{{> 'systems/daggerheart/templates/ui/chat/parts/roll-part.hbs'}}{{/if}}
|
|
{{#if (or hasDamage hasHealing)}}{{> 'systems/daggerheart/templates/ui/chat/parts/damage-part.hbs'}}{{/if}}
|
|
{{> 'systems/daggerheart/templates/ui/chat/parts/target-part.hbs'}}
|
|
<div class="roll-part-header"><div></div></div>
|
|
</div>
|
|
{{> 'systems/daggerheart/templates/ui/chat/parts/button-part.hbs'}} |