Implement the toggle for capacity usage. (closes #156)

This commit is contained in:
Oliver-Akins 2024-04-17 22:31:45 -06:00
parent 6d41a33b0c
commit 48ceade1d1
5 changed files with 47 additions and 4 deletions

View file

@ -5,10 +5,21 @@
</div>
{{/if}}
{{#if isGM}}
<div class="capacity-usage panel">
Uses Capacity?
<br>
(GM Only)
<div class="capacity--usage panel">
<label
for="{{meta.idp}}-{{item.uuid}}-uses-inventory-slot"
>
Uses Capacity?
<br>
(GM Only)
</label>
<div class="grow"></div>
<input
type="checkbox"
id="{{meta.idp}}-{{item.uuid}}-uses-inventory-slot"
name="system.uses_inventory_slot"
{{checked system.uses_inventory_slot}}
>
</div>
<div class="quantity-capacity panel">
Quantity Affects Capacity?