CARTOGRAFÍA

Galaxia {{ selected_galaxy }}, sistema {{ selected_system }}

Consulta planetas, lunas, campos de escombros y anomalías conocidas en las quince posiciones del sistema.

Topología: sistemas {{ 'circulares' if config.get('system_topology','linear') == 'circular' else 'lineales' }} y galaxias {{ 'circulares' if config.get('galaxy_topology','linear') == 'circular' else 'lineales' }}. En una topología circular, el último índice enlaza con el primero para todas las flotas y la IA.

Sistema anterior, {{ previous_system }} Sistema siguiente, {{ next_system }} {% if config.get('galaxy_count',1)|int > 1 %}Galaxia anterior, {{ previous_galaxy }}Galaxia siguiente, {{ next_galaxy }}{% endif %}
{% for position, found in system_positions %} {% set anomaly = system_anomalies.get(position) %} {% set debris = system_debris.get(position) %} {% set moon = system_moons.get(position) %} {% endfor %}
Posiciones de [{{ selected_galaxy }}:{{ selected_system }}]: {{ detected_count }} {{ 'planeta' if detected_count == 1 else 'planetas' }}, {{ system_moons|length }} {{ 'luna' if system_moons|length == 1 else 'lunas' }}, {{ system_debris|length }} {{ 'campo de escombros' if system_debris|length == 1 else 'campos de escombros' }} y {{ system_anomalies|length }} {{ 'anomalía conocida' if system_anomalies|length == 1 else 'anomalías conocidas' }}.
PosiciónObjetoImperio LunaEscombrosPuntosAcciones
{{ position }} {% if found %}{{ found.name }}{% elif anomaly %}{{ anomaly.name }}{% else %}Espacio vacío{% endif %} {% if anomaly %}Anomalía {{ anomaly.kind }}, dificultad {{ anomaly.difficulty }}{% endif %} {% if found %}{{ found.empire_name }}{% if found.is_human %} (tú){% endif %}Comandante: {{ found.commander }}{% else %}Sin imperio{% endif %} {% if moon %}{{ moon.name }}{{ moon.diameter|number }} km · {{ moon.fields_max }} campos{% else %}Sin luna{% endif %} {% if debris %}{{ (debris.metal + debris.crystal + debris.deuterium)|number }} unidades{{ debris.metal|number }} metal · {{ debris.crystal|number }} cristal · {{ debris.deuterium|number }} deuterio{% else %}Sin escombros{% endif %} {{ found.score|number if found else '—' }} {% if found and not found.is_human %} Enviar misión
{% elif found %}Posición propia {% elif not anomaly %}Colonizar{% endif %} {% if debris %}Reciclar campo{% endif %} {% if anomaly %}Investigar anomalía{% endif %}