forked from public/foundryvtt-reve-de-dragon
#136 Ajout des connaissances
This commit is contained in:
13
templates/chat-resultat-jeu.html
Normal file
13
templates/chat-resultat-jeu.html
Normal file
@ -0,0 +1,13 @@
|
||||
<img class="chat-icon" src="systems/foundryvtt-reve-de-dragon/icons/competence_jeu.webp" alt="jeu" height="32" width="32" />
|
||||
<h4>
|
||||
{{alias}} joue à : {{jeu.name}}
|
||||
</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}}
|
||||
</div>
|
Reference in New Issue
Block a user