2021-02-06 01:34:01 +01:00
|
|
|
<img class="chat-icon" src="{{competence.img}}" alt="{{oeuvre.data.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>
|
|
|
|
{{> "systems/foundryvtt-reve-de-dragon/templates/chat-infojet.html"}}
|
|
|
|
<hr>
|
|
|
|
<div>
|
|
|
|
{{#if rolled.isSuccess}}
|
|
|
|
{{alias}} a gagné la partie !
|
|
|
|
{{else}}
|
|
|
|
{{alias}} a perdu ...
|
|
|
|
{{/if}}
|
2021-03-15 00:10:29 +01:00
|
|
|
{{> "systems/foundryvtt-reve-de-dragon/templates/chat-info-appel-au-moral.html"}}
|
2021-01-27 23:35:45 +01:00
|
|
|
</div>
|
2021-06-23 11:05:38 +02:00
|
|
|
{{> "systems/foundryvtt-reve-de-dragon/templates/chat-description.html" oeuvre.data}}
|