+
+ NO POWER
+
+ {{if data.occupant}}
+
+ {{:helper.link("Eject occupant", null, {'eject' : 0})}}
+
+ {{/if}}
+{{else}}
+ {{if data.occupant}}
+
+
+ Occupant status:
+
+
+ Health: {{:data.health}}% ({{:data.stat}}).
+
+
+ Pulse:
+
+
+ {{:data.pulse}}
+
+
+ Brute damage:
+
+
+ {{:helper.displayBar(data.brute, 0, 100, (data.brute <= 25) ? 'good' : (data.brute <= 50) ? 'average' : 'bad')}}{{:helper.round(data.brute)}}
+
+
+ Burn severity:
+
+
+ {{:helper.displayBar(data.burn, 0, 100, (data.burn <= 25) ? 'good' : (data.burn <= 50) ? 'average' : 'bad')}}{{:helper.round(data.burn)}}
+
+
+ Respiratory damage:
+
+
+ {{:helper.displayBar(data.oxy, 0, 100, (data.oxy <= 25) ? 'good' : (data.oxy <= 50) ? 'average' : 'bad')}}{{:helper.round(data.oxy)}}
+
+
+ Toxin content:
+
+
+ {{:helper.displayBar(data.tox, 0, 100, (data.tox <= 25) ? 'good' : (data.tox <= 50) ? 'average' : 'bad')}}{{:helper.round(data.tox)}}
+
+
+ {{:helper.link(data.filtering ? "Dialysis active" : "Dialysis inactive", null, {'filter' : 0})}}
+
+
+ {{:helper.link("Eject occupant", null, {'eject' : 0})}}
+
+
+ {{else}}
+
+ No occupant.
+
+ {{/if}}
+
+ {{for data.reagents}}
+
+ {{:value.name}}
+
+
+ {{if data.occupant}}Occupant: {{:value.amount}} units{{/if}}
+ {{:helper.link('Inject 5', null, {'chemical' : value.id, 'amount' : 5}, data.occupant ? null : 'disabled')}}{{:helper.link('Inject 10', null, {'chemical' : value.id, 'amount' : 10}, data.occupant ? null : 'disabled')}}
+
+ {{/for}}
+
+ {{if data.beaker != -1}}
+
+
+ Beaker:
+
+
+ {{:data.beaker}} units of free space remaining.
+ {{:helper.link("Eject", null, {'beaker' : 0})}}
+
+
+ {{else}}
+
+
+ No beaker inserted.
+
+
+ {{/if}}
+{{/if}}