OBJETIVOS LOCALES

Temporadas del universo

Ciclos reproducibles de catorce días con rutas económicas, científicas, pacíficas, ecológicas y militares. No requieren conexión ni pagos.

{% if active_season %}

{{ active_season.title }}

Comenzó y termina .

{% for objective in season_objectives %}

{{ objective.category|capitalize }} · {{ 'Completado' if objective.completed else 'En progreso' }}

{{ objective.description }}

Progreso: {{ objective.progress|round(1) }} de {{ objective.target|round(1) }}. Recompensa: {{ objective.reward_text }}.

{{ (objective.progress/objective.target*100)|round }} %
{% endfor %}
{% endif %}

Títulos cosméticos

{% if empire_titles %}
{% for title in empire_titles %}
{{ title.title }} · {{ 'activo' if title.active else 'disponible' }}
{% endfor %}
{% else %}

Completa objetivos para desbloquear títulos.

{% endif %}

Archivo de ciclos

{% if season_repeat_requested %}

Repetición programada al terminar el ciclo activo: {{ season_repeat_requested.title }}.

{% endif %}
{% for season in season_archive %}{% endfor %}
Temporadas guardadas, incluida la actual.
CicloPeriodoEstadoResultadoRepetición
{{ season.title }}{{ season.starts_at|date_label }} — {{ season.ends_at|date_label }}{{ season.status }}{{ season.completed or 0 }} de {{ season.objectives or 0 }} objetivos{% if season.status == 'archived' %}
{% else %}Ciclo activo{% endif %}