16 lines
506 B
Handlebars
16 lines
506 B
Handlebars
<img class="chat-icon" src="{{competence.img}}" data-tooltip="{{oeuvre.system.competence}}" />
|
|
<h4>
|
|
{{alias}} joue à : {{oeuvre.name}}
|
|
</h4>
|
|
{{> "systems/foundryvtt-reve-de-dragon/templates/chat-infojet.hbs"}}
|
|
<hr>
|
|
<div>
|
|
{{#if rolled.isSuccess}}
|
|
{{alias}} a gagné la partie !
|
|
{{else}}
|
|
{{alias}} a perdu ...
|
|
{{/if}}
|
|
{{> "systems/foundryvtt-reve-de-dragon/templates/chat-info-appel-au-moral.hbs"}}
|
|
</div>
|
|
{{> "systems/foundryvtt-reve-de-dragon/templates/chat-description.hbs" oeuvre.system}}
|