Updated vanilla subs + 2 shuttles, camera item

This commit is contained in:
Regalis
2016-08-11 21:31:41 +03:00
parent ab923c47e3
commit 04a63a98cd
6 changed files with 24 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -543,5 +543,29 @@
</ConnectionPanel>
</Item>
<Item
name="Camera"
category="Electrical"
Tags="smallitem"
pickdistance="150"
focusonselected="true"
offsetonselected="500"
linkable="true"
price="50"
description="Typically used in photonics masts to provide the crew with a high-resolution view of the area outside the sub.">
<Deconstruct time="10">
<Item name="Steel Bar"/>
<Item name="FPGA Circuit"/>
</Deconstruct>
<Sprite texture="signalcomp.png" depth="0.8" sourcerect="0,64,16,32"/>
<ConnectionPanel selectkey="Action" canbeselected = "true" msg="Rewire [Screwdriver]">
<requireditem name="Screwdriver,Wire" type="Equipped"/>
<input name="control_in"/>
</ConnectionPanel>
</Item>
</Items>

Binary file not shown.

Binary file not shown.