{{item.name}}

{{{description}}}
{{#with (lookup config.GENERAL.tiers item.system.tier) as | tier |}}
{{localize tier.label}}
{{/with}}
{{#with (lookup adversaryTypes item.system.type) as | type |}}
{{localize type.label}}
{{/with}}
{{item.system.difficulty}}
{{item.system.resources.hitPoints.max}}
{{item.system.resources.stress.max}}
{{item.system.damageThresholds.major}}
{{item.system.damageThresholds.severe}}
{{numberFormat item.system.attack.roll.bonus sign=true}}
{{damageFormula item.system.attack}}
{{localize "DAGGERHEART.GENERAL.Experience.plural"}} {{#each item.system.experiences as | experience |}}
{{experience.name}} {{numberFormat experience.value sign=true}}
{{/each}}
{{item.system.motivesAndTactics}}