+ |
{{ s.item }} |
{{ s.recipe }} |
{{ s.building }} |
+
+ {% if s.inputs and s.inputs|length > 0 %}
+
+ {% for inp in s.inputs %}
+ {{ inp.item }} — {{ '%.2f'|format(inp.rate) }}
+ {% endfor %}
+
+ {% else %}
+ None
+ {% endif %}
+ |
{{ '%.2f'|format(s.target_rate) }} |
{{ '%.2f'|format(s.per_building_output) }} |
{{ '%.2f'|format(s.buildings_float) }} (~ {{ s.buildings }}) |
@@ -147,15 +187,36 @@
No production steps (target is a raw resource).
{% endif %}
+ Excess products
+ {% if result.excess and result.excess|length > 0 %}
+
+ {% else %}
+ No excess products for this target.
+ {% endif %}
+
Unused byproducts
{% if result.unused and result.unused|length > 0 %}