add armor slot input

This commit is contained in:
psitacus 2025-07-14 20:22:58 -06:00
parent a768b1dfdb
commit a6be0f5b8c
2 changed files with 32 additions and 1 deletions

View file

@ -51,7 +51,9 @@
<div class="status-number">
<div class='status-value armor-slots'>
{{#if document.system.armor.system.marks}}
<p>{{document.system.armor.system.marks.value}}/{{document.system.armorScore}}</p>
<p><input class="bar-input" name="system.armor.system.marks.value" value="{{document.system.armor.system.marks.value}}" type="number"></p>
<p>/</p>
<p class="bar-label">{{document.system.armorScore}}</p>
{{else}}
<p>-</p>
{{/if}}