Improved MiniMap: shows hull integrity and oxygen levels, and can be configured to only show oxy/water data if the rooms have detectors in place

+ itemprefab "aliases" (allows changing item names while keeping backwards compatibility with older sub files)
This commit is contained in:
Regalis
2016-09-08 20:21:55 +03:00
parent 7be5474617
commit 4bf01aeba7
5 changed files with 205 additions and 31 deletions
+5 -2
View File
@@ -1,5 +1,6 @@
<Item
name="MiniMap"
name="Status Monitor"
aliases="MiniMap"
category="Machine"
linkable="true"
pickdistance="150">
@@ -12,7 +13,9 @@
<ConnectionPanel selectkey="Action" canbeselected = "true" msg="Rewire [Screwdriver]">
<requireditem name="Screwdriver" type="Equipped"/>
<input name="power_in"/>
<input name="power_in"/>
<input name="water_data_in"/>
<input name="oxygen_data_in"/>
</ConnectionPanel>
</Item>