Various fixes
All checks were successful
Release Creation / build (release) Successful in 1m40s

This commit is contained in:
2025-06-15 09:37:08 +02:00
parent 1f2d82bd0b
commit d03c5f2c1e
8 changed files with 151 additions and 49 deletions

View File

@@ -5,21 +5,23 @@
{{actorName}}
</div>
<div class="intro-right">
{{#if (eq rollType "stat")}}
<h2>{{localize "HELLBORN.Label.statRoll"}}</h2>
{{/if}}
{{#if weapon}}
<h2>Weapon : {{weapon.name}}</strong></h2>
{{/if}}
<ul>
{{#if (eq rollType "stat")}}
<li><strong>{{localize "HELLBORN.Label.statRoll"}}</strong></li>
{{/if}}
{{#if weapon}}
<li><strong>Weapon : {{weapon.name}}</strong></li>
<li><strong>Properties :</strong> {{weapon.system.properties}}</li>
{{/if}}
<li><strong>{{localize rollItem.label}} : {{rollItem.value}}</strong></li>
<li>{{localize "HELLBORN.Label.difficulty"}} : {{difficulty}}</li>
<li>
<span>
<span><strong>{{localize rollItem.label}} : {{rollItem.value}}</strong></span>
<span>{{localize "HELLBORN.Label.difficulty"}} : {{difficulty}}</span>
</span>
</li>
{{#if (gt nbAdvantages 0)}}
<li>With Advantage !</li>