CIENCIA IMPERIAL

Investigación

Las tecnologías se comparten entre todos tus planetas. Laboratorio actual: nivel {{ snap.levels.get('research_lab', 0) }}.

{% set research_queue = queues|selectattr('category','equalto','research')|list %} {% if research_queue %}{% set q = research_queue[0] %}
Investigación en curso{{ TECHNOLOGIES[q.item].name }} nivel {{ q.target_level }}
Tiempo restante
{% endif %} {% if research_funding_preview %}

REVISIÓN DE LA RED CIENTÍFICA

Confirmar {{ research_funding_preview.name }} nivel {{ research_funding_preview.target_level }}

Coste total: {{ research_funding_preview.cost.metal|number }} metal, {{ research_funding_preview.cost.crystal|number }} cristal y {{ research_funding_preview.cost.deuterium|number }} deuterio.

Recursos que se descontarán

Si cancelas después, el 75 % volverá proporcionalmente a estos mismos planetas.

{% endif %} {% if not research_queue %}

FINANCIACIÓN MULTIPLANETARIA

Red científica imperial

El planeta activo siempre puede aportar. Los mundos remotos necesitan laboratorio y Comunicación cuántica o Logística autónoma suficiente. La vista previa no gasta ni reserva recursos.

Forma de repartir el coste
{% for source in research_funding_planets %}
{{ source.name }}{% if source.local %}, planeta activo{% else %}, nodo remoto{% endif %}

Laboratorio {{ source.research_lab }}. Disponible: {{ source.resources.metal|number }} metal, {{ source.resources.crystal|number }} cristal y {{ source.resources.deuterium|number }} deuterio.

{% endfor %}
{% endif %}

Catálogo de tecnologías

{% for entry in entries %}

{{ entry.definition.name }} Nivel {{ entry.level }}

{{ entry.definition.description }}

Comparación con el nivel actual: {{ entry.next_benefit }}

{% if not entry.lab_ok %}

Requiere Laboratorio nivel {{ entry.definition.lab }}.

{% endif %}{% if entry.missing %}

Requiere: {{ entry.missing|join(', ') }}

{% endif %}
Metal
{{ entry.cost.metal|number }}
Cristal
{{ entry.cost.crystal|number }}
Deuterio
{{ entry.cost.deuterium|number }}
Tiempo
{{ entry.duration|duration }}
Consultar ficha completa
{% endfor %}