{% extends "base.html" %} {% block title %}Military — df-storyteller{% endblock %} {% block content %}
{{ fortress_name or "The Fortress" }} — arms and armor
{% if military.summary.total_soldiers > 0 or military.summary.total_battles > 0 %}| # | Name | Profession | Kills | Attacks | Defenses | Total |
|---|---|---|---|---|---|---|
| {{ loop.index }} | {{ w.name }} {% if not w.is_alive %} (dead){% endif %} | {{ w.profession }} | {{ w.kills }} | {{ w.attacks }} | {{ w.defenses }} | {{ w.total_combat }} |
No military data yet. Assign dwarves to squads and engage in combat to see military stats here.