Review sheet and headers

This commit is contained in:
sladecraven 2022-03-11 14:28:28 +01:00
parent 7974897c03
commit ec860b9f12
2 changed files with 8 additions and 11 deletions

View File

@ -167,7 +167,7 @@
<span class="item-field-label-short">
<label class="short-label">Level</label>
</span>
<span class="item-field-label-short">
<span class="item-field-label-medium">
<label class="short-label">Range</label>
</span>
<span class="item-field-label-short">
@ -197,9 +197,9 @@
<span class="item-field-label-short">{{perk.data.level}}</span>
{{#if perk.data.features.range.flag}}
<span class="item-field-label-short">{{perk.data.features.range.value}}</span>
<span class="item-field-label-medium">{{perk.data.features.range.value}}</span>
{{else}}
<span class="item-field-label-short">&nbsp;-&nbsp;</span>
<span class="item-field-label-medium">&nbsp;-&nbsp;</span>
{{/if}}
{{#if perk.data.features.nbtargets.flag}}
@ -353,7 +353,7 @@
<span class="item-name-label-header">
<h3><label class="items-title-text">Powers</label></h3>
</span>
<span class="item-field-label-short">
<span class="item-field-label-medium">
<label class="short-label">Type</label>
</span>
<span class="item-field-label-short">
@ -383,7 +383,7 @@
{{power.name}}
{{/if}}
</span>
<span class="item-field-label-short">{{upperFirst power.data.type}}</span>
<span class="item-field-label-medium">{{upperFirst power.data.type}}</span>
<span class="item-field-label-short"><label class="short-label">
{{#if power.data.activated}}
@ -424,7 +424,7 @@
<span class="item-name-label-header">
<h3><label class="items-title-text">Abilities</label></h3>
</span>
<span class="item-field-label-medium">
<span class="item-field-label-long">
<label class="short-label">Stat</label>
</span>
<span class="item-field-label-medium">
@ -442,7 +442,7 @@
<a class="item-edit item-name-img" title="Edit Item"><img class="sheet-competence-img" src="{{ability.img}}" /></a>
<span class="item-name-label">{{ability.name}}</span>
<span class="item-field-label-medium">{{upper ability.data.affectedstat}}</span>
<span class="item-field-label-long">{{upper ability.data.affectedstat}}</span>
<span class="item-field-label-medium">{{ability.data.statmodifier}}</span>
<span class="item-field-label-medium">{{upperFirst ability.data.statusaffected}}</span>
<span class="item-field-label-medium">{{ability.data.statusmodifier}}</span>
@ -709,9 +709,6 @@
<span class="item-name-label-header">
<h3><label class="items-title-text">Equipment</label></h3>
</span>
<span class="item-field-label-medium">
<label class="short-label">Type</label>
</span>
<span class="item-field-label-long">
<label class="short-label">Quantity</label>
</span>

View File

@ -5,7 +5,7 @@
{{else}}
<span class="item-name-label-level2">{{equip.name}}</span>
{{/if}}
<span class="item-field-label-medium">{{upperFirst equip.data.type}}</span>
<span class="item-field-label-long"><label>
{{equip.data.quantity}}
(<a class="quantity-minus plus-minus-button"> -</a>/<a class="quantity-plus plus-minus-button">+</a>)