#136 Ajout des connaissances

This commit is contained in:
2021-01-27 23:35:45 +01:00
parent 8f3680eebd
commit 96d55a7cad
16 changed files with 761 additions and 180 deletions

View 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>