Files
LuaCsForBarotraumaEP/Subsurface/Content/Items/MiniMap/item.xml
Regalis 4bf01aeba7 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)
2016-09-08 20:21:55 +03:00

21 lines
646 B
XML

<Item
name="Status Monitor"
aliases="MiniMap"
category="Machine"
linkable="true"
pickdistance="150">
<Sprite texture="Content/Items/machines.png" depth="0.8" sourcerect="64,0,64,128"/>
<MiniMap MinVoltage="0.5" PowerConsumption="100" canbeselected = "true">
<GuiFrame rect="0,0,0.5,0.5" alignment="Center" color="0.0,0.0,0.0,0.8"/>
</MiniMap>
<ConnectionPanel selectkey="Action" canbeselected = "true" msg="Rewire [Screwdriver]">
<requireditem name="Screwdriver" type="Equipped"/>
<input name="power_in"/>
<input name="water_data_in"/>
<input name="oxygen_data_in"/>
</ConnectionPanel>
</Item>