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

12
templates/chat-perk.hbs Normal file
View File

@@ -0,0 +1,12 @@
<div class="item-to-chat">
<div class="intro-chat">
<ul>
<li><strong>Perk : {{name}}</strong></li>
<li>{{system.flavorText}}</li>
<li>Role : {{system.role}}</li>
<li>Level : {{system.level}}</li>
<li>{{{system.description}}}</li>
</ul>
</div>
</div>