Add Enemy sheet

This commit is contained in:
2025-05-25 21:52:09 +02:00
parent 4aa22195a3
commit f2e6415f33
13 changed files with 79 additions and 16 deletions

9
templates/chat-trait.hbs Normal file
View File

@@ -0,0 +1,9 @@
<div class="item-to-chat">
<div class="intro-chat">
<h2>{{name}}</h2>
<ul>
<li>{{{system.description}}}</li>
</ul>
</div>
</div>