CENTRO DE MANDO

{{ planet.name }}

Coordenadas [{{ planet.galaxy }}:{{ planet.system }}:{{ planet.position }}] · {{ snap.fields_used }} de {{ snap.fields_max }} campos planetarios ocupados{% if moon %} · luna {{ moon.name }} con {{ moon.fields_max }} campos{% endif %}

{% if pending_events %}
{{ pending_events }} {{ 'decisión narrativa pendiente' if pending_events == 1 else 'decisiones narrativas pendientes' }}. Visita Operaciones para responder.
{% endif %} {% set offline_report = config.get('last_offline_report') %} {% if offline_report and offline_report.get('elapsed_seconds',0) >= 1 %} {% if offline_report.get('mode') == 'frozen' %}
Universo recuperado sin avance. Durante {{ offline_report.elapsed_seconds|duration }} con el servidor cerrado quedaron congelados tus recursos, los rivales y todos los temporizadores. Consultar el informe.
{% elif offline_report.get('mode') == 'realtime' %}
Ausencia reconstruida. Se han simulado {{ offline_report.elapsed_seconds|duration }}, {{ offline_report.get('ai_actions',0) }} decisiones de IA y {{ offline_report.get('attacks_against_player',0) }} ataques resueltos contra tu imperio. Consultar estadísticas completas.
{% endif %} {% endif %}

Puntuación{{ empire.score|number }}puntos de desarrollo
Planetas{{ planets|length }}{{ 'mundo bajo tu mando' if planets|length == 1 else 'mundos bajo tu mando' }}
Flotas activas{{ fleets|length }} / {{ 1 + techs.get('computer_tech', 0) }}ranuras utilizadas
Rendimiento{{ (snap.rates.energy_ratio * 100)|round|int }} %balance energético
Población{{ snap.population|number }}habitantes activos
Moral{{ snap.morale|round|int }} %política: {{ POLICIES[snap.policy].name }}
Expediciones{{ active_expeditions|length }}{{ 'equipo en espacio profundo' if active_expeditions|length == 1 else 'equipos en espacio profundo' }}
Artefactos{{ artifact_count }}{{ 'tecnología irrepetible' if artifact_count == 1 else 'tecnologías irrepetibles' }}

{% if queues or fleets or active_expeditions or active_projects %}
    {% for queue in queues %} {% set definition = BUILDINGS.get(queue.item) or TECHNOLOGIES.get(queue.item) or SHIPS.get(queue.item) or DEFENSES.get(queue.item) %}
  • {{ definition.name }}{{ 'Nivel ' ~ queue.target_level if queue.target_level else queue.amount ~ ' unidades' }}
  • {% endfor %} {% for fleet in fleets %}
  • {{ MISSIONS[fleet.mission] }} [{{ fleet.target_galaxy }}:{{ fleet.target_system }}:{{ fleet.target_position }}]{{ 'En ruta' if fleet.status == 'outbound' else 'De regreso' }}
  • {% endfor %} {% for expedition in active_expeditions %}
  • {{ expedition.ship_name }} · {{ EXPEDITION_PROFILES[expedition.profile].name }}Expedición profunda a [{{ expedition.target_galaxy }}:{{ expedition.target_system }}:{{ expedition.target_position }}]
  • {% endfor %} {% for project in active_projects %}
  • {{ MEGAPROJECTS[project.project_key].name }}Megaproyecto imperial en construcción
  • {% endfor %}
{% else %}

No hay colas ni flotas activas. Empieza ampliando tu economía.

{% endif %}