forked from public/foundryvtt-reve-de-dragon
Rendu des tables de compendiums
This commit is contained in:
18
templates/chat-compendium-table-roll.hbs
Normal file
18
templates/chat-compendium-table-roll.hbs
Normal file
@ -0,0 +1,18 @@
|
||||
<h4>Tirage aléatoire: {{document.name}}</h4>
|
||||
<div>Tirage de {{typeName}} aléatoire depuis {{document.pack}}</div>
|
||||
<div>Jet {{roll.formula}} : {{roll.total}}{{percentages}}</div>
|
||||
<hr>
|
||||
<div>
|
||||
<img class="chat-icon" src="{{document.img}}" data-tooltip="{{document.name}}" />
|
||||
<p>{{linkCompendium document.pack document.id document.name}}</p>
|
||||
{{#if document.system.formule}}
|
||||
<div class="poesie-extrait">
|
||||
[[/r {{document.system.formule}}]]
|
||||
</div>
|
||||
{{/if}}
|
||||
{{#if document.system.description}}
|
||||
<div class="poesie-extrait">
|
||||
{{{document.system.description}}}
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
Reference in New Issue
Block a user