Initial release for FoundryVTT
This commit is contained in:
30
templates/chat/chaos-card.hbs
Normal file
30
templates/chat/chaos-card.hbs
Normal file
@@ -0,0 +1,30 @@
|
||||
<section class="dnc-chat-card dnc-chat-card-chaos">
|
||||
<header class="chat-card-header">
|
||||
<div class="chat-card-heading">
|
||||
<p class="chat-card-kicker">Chaos</p>
|
||||
<h2>{{title}}</h2>
|
||||
<p class="chat-card-subtitle">La magie opere malgre l'echec ; le MJ determine les consequences.</p>
|
||||
</div>
|
||||
<div class="chat-card-total">
|
||||
<span>Jet</span>
|
||||
<strong>{{value}}</strong>
|
||||
</div>
|
||||
</header>
|
||||
<div class="chat-pill-row">
|
||||
<span class="chat-pill success">Sort maintenu</span>
|
||||
<span class="chat-pill">Avant {{before}}</span>
|
||||
<span class="chat-pill">Apres {{after}}</span>
|
||||
</div>
|
||||
{{#if chaosEntry}}
|
||||
<div class="chat-chaos-result">
|
||||
<p class="chat-chaos-result-title">{{value}} · {{chaosEntry.title}}</p>
|
||||
<p class="chat-note">{{chaosEntry.effect}}</p>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{#if degraded}}
|
||||
<p class="chat-note warning">Le de du Chaos descend d'un cran.</p>
|
||||
{{/if}}
|
||||
{{#if exhausted}}
|
||||
<p class="chat-note warning">Le de du Chaos est trop faible pour etre reutilise dans le Donjon.</p>
|
||||
{{/if}}
|
||||
</section>
|
||||
Reference in New Issue
Block a user