Small pump, added docking ports to all vanilla subs
This commit is contained in:
@@ -589,6 +589,9 @@
|
|||||||
<Content Include="Content\Items\OxygenGenerator\oxygengenerator.png">
|
<Content Include="Content\Items\OxygenGenerator\oxygengenerator.png">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
<Content Include="Content\Items\Pump\smallpump.png">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
<Content Include="Content\Items\Tools\extinguisher.png">
|
<Content Include="Content\Items\Tools\extinguisher.png">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
|||||||
@@ -1,22 +1,47 @@
|
|||||||
<Item
|
<Items>
|
||||||
|
<Item
|
||||||
name="Pump"
|
name="Pump"
|
||||||
linkable="true"
|
linkable="true"
|
||||||
category="Machine"
|
category="Machine"
|
||||||
pickdistance="200">
|
pickdistance="200">
|
||||||
|
|
||||||
<Sprite texture ="pump.png" depth="0.8"/>
|
<Sprite texture ="pump.png" depth="0.8"/>
|
||||||
|
|
||||||
<Pump canbeselected = "true" maxflow="500" PowerConsumption="300.0" MinVoltage="0.3">
|
<Pump canbeselected = "true" maxflow="500" PowerConsumption="300.0" MinVoltage="0.3">
|
||||||
<GuiFrame rect="0,0,330,145" alignment="Center" color="0.0,0.0,0.0,0.6"/>
|
<GuiFrame rect="0,0,330,145" alignment="Center" color="0.0,0.0,0.0,0.6"/>
|
||||||
<sound file="pump.ogg" type="OnActive" range="800.0" volume="CurrFlow" volumemultiplier="0.01" loop="true"/>
|
<sound file="pump.ogg" type="OnActive" range="800.0" volume="CurrFlow" volumemultiplier="0.01" loop="true"/>
|
||||||
</Pump>
|
</Pump>
|
||||||
|
|
||||||
<ConnectionPanel selectkey="Action" canbeselected = "true" msg="Rewire [Screwdriver]">
|
<ConnectionPanel selectkey="Action" canbeselected = "true" msg="Rewire [Screwdriver]">
|
||||||
<requireditem name="Screwdriver" type="Equipped"/>
|
<requireditem name="Screwdriver" type="Equipped"/>
|
||||||
<input name="power_in"/>
|
<input name="power_in"/>
|
||||||
<input name="toggle"/>
|
<input name="toggle"/>
|
||||||
<input name="set_active"/>
|
<input name="set_active"/>
|
||||||
<input name="set_speed"/>
|
<input name="set_speed"/>
|
||||||
<input name="set_targetlevel"/>
|
<input name="set_targetlevel"/>
|
||||||
</ConnectionPanel>
|
</ConnectionPanel>
|
||||||
</Item>
|
</Item>
|
||||||
|
|
||||||
|
<Item
|
||||||
|
name="Small Pump"
|
||||||
|
linkable="true"
|
||||||
|
category="Machine"
|
||||||
|
pickdistance="150">
|
||||||
|
|
||||||
|
<Sprite texture ="smallpump.png" depth="0.8" sourcerect="0,0,64,48"/>
|
||||||
|
|
||||||
|
<Pump canbeselected = "true" maxflow="100" PowerConsumption="60.0" MinVoltage="0.3">
|
||||||
|
<GuiFrame rect="0,0,330,145" alignment="Center" color="0.0,0.0,0.0,0.6"/>
|
||||||
|
<sound file="pump.ogg" type="OnActive" range="500.0" volume="CurrFlow" volumemultiplier="0.01" loop="true"/>
|
||||||
|
</Pump>
|
||||||
|
|
||||||
|
<ConnectionPanel selectkey="Action" canbeselected = "true" msg="Rewire [Screwdriver]">
|
||||||
|
<requireditem name="Screwdriver" type="Equipped"/>
|
||||||
|
<input name="power_in"/>
|
||||||
|
<input name="toggle"/>
|
||||||
|
<input name="set_active"/>
|
||||||
|
<input name="set_speed"/>
|
||||||
|
<input name="set_targetlevel"/>
|
||||||
|
</ConnectionPanel>
|
||||||
|
</Item>
|
||||||
|
</Items>
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 4.6 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user