Files
fvtt-hellborn/templates/chat-malefica.hbs
LeRatierBretonnien 4aa22195a3
All checks were successful
Release Creation / build (release) Successful in 56s
Add Enemy sheet
2025-05-25 20:44:49 +02:00

15 lines
452 B
Handlebars

<div class="item-to-chat">
<div class="intro-chat">
<h2>{{name}}</h2>
<ul>
<li><strong>Domain : </strong>{{upperFirst system.domain}}</li>
<li><strong>Level : </strong>{{getRomanLevel system.level}}</li>
<li><strong>Time : </strong>{{system.time}}</li>
<li><strong>Range : </strong>{{system.range}}</li>
<li><strong>Target : </strong>{{system.target}}</li>
<li>{{{system.description}}}</li>
</ul>
</div>
</div>