foundryvtt-reve-de-dragon/templates/chat-resultat-jeu.hbs

16 lines
506 B
Handlebars
Raw Normal View History

<img class="chat-icon" src="{{competence.img}}" data-tooltip="{{oeuvre.system.competence}}" />
2021-01-27 23:35:45 +01:00
<h4>
2021-01-31 21:37:41 +01:00
{{alias}} joue à : {{oeuvre.name}}
2021-01-27 23:35:45 +01:00
</h4>
2025-01-27 22:13:33 +01:00
{{> "systems/foundryvtt-reve-de-dragon/templates/chat-infojet.hbs"}}
2021-01-27 23:35:45 +01:00
<hr>
<div>
{{#if rolled.isSuccess}}
{{alias}} a gagné la partie !
{{else}}
{{alias}} a perdu ...
{{/if}}
2025-01-27 22:13:33 +01:00
{{> "systems/foundryvtt-reve-de-dragon/templates/chat-info-appel-au-moral.hbs"}}
2021-01-27 23:35:45 +01:00
</div>
2025-01-27 22:13:33 +01:00
{{> "systems/foundryvtt-reve-de-dragon/templates/chat-description.hbs" oeuvre.system}}