Fix robot weapon, and rework encumbrance
All checks were successful
Release Creation / build (release) Successful in 53s

This commit is contained in:
2025-11-15 21:59:42 +01:00
parent 810271c2a2
commit 6aa0b3a58d
14 changed files with 36 additions and 40 deletions

View File

@@ -26,8 +26,9 @@
src="{{item.img}}"
data-tooltip="{{item.name}}"
/>
<i class="fa-regular fa-dice"></i>
<div
class="name"
class="name rollable"
data-roll-type="weapon"
data-tooltip="{{{item.system.description}}}"
>

View File

@@ -31,7 +31,7 @@
{{/if}}
{{#if isEncumbered}}
<div class="dialog-skill red-warning">Encumbered : -1D</div>
<div class="dialog-skill red-warning">Encumbered : -1D for Physical Attacks</div>
{{/if}}
</fieldSet>