Various fixes
All checks were successful
Release Creation / build (release) Successful in 59s

This commit is contained in:
2025-05-26 18:26:55 +02:00
parent 86ee9a44ec
commit 28ec390020
14 changed files with 67 additions and 30 deletions

15
templates/chat-tarot.hbs Normal file
View File

@@ -0,0 +1,15 @@
<div class="item-to-chat">
<div class="intro-chat">
<h2>{{name}}</h2>
<ul>
<li><strong>Orientation : </strong>{{system.orientation}}</li>
<li><strong>Quote : </strong>{{system.quote}}</li>
<li><strong>Bonus : </strong>{{system.bonus}}</li>
<li><strong>Penalty : </strong>{{system.penalty}}</li>
<li>{{{system.description}}}</li>
<li>{{{system.positiveEffect}}}</li>
<li>{{{system.negativeEffect}}}</li>
</ul>
</div>
</div>