CARTOGRAFÍA
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.
| Posición | Objeto | Imperio | Luna | Escombros | Puntos | Acciones |
|---|---|---|---|---|---|---|
| {{ 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 %} |