Add Enemy sheet
All checks were successful
Release Creation / build (release) Successful in 59s

This commit is contained in:
2025-05-25 18:39:57 +02:00
parent 29cb687bbb
commit 57706629e1
14 changed files with 346 additions and 97 deletions

View File

@@ -1,12 +1,12 @@
<div class="item-to-chat">
<div class="intro-chat">
<h2>{{name}}</h2>
<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><strong>Difficulty : {{system.difficulty}}</strong></li>
<li><strong>Threshold : {{system.threshold}}</strong></li>
<li><strong>Limit : {{system.limit}}</strong></li>
<li><strong>Ingredients : {{system.ingredients}}</strong></li>
<li><strong>N. Attempts : {{system.nbAttempts}}</strong></li>
<li>{{{system.description}}}</li>
</ul>
</div>