{{#if this.editMode}} {{formInput fields.name value=source.name rootId=partId placeholder="{{ localize 'Name' }}"}} {{else}}
{{this.title}}
{{/if}}
{{#if this.editMode}}

{{localize "DAGGERHEART.Sheets.Adversary.Description"}}

{{localize "DAGGERHEART.Sheets.Adversary.MotivesAndTactics"}}

{{#each source.system.motivesAndTactics as |motive index|}}
{{/each}}

{{localize "DAGGERHEART.Sheets.Adversary.Attack.Title"}}

{{localize "DAGGERHEART.Sheets.Adversary.Experiences"}}

{{#each source.system.experiences as |experience index|}}
{{/each}}

{{localize "DAGGERHEART.Sheets.Adversary.Features"}}

{{#each this.data.features as |feature key|}}
{{feature.name}}
{{/each}}
{{else}}
{{localize "DAGGERHEART.Sheets.Adversary.Description"}}: {{this.data.description}}
{{localize "DAGGERHEART.Sheets.Adversary.MotivesAndTactics"}}: {{this.data.motivesAndTactics}}
{{this.data.tier}}
{{this.data.type}}
{{this.data.difficulty}}
+{{this.data.attack.attackModifier}}
{{this.data.attack.range}} | {{this.data.attack.damage.value}} {{this.data.attack.damage.typeName}}
{{this.data.damageThresholds.major}}
{{this.data.damageThresholds.severe}}
{{#times this.data.hp.max}} {{/times}}
{{#times this.data.stress.max}} {{/times}}
{{#each source.system.experiences as |experience index|}}
{{experience.name}}   {{#if (gte experience.value 0)}}+{{else}}-{{/if}}{{experience.value}}
{{/each}}
{{!--
{{this.data.hp.max}}
--}}
{{localize "DAGGERHEART.Sheets.Adversary.Features"}}
{{#each this.data.features as |feature index|}}
{{{feature.system.description}}}
{{/each}}
{{/if}}