{{e.name}}
{{e.data.data.hp.value}}/{{e.data.data.hp.max}}
{{#if @root.settings.ascending}}{{e.data.data.aac.value}}
{{e.data.data.aac.naked}}
{{else}}{{e.data.data.ac.value}} {{e.data.data.ac.naked}}
{{/if}}
{{#unless @root.settings.ascending}}
{{e.data.data.thac0.value}}
{{else}}
{{e.data.data.thac0.throw}}
{{/unless}}
{{#if (eq e.data.type 'character')}}
{{add e.data.data.scores.str.mod e.data.data.thac0.mod.melee}}
{{add e.data.data.scores.dex.mod e.data.data.thac0.mod.missile}}
{{/if}}
{{e.data.data.movement.encounter}} {{e.data.data.movement.base}}
{{#if (eq e.data.type 'character')}}
{{roundWeight e.data.data.encumbrance.value}}k
{{/if}}