{{ $nethack_logfile := $.Site.Data.nethack.logfile.nutmeg }}
{{ .character.name }}, a {{ .character.alignment.descriptive | lower }} {{ .character.race.descriptive | lower }} {{ .character.gender.descriptive | lower }} {{ .character.role.descriptive }}, died {{ if gt .death.count 1 }}for the last time{{ end }} in {{ .dungeon.name }} on {{ cond (gt .dungeon.level.n 0) (.dungeon.level.descriptive | lower) .dungeon.level.descriptive }}. She was {{ .death.cause }}.
Began {{ time.Format "January 2, 2006" .start_date }} | {{ .score }} points | Level {{ .character.max_level }} | {{ cond (gt .character.hp.n 0) (printf "%s / %s" .character.hp.n .character.hp.max) .character.hp.max }} hp |