Import initial

This commit is contained in:
2026-05-02 09:16:24 +02:00
parent e4b91948d2
commit 839b2b606e
76 changed files with 10025 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<div class="les-oublies-chat">
<h3>{{label}}</h3>
<p><strong>{{actor.name}}</strong> lance les dés de Songes et de Cauchemar.</p>
<p>Songes : <strong>{{songesDie}}</strong> | Cauchemar : <strong>{{cauchemarDie}}</strong></p>
<p>Cible : <strong>{{target}}</strong> | Résultat retenu : <strong>{{selected}}</strong></p>
<p>{{#if success}}Succès{{else}}Échec{{/if}}</p>
</div>