foundryvtt-reve-de-dragon/templates/chat-achat-item.hbs

10 lines
427 B
Handlebars
Raw Normal View History

<img class="chat-icon" src="{{item.img}}" data-tooltip="{{item.name}}" />
2021-05-07 17:27:02 +02:00
<h4>{{#if isVente}}Achat{{else}}Don{{/if}}</h4>
<p>
{{#if acheteur}}{{acheteur.name}}{{else}}L'acheteur{{/if}} a
{{#if isVente}}acheté{{else}}pris{{/if}}
{{#if vendeur}}à {{vendeur.name}}{{/if}}:
2021-05-07 17:27:02 +02:00
{{quantiteTotal}} {{item.name}} pour {{prixTotal}} sols.
</p>
2025-01-27 22:13:33 +01:00
{{> "systems/foundryvtt-reve-de-dragon/templates/chat-description.hbs" item.system}}