{{#each ../data.calc.gear.items as |item itemId|}}
{{#if (eq item.containerId containerId)}}
 |
{{item.label}}
|
{{item.quantity}}
|
{{#unless (or (eq item.value 0) (eq item.currency ""))}}
{{item.value}} {{localize (m5concat "midgard5.currency-" item.currency)}}
{{/unless}}
|
{{#unless (or (eq item.weight "") (eq item.equipped?))}}
{{item.weight}} kg
{{/unless}}
|
{{#if item.equipped}}
{{else}}
{{/if}}
|
{{#if item.rollExist}}{{/if}} |
|
{{/if}}
{{/each}}
{{#each ../data.calc.gear.weapons as |item itemId|}}
{{#if (eq item.containerId containerId)}}
 |
{{item.label}}
|
|
{{#unless (or (eq item.value 0) (eq item.currency ""))}}
{{item.value}} {{localize (m5concat "midgard5.currency-" item.currency)}}
{{/unless}}
|
{{#unless (or (eq item.weight "") (eq item.equipped?))}}
{{item.weight}} kg
{{/unless}}
|
{{#if item.equipped}}
{{else}}
{{/if}}
|
{{#if item.rollExist}}{{/if}} |
|
{{/if}}
{{/each}}
{{#each ../data.calc.gear.defensiveWeapons as |item itemId|}}
{{#if (eq item.containerId containerId)}}
 |
{{item.label}}
|
|
{{#unless (or (eq item.value 0) (eq item.currency ""))}}
{{item.value}} {{localize (m5concat "midgard5.currency-" item.currency)}}
{{/unless}}
|
{{#unless (or (eq item.weight "") (eq item.equipped?))}}
{{item.weight}} kg
{{/unless}}
|
{{#if item.equipped}}
{{else}}
{{/if}}
|
{{#if item.rollExist}}{{/if}} |
|
{{/if}}
{{/each}}
{{#each ../data.calc.gear.armor as |item itemId|}}
{{#if (eq item.containerId containerId)}}
 |
{{item.label}}
|
|
{{#unless (or (eq item.value 0) (eq item.currency ""))}}
{{item.value}} {{localize (m5concat "midgard5.currency-" item.currency)}}
{{/unless}}
|
{{#unless (or (eq item.weight "") (eq item.equipped?))}}
{{item.weight}} kg
{{/unless}}
|
{{#if item.equipped}}
{{else}}
{{/if}}
|
{{#if item.rollExist}}{{/if}} |
|
{{/if}}
{{/each}}