{{#each items as |item id|}} {{#if (eq item.type "heritage")}}
{{item.name}}
{{/if}} {{/each}}
{{#each items as |item id|}} {{#if (eq item.type "background")}}
{{item.name}}
{{/if}} {{/each}}
{{#each items as |item id|}} {{#if (eq item.type "vice")}}
{{item.name}}
{{/if}} {{/each}}
{{#each items as |item id|}} {{#if (eq item.type "class")}}
{{item.name}}
{{/if}} {{/each}}
{{> "systems/blades-in-the-dark/templates/parts/coins.html" actor=actor}}
{{!-- Experience --}}
{{!-- Stress and Trauma --}}
{{#multiboxes system.stress.value}} {{#times_from_1 system.stress.max}} {{/times_from_1}} {{/multiboxes}}
{{#traumacounter system.trauma.list}}
{{#times_from_1 system.trauma.max}} {{/times_from_1}}
{{/traumacounter}}
{{!-- Harm, Healing and Armor --}}
{{localize "BITD.Harm"}} {{localize "BITD.Armor"}}
3 {{localize "BITD.NeedHelp"}}
{{{blades-clock "system.healing-clock" 4 system.healing-clock _id}}}
2 -1D
1 {{localize "BITD.LessEffect"}}
{{!-- Attributes --}}
{{!-- Nav menu --}}

{{#multiboxes system.experience}} {{#times_from_1 system.experience_max}} {{/times_from_1}} {{/multiboxes}}
{{#each items as |item id|}} {{#if (eq item.type "ability")}}
{{item.name}}
{{{item.system.description}}}
{{/if}} {{/each}}
{{!-- Owned Items Tab --}}

{{localize "BITD.Loadout"}}

{{system.loadout}}/{{localize system.load_level}}

{{#each items as |item id|}} {{#if (eq item.type "item")}}
{{item.name}}
{{{item.system.description}}}
{{/if}} {{/each}}

{{localize "BITD.Notes"}}

{{!-- Active Effects --}}

{{localize "BITD.Effects"}}

{{> "systems/blades-in-the-dark/templates/parts/active-effects.html"}}
{{!-- Full Item List --}}

{{#each items as |item id|}}
{{item.name}}
{{/each}}
{{!-- Attributes --}} {{> "systems/blades-in-the-dark/templates/parts/attributes.html" actor=actor}}