{{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}}
{{#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}}