MEMORIA, NO OMNISCIENCIA

Inteligencia y objetivos conocidos

Registro estratégico

{% if bookmarks %}
    {% for bookmark in bookmarks %}
  • {{ bookmark.label or bookmark.planet_name }}

    {{ BOOKMARK_PRIORITIES[bookmark.priority] }} · {{ bookmark.empire_name }} · [{{ bookmark.galaxy }}:{{ bookmark.system }}:{{ bookmark.position }}]

    {% if bookmark.note %}

    {{ bookmark.note }}

    {% endif %}
    Preparar misión
  • {% endfor %}
{% endif %}

Últimos espionajes persistentes

{% if intelligence_reports %}
    {% for report in intelligence_reports %}
  1. {{ report.target_name }} [{{ report.galaxy }}:{{ report.system }}:{{ report.position }}]

    {{ report.target_empire_name }} · observado hace {{ (now-report.observed_at)|duration }} · detalle {{ report.detail_level }} de 4 · confianza global {{ report.confidence }} %{% if report.possibly_false %} · posibles señuelos{% endif %}

    Consultar estimaciones y confianza{% set estimates = report.estimates_json|from_json %}{% if estimates %}{% for category, details in estimates.items() %}
    {{ category }}: {{ details.label }}, {{ details.confidence }} %
    {% if details['values'] %}
      {% for key, value in details['values'].items() %}
    • {{ key }}: {% if value is mapping %}entre {{ value.min }} y {{ value.max }}{% else %}{{ value }} confirmado{% endif %}
    • {% endfor %}
    {% else %}

    Sin datos.

    {% endif %}{% endfor %}{% else %}

    Informe antiguo sin desglose de confianza; vuelve a observar el objetivo antes de asumir cifras exactas.

    {% endif %}
  2. {% endfor %}
{% else %}

Los próximos espionajes se archivarán aquí con la información que realmente alcance tu tecnología.

{% endif %}

RUTAS REPETIBLES, DECISIONES HUMANAS

Órdenes logísticas guardadas

Guarda una ruta de abastecimiento, comercio, ayuda o patrulla. Cada salida requiere pulsar Ejecutar ahora y vuelve a comprobar naves, carga, combustible, relaciones y ranuras.

Definir una orden

{% if fleet_templates %}
Carga de esta orden
{% else %}

Crea primero una plantilla de flota.

{% endif %}

Órdenes disponibles

{% if logistics_orders %}
    {% for order in logistics_orders %}
  • {{ order.name }}

    {{ MISSIONS[order.mission] }} · {{ order.origin_name }} a {{ order.target_name or 'destino desaparecido' }} [{{ order.galaxy }}:{{ order.system }}:{{ order.position }}] · {{ order.template_name or 'sin plantilla' }}

    {% if order.last_run %}Última ejecución hace {{ (now-order.last_run)|duration }}{% else %}Nunca ejecutada{% endif %}

  • {% endfor %}
{% else %}

No hay órdenes guardadas.

{% endif %}