{{ $nethack_logfile := $.Site.Data.nethack.logfile.nutmeg }}
    {{ range sort $nethack_logfile "end_date" "desc" }} {{ if ne .death.cause "quit" }}
  1. {{ if .death.cause }}🪦{{ end }}

    {{ time.Format "January 2, 2006" .end_date }}

    {{ .character.abbreviated }}

    {{ .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
  2. {{ end }} {{ end }}