Fix load/Capacity
This commit is contained in:
@@ -9,6 +9,12 @@
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="resource-box resource-box-single resource-box-compact resource-box-inline resource-box-inline-single">
|
||||
<label class="resource-label-accent">{{localize "MGNE.Character.CapacityModifier"}}</label>
|
||||
<div class="numeric-pill">
|
||||
<input class="numeric-input" type="number" name="system.carryCapacityModifier" value="{{source.system.carryCapacityModifier}}" min="0" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="resource-box resource-box-single resource-box-compact resource-box-inline resource-box-inline-single">
|
||||
<label class="resource-label-accent">{{localize "MGNE.Character.Rations"}}</label>
|
||||
<div class="numeric-pill">
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
<div class="inventory-header">
|
||||
<h3>{{localize "MGNE.Common.Description"}}</h3>
|
||||
</div>
|
||||
<fieldset>
|
||||
{{formInput systemFields.capacity value=source.system.capacity name="system.capacity"}}
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
{{formInput systemFields.description enriched=(lookup enrichedFields "description") value=system.description name="system.description" toggled=true}}
|
||||
</fieldset>
|
||||
|
||||
Reference in New Issue
Block a user