|
- {{ s.item }} |
{{ s.recipe }} |
- {{ s.building }} |
-
+ |
{% if s.inputs and s.inputs|length > 0 %}
{% for inp in s.inputs %}
@@ -176,7 +173,7 @@
None
{% endif %}
|
-
+ |
{% if s.destinations and s.destinations|length > 0 %}
{% for d in s.destinations %}
@@ -187,6 +184,9 @@
None
{% endif %}
|
+ {{ s.building }} |
+
+
{{ '%.2f'|format(s.target_rate) }} |
{{ '%.2f'|format(s.per_building_output) }} |
{{ '%.2f'|format(s.buildings_float) }} (~ {{ s.buildings }}) |