{{#each adata.occupant.reagents}}
{{Math.fixed(volume, 1)}} units of {{name}}
@@ -44,29 +51,87 @@
{{data.open ? "Open" : "Closed"}}
+
{{#each data.synthchems}}
{{name}}
{{/each}}
+
- {{#each data.chems}}
- {{name}}: {{vol}}u
- {{#if data.efficiency >= 4}}
- Purity: {{purity}}
- {{/if}}
-
- {{/each}}
-
+
+
+
+
+
+
+ {{#if data.efficiency >= 4}}
+
+ {{/if}}
+
+ {{#if data.efficiency >= 3}}
+
+ {{/if}}
+
+ {{#if data.efficiency >= 2}}
+
+ {{/if}}
+
+
+
+
+
+
+ {{#each data.chems}}
+
+
+
+
+
+ {{#if data.efficiency >= 4}}
+
+ {{/if}}
+
+ {{#if data.efficiency >= 3}}
+
+ {{/if}}
+
+ {{#if adata.efficiency >= 2}}
+
+ {{/if}}
+
+
+
+
+
+
+ {{/each}}
+
+