Add Enemy sheet

This commit is contained in:
2025-05-25 17:41:32 +02:00
parent ff180ddd2e
commit 973daae15a
46 changed files with 1014 additions and 1828 deletions

14
templates/chat-ritual.hbs Normal file
View File

@@ -0,0 +1,14 @@
<div class="item-to-chat">
<div class="intro-chat">
<ul>
<li><strong>Ritual : {{name}}</strong></li>
<li>Difficulty : {{system.difficulty}}</li>
<li>Threshold : {{system.threshold}}</li>
<li>Limit : {{system.limit}}</li>
<li>Ingredients : {{system.ingredients}}</li>
<li>N. Attempts : {{system.nbAttempts}}</li>
<li>{{{system.description}}}</li>
</ul>
</div>
</div>