forked from public/foundryvtt-reve-de-dragon
Rendu des tables de compendiums
This commit is contained in:
14
templates/chat-compendium-table-roll-rencontre.hbs
Normal file
14
templates/chat-compendium-table-roll-rencontre.hbs
Normal file
@@ -0,0 +1,14 @@
|
||||
<img class="chat-icon" src="{{rencontre.img}}" data-tooltip="{{rencontre.name}}" />
|
||||
<h4>{{#if mauvaise}}Mauvaise rencontre{{else}}Rencontre{{/if}} en {{typeTmr-name tmr.type}}</h4>
|
||||
<div>{{row.document.pack}}</div>
|
||||
<div>Jet: {{row.roll.formula}} : {{row.roll.total}}{{percentages}}</div>
|
||||
<hr>
|
||||
<div>
|
||||
<p>{{rencontre.name}} de force {{rencontre.system.force}} ({{rencontre.system.formule}})</p>
|
||||
<p>{{linkCompendium row.document.pack row.document.id row.document.name}}</p>
|
||||
{{#if rencontre.system.description}}
|
||||
<div class="poesie-extrait">
|
||||
{{{rencontre.system.description}}}
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
Reference in New Issue
Block a user