Initial release for FoundryVTT
This commit is contained in:
23
templates/chat/hit-dice-card.hbs
Normal file
23
templates/chat/hit-dice-card.hbs
Normal file
@@ -0,0 +1,23 @@
|
||||
<section class="dnc-chat-card dnc-chat-card-hit-dice">
|
||||
<header class="chat-card-header">
|
||||
<div class="chat-card-heading">
|
||||
<p class="chat-card-kicker">Vitalite</p>
|
||||
<h2>{{title}}</h2>
|
||||
<p class="chat-card-subtitle">{{actorName}}</p>
|
||||
</div>
|
||||
<div class="chat-card-total">
|
||||
<span>Total</span>
|
||||
<strong>{{total}}</strong>
|
||||
</div>
|
||||
</header>
|
||||
<div class="chat-pill-row">
|
||||
<span class="chat-pill">DV {{formula}}</span>
|
||||
</div>
|
||||
<p class="chat-formula">{{formula}}</p>
|
||||
{{#if dieValues.length}}
|
||||
<div class="chat-keyline">
|
||||
<span class="chat-keyline-label">Des</span>
|
||||
<p class="roll-values">{{#each dieValues}}<span>{{this}}</span>{{/each}}</p>
|
||||
</div>
|
||||
{{/if}}
|
||||
</section>
|
||||
Reference in New Issue
Block a user