{{ consumable.name }}
{{ consumable.description }}
Disponibles: {{ consumable.amount }}. Máximo por lote: {{ consumable.max_batch }}.
{% set targets = consumable_targets.get(consumable.target_type,[]) %}{% from "components/_tabs.html" import tabs_intro %}
ORGANIZACIÓN IMPERIAL Prepara hasta diez órdenes sin gastar recursos, consulta cuándo podrán ejecutarse y reúne todos los vencimientos en una agenda textual.Planificación, avisos y calendario
PLAN DE PRODUCCIÓN
Añadir una orden no la ejecuta. La autorización al gobernador permite iniciarla automáticamente solo cuando llegue a la primera posición, cumpla requisitos, tenga recursos y no exista otra cola incompatible.
{% if plan_orders %}| Posición y orden | Coste | Estado calculado | Tiempo previsto | Automatización | Acciones |
|---|---|---|---|---|---|
| {{ item.row.position }}. {{ item.definition.name }}{% if item.row.order_type in ['ship','defense'] %} × {{ item.row.amount }}{% else %} nivel {{ item.target }}{% endif %} {{ item.row.planet_name }} · {{ PLAN_TYPES[item.row.order_type] }} |
{{ item.cost.metal|number }} metal; {{ item.cost.crystal|number }} cristal; {{ item.cost.deuterium|number }} deuterio Acumulado: {{ item.cumulative_cost.metal|number }} metal; {{ item.cumulative_cost.crystal|number }} cristal; {{ item.cumulative_cost.deuterium|number }} deuterio. |
{{ item.state }} | Duración aproximada: {{ item.estimated_duration|duration }}.{% if item.estimated_completion_at %} Si sigues el plan desde ahora: .{% else %} Sin fecha hasta resolver la pausa o el requisito.{% endif %} |
{{ 'Autorizada' if item.row.governor_allowed else 'Manual' }} |
El plan está vacío.
{% endif %}COLAS Y PLAN IMPERIAL
{{ queue_forecast.notice }}
| Estado | Orden | Planeta | Coste | Final | Fiabilidad |
|---|---|---|---|---|---|
| {{ 'Activa y pagada' if item.kind == 'active' else 'Prevista sin reserva' }} | {{ item.name }} · {{ item.category }} | {{ item.planet }} | {{ item.cost.metal|default(0)|number }} metal; {{ item.cost.crystal|default(0)|number }} cristal; {{ item.cost.deuterium|default(0)|number }} deuterio | {% if item.completes_at %}{% else %}Sin fecha{% endif %} | {{ item.uncertainty }}{% if item.state %} {{ item.state }}{% endif %} |
No hay colas ni órdenes previstas.
{% endif %}RECOMPENSAS SIN MONETIZACIÓN
Se obtienen jugando, mediante expediciones, logros y temporadas. Humano e IA usan el mismo inventario, límites y efectos. Cada uso exige una vista previa y confirmación.
{% if consumable_preview %}Efecto exacto: {{ consumable_preview.effect }}
{{ consumable_preview.warning }}
{{ consumable.description }}
Disponibles: {{ consumable.amount }}. Máximo por lote: {{ consumable.max_batch }}.
{% set targets = consumable_targets.get(consumable.target_type,[]) %}CENTRO DE AVISOS
Los avisos externos solo se solicitan después de activarlos aquí y conceder permiso al navegador. El juego continúa siendo completamente utilizable sin ellos.
{% if notifications %} {% else %}Todavía no hay avisos registrados.
{% endif %}AGENDA UNIFICADA
| Fecha | Categoría | Acontecimiento | Planeta | Acción |
|---|---|---|---|---|
| {{ entry.category }} | {{ entry.title }}{% if entry.note %} {{ entry.note }}{% endif %} | {{ entry.planet or '—' }} | {% if entry.reminder_id %}{% else %}Automático{% endif %} |
No hay acontecimientos próximos.
{% endif %}