Implement the Quantity affecting Capacity toggle (closes #157)
This commit is contained in:
parent
48ceade1d1
commit
c6a7f86926
1 changed files with 13 additions and 4 deletions
|
|
@ -21,10 +21,19 @@
|
|||
{{checked system.uses_inventory_slot}}
|
||||
>
|
||||
</div>
|
||||
<div class="quantity-capacity panel">
|
||||
Quantity Affects Capacity?
|
||||
<br>
|
||||
(GM Only)
|
||||
<div class="capacity--quantity panel">
|
||||
<label for="{{meta.idp}}-{{item.uuid}}-quantity-adds-capacity">
|
||||
Quantity Affects Capacity?
|
||||
<br>
|
||||
(GM Only)
|
||||
</label>
|
||||
<div class="grow"></div>
|
||||
<input
|
||||
type="checkbox"
|
||||
id="{{meta.idp}}-{{item.uuid}}-quantity-adds-capacity"
|
||||
name="system.quantity_affects_used_capacity"
|
||||
{{checked system.quantity_affects_used_capacity}}
|
||||
>
|
||||
</div>
|
||||
{{/if}}
|
||||
<div class="capacity--calculated panel">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue