Get the item list styles finished, and start working on the weight summary / carry capacity for the tab
This commit is contained in:
parent
96eccc62f2
commit
704ff4672a
8 changed files with 94 additions and 25 deletions
|
|
@ -3,14 +3,23 @@
|
|||
data-group="primary"
|
||||
data-tab="items"
|
||||
>
|
||||
Total Weight: {{totalWeight}}
|
||||
<hr>
|
||||
<section>
|
||||
Total Weight: {{totalWeight}}
|
||||
/
|
||||
<input
|
||||
type="number"
|
||||
name="system.carryCapacity"
|
||||
value="{{system.carryCapacity}}"
|
||||
>
|
||||
|
||||
({{ carryCapacityPercent }}%)
|
||||
</section>
|
||||
{{#each itemGroups as | group |}}
|
||||
<section>
|
||||
<div class="header">
|
||||
<span class="name">
|
||||
<div class="item-list-header">
|
||||
<div class="grow">
|
||||
{{ group.name }}
|
||||
</span>
|
||||
</div>
|
||||
<span class="weight">
|
||||
{{ group.weight }}
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue