Files
fvtt-hellborn/templates/chat-perk.hbs
LeRatierBretonnien d03c5f2c1e
All checks were successful
Release Creation / build (release) Successful in 1m40s
Various fixes
2025-06-15 09:37:08 +02:00

12 lines
341 B
Handlebars

<div class="item-to-chat">
<div class="intro-chat">
<h2>{{name}}</h2>
<ul>
<li><strong><i>{{system.flavorText}}</i></strong></li>
<li><strong>Role : </strong>{{upperFirst system.role}}</li>
<li><strong>Level : </strong>{{getRomanLevel system.level}}</li>
<li>{{{system.description}}}</li>
</ul>
</div>
</div>