Initial release for FoundryVTT
This commit is contained in:
17
templates/chat/favor-card.hbs
Normal file
17
templates/chat/favor-card.hbs
Normal file
@@ -0,0 +1,17 @@
|
||||
<section class="dnc-chat-card dnc-chat-card-favor">
|
||||
<header class="chat-card-header">
|
||||
<div class="chat-card-heading">
|
||||
<p class="chat-card-kicker">Reseau</p>
|
||||
<h2>{{title}}</h2>
|
||||
{{#if subtitle}}<p class="chat-card-subtitle">{{subtitle}}</p>{{/if}}
|
||||
</div>
|
||||
<div class="chat-card-seal {{#if autoSpent}}failure{{else}}success{{/if}}">
|
||||
{{kindLabel}}
|
||||
</div>
|
||||
</header>
|
||||
<div class="chat-pill-row">
|
||||
<span class="chat-pill">Avant {{before}}</span>
|
||||
<span class="chat-pill">Apres {{after}}</span>
|
||||
</div>
|
||||
<p class="chat-note">{{note}}</p>
|
||||
</section>
|
||||
Reference in New Issue
Block a user