{{>resource name="expertiseDice" title="Expertise Dice" color="teal" char=this}}
{{>resource name="ki" title="Ki Points" color="teal" char=this}}
{{>resource name="rages" title="Rages" color="teal" char=this}}
{{>resource name="sorceryPoints" title="Sorcery Points" color="teal" char=this}}
{{>resource name="superiorityDice" title="Superiority Dice" color="teal" char=this}}
{{#each attacks}}
{{evaluateSigned ../_id attackBonus}}
{{name}}
{{damageDice}} {{{evaluateSignedSpaced ../_id damageBonus}}} {{damageType}}
{{#if details}}
{{details}}
{{/if}}
{{/each}}
{{characterProficiencies}}
{{#each features}}
{{name}}
{{#if hasUses}}
{{usesLeft}}/{{usesValue}}
{{/if}}
{{#if canEnable}}
{{/if}}
{{#if description}}{{description}}
{{/if}}
{{#if hasUses}}
{{/if}}
{{/each}}