{% extends "base.html" %} {% block title %}Legends Mode — df-storyteller{% endblock %} {% block content %}
The histories and legends of this world
{% if not lore_loaded %}No legends data loaded. Export from Legends mode in Dwarf Fortress, then restart the server.
{{ player_civ.details }}
{% endif %} {% if player_civ.org_data %}{{ civ.details }}
{% endif %} {% if civ.org_data and civ.org_data.deities %}Deities: {% for d in civ.org_data.deities %}{{ lore_link("figure", d.deity_id, d.name) | safe }}{% if d.spheres %} ({{ d.spheres }}){% endif %}{% if not loop.last %}, {% endif %}{% endfor %}
{% endif %} {% if civ.org_data and (civ.org_data.guilds or civ.org_data.group_counts) %}{% for g in civ.org_data.guilds %}{{ g.name }}{% if g.profession %} ({{ g.profession }}){% endif %}{% if not loop.last %}, {% endif %}{% endfor %} {% if civ.org_data.guilds and civ.org_data.group_counts %}, {% endif %} {% for gtype, count in civ.org_data.group_counts.items() %}{{ count }} {{ gtype }}{{ 's' if count > 1 else '' }}{% if not loop.last %}, {% endif %}{% endfor %}
{% endif %}{% for rtype, count in relationship_counts.items() %}{{ count }} {{ rtype }}{% if not loop.last %} · {% endif %}{% endfor %}
{% endif %} {% for rel in relationships %}Warning: This section reveals hidden identities — vampires, werebeasts, spies, and other secrets. Viewing this may spoil in-game discoveries.
{% for ident in identities %}{{ desc }}
{% endif %}{{ desc }}
{% endif %}{{ desc }}
{% endif %}