|
|
|
|
@ -34,7 +34,7 @@
|
|
|
|
|
<div class="flexpart-header">
|
|
|
|
|
<img src="icons/tools/hand/scale-balances-merchant-brown.webp" class="flexpart-icon">
|
|
|
|
|
{{localize "midgard5.gear"}}
|
|
|
|
|
(alle <input id="data.info.showAllItems" type="checkbox" name="data.info.showAllItems" {{checked data.info.showAllItems}}>)
|
|
|
|
|
(alle <input id="data.info.showAllItems" class="checkbox" type="checkbox" name="data.info.showAllItems" {{checked data.info.showAllItems}}>)
|
|
|
|
|
</div>
|
|
|
|
|
<table>
|
|
|
|
|
<thead class="theader">
|
|
|
|
|
@ -42,7 +42,7 @@
|
|
|
|
|
<th class="title">{{localize "TYPES.Item.item"}}</th>
|
|
|
|
|
<th class="title center">{{localize "midgard5.item-quantity"}}</th>
|
|
|
|
|
<th class="title center">{{localize "midgard5.item-value"}}</th>
|
|
|
|
|
<th class="title center"><img src="/systems/midgard5/assets/icons/icon/battle-gear.svg" class="table-icon"></th>
|
|
|
|
|
<th class="title"><img src="/systems/midgard5/assets/icons/icon/battle-gear.svg" class="table-icon"></th>
|
|
|
|
|
<th class="title"><img src="/icons/svg/d20.svg" class="table-icon"></th>
|
|
|
|
|
<th class="title"> </th>
|
|
|
|
|
</tr>
|
|
|
|
|
@ -66,13 +66,15 @@
|
|
|
|
|
<span class="spell-process">{{item.value}} {{localize (m5concat "midgard5.currency-" item.currency)}}</span>
|
|
|
|
|
{{/unless}}
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<td class="change-equipped">
|
|
|
|
|
{{#if item.equipped}}
|
|
|
|
|
<img src="/systems/midgard5/assets/icons/icon/confirmed.svg" class="table-icon">
|
|
|
|
|
<i class="fa-solid fa-circle-check"></i>
|
|
|
|
|
{{else}}
|
|
|
|
|
<i class="fa-regular fa-circle"></i>
|
|
|
|
|
{{/if}}
|
|
|
|
|
</td>
|
|
|
|
|
<td class="fixed-value">{{#if item.rollExist}}<button class="roll-button roll-consumable-item"></button>{{/if}}</td>
|
|
|
|
|
<td class="fixed-value"><a class="item-delete" title="Delete Item"><i class="fas fa-trash"></i></a></td>
|
|
|
|
|
<td>{{#if item.rollExist}}<button class="roll-button roll-consumable-item"></button>{{/if}}</td>
|
|
|
|
|
<td><a class="item-delete" title="Delete Item"><i class="fas fa-trash"></i></a></td>
|
|
|
|
|
</tr>
|
|
|
|
|
{{/if}}
|
|
|
|
|
{{/each}}
|
|
|
|
|
@ -107,13 +109,15 @@
|
|
|
|
|
<span class="spell-process">{{item.value}} {{localize (m5concat "midgard5.currency-" item.currency)}}</span>
|
|
|
|
|
{{/unless}}
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<td class="change-equipped">
|
|
|
|
|
{{#if item.equipped}}
|
|
|
|
|
<img src="/systems/midgard5/assets/icons/icon/confirmed.svg" class="table-icon">
|
|
|
|
|
<i class="fa-solid fa-circle-check"></i>
|
|
|
|
|
{{else}}
|
|
|
|
|
<i class="fa-regular fa-circle"></i>
|
|
|
|
|
{{/if}}
|
|
|
|
|
</td>
|
|
|
|
|
<td class="fixed-value">{{#if item.rollExist}}<button class="roll-button roll-consumable-item"></button>{{/if}}</td>
|
|
|
|
|
<td class="fixed-value"><a class="item-delete" title="Delete Item"><i class="fas fa-trash"></i></a></td>
|
|
|
|
|
<td>{{#if item.rollExist}}<button class="roll-button roll-consumable-item"></button>{{/if}}</td>
|
|
|
|
|
<td><a class="item-delete" title="Delete Item"><i class="fas fa-trash"></i></a></td>
|
|
|
|
|
</tr>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</tbody>
|
|
|
|
|
@ -152,13 +156,15 @@
|
|
|
|
|
<span class="spell-process">{{item.value}} {{localize (m5concat "midgard5.currency-" item.currency)}}</span>
|
|
|
|
|
{{/unless}}
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<td class="change-equipped">
|
|
|
|
|
{{#if item.equipped}}
|
|
|
|
|
<img src="/systems/midgard5/assets/icons/icon/confirmed.svg" class="table-icon">
|
|
|
|
|
<i class="fa-solid fa-circle-check"></i>
|
|
|
|
|
{{else}}
|
|
|
|
|
<i class="fa-regular fa-circle"></i>
|
|
|
|
|
{{/if}}
|
|
|
|
|
</td>
|
|
|
|
|
<td class="fixed-value">{{#if item.rollExist}}<button class="roll-button roll-consumable-item"></button>{{/if}}</td>
|
|
|
|
|
<td class="fixed-value"><a class="item-delete" title="Delete Item"><i class="fas fa-trash"></i></a></td>
|
|
|
|
|
<td>{{#if item.rollExist}}<button class="roll-button roll-consumable-item"></button>{{/if}}</td>
|
|
|
|
|
<td><a class="item-delete" title="Delete Item"><i class="fas fa-trash"></i></a></td>
|
|
|
|
|
</tr>
|
|
|
|
|
{{/if}}
|
|
|
|
|
{{/each}}
|
|
|
|
|
|