{{ localize "VERMINE.self_control"}} : {{@root.system.attributes.self_control.value}}/ {{@root.system.attributes.self_control.max}}

{{#repeat 10 1}}
{{#iflteq @index @root.system.attributes.self_control.max }} {{/iflteq}}
{{/repeat}}

{{ localize "VERMINE.effort"}} : {{@root.system.attributes.effort.value}}/ {{@root.system.attributes.effort.max}}

{{#repeat 10 1}}
{{#iflteq @index @root.system.attributes.effort.max }} {{/iflteq}}
{{#ife @index 1}}
{{/ife}} {{/repeat}}

{{ localize "VERMINE.wounds.name"}}

{{ localize "UI.effects.name"}}

    {{#each effects as |section sid|}}
  1. {{#if (eq section.type 'temporary')}} {{localize "UI.effects.temporary" }} {{else if (eq section.type 'passive')}} {{localize "UI.effects.passive" }} {{else if (eq section.type 'inactive')}} {{localize "UI.effects.inactive" }} {{/if}}

    {{localize 'UI.source'}}
    {{localize 'UI.duration'}}
    1. {{#each section.effects as |effect|}}
    2. {{effect.sourceName}}
      {{effect.duration.label}}
    3. {{/each}}
    {{/each}}