98 lines
2.6 KiB
XML
98 lines
2.6 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Items>
|
|
<Item
|
|
name="Welding Tool"
|
|
Tags="smallitem"
|
|
pickdistance="200">
|
|
|
|
<Sprite texture ="weldingtool.png" depth="0.04"/>
|
|
|
|
<Body width="39" height="18" density="5"/>
|
|
|
|
<Holdable aimpos="50,0" handle1="-17,0" handle2="8,0"/>
|
|
|
|
<RepairTool structurefixamount="50.0" range="80" barrelpos="19,8">
|
|
<RequiredItems name="Welding Fuel Tank" type="Contained" msg="Welding fuel required"/>
|
|
<StatusEffect type="OnUse" target="Contained" targetnames="Welding Fuel Tank" Condition="-0.7"/>
|
|
<StatusEffect type="OnUse" target="UseTarget" targetnames="Door,Windowed Door" Stuck="10.0"/>
|
|
|
|
<Fixable name="structure"/>
|
|
</RepairTool>
|
|
|
|
<Pickable slots="Any,BothHands"/>
|
|
|
|
<ItemContainer capacity="1" hideitems="false" itempos="-17,-21">
|
|
<Containable name="Welding Fuel Tank"/>
|
|
<Containable name="Oxygen Tank"/>
|
|
</ItemContainer>
|
|
</Item>
|
|
|
|
<Item
|
|
name="Plasma Cutter"
|
|
Tags="smallitem"
|
|
pickdistance="200">
|
|
|
|
<Sprite texture ="plasmacutter.png" depth="0.04"/>
|
|
|
|
<Body width="39" height="18" density="5"/>
|
|
|
|
<Holdable aimpos="50,0" handle1="-12,4"/>
|
|
|
|
<RepairTool structurefixamount="-10.0" range="50" barrelpos="19,8">
|
|
<RequiredItems name="Oxygen Tank" type="Contained" msg="Oxygen tank required"/>
|
|
<StatusEffect type="OnUse" target="Contained" targetnames="Oxygen Tank" Condition="-0.7"/>
|
|
<StatusEffect type="OnUse" target="UseTarget" targetnames="Door,Windowed Door" Stuck="-10.0"/>
|
|
|
|
<Fixable name="structure"/>
|
|
</RepairTool>
|
|
|
|
<Pickable slots="Any,RightHand,LeftHand"/>
|
|
|
|
<ItemContainer capacity="1" hideitems="false" itempos="9,-15">
|
|
<Containable name="Welding Fuel Tank"/>
|
|
<Containable name="Oxygen Tank"/>
|
|
</ItemContainer>
|
|
</Item>
|
|
|
|
<Item
|
|
name="Welding Fuel Tank"
|
|
Tags="smallitem"
|
|
pickdistance="150">
|
|
|
|
<Sprite texture ="fueltank.png" depth="0.05"/>
|
|
|
|
<Body radius="6" height="22" density="5"/>
|
|
|
|
<Holdable holdpos="30,-15" handle1="0,5" handle2="0,-5"/>
|
|
<Pickable slots="RightHand,Any"/>
|
|
</Item>
|
|
|
|
<Item
|
|
name="Screwdriver"
|
|
Tags="smallitem"
|
|
pickdistance="200">
|
|
|
|
<Sprite texture ="screwdriver.png"/>
|
|
|
|
<Body width="30" height="8" density="20"/>
|
|
|
|
<Holdable holdangle="30" handle1="0,0"/>
|
|
|
|
<Pickable slots="Any,RightHand,LeftHand"/>
|
|
</Item>
|
|
|
|
<Item
|
|
name="Wrench"
|
|
Tags="smallitem"
|
|
pickdistance="200">
|
|
|
|
<Sprite texture ="wrench.png"/>
|
|
|
|
<Body width="30" height="8" density="20"/>
|
|
|
|
<Holdable holdangle="30" handle1="0,0"/>
|
|
|
|
<Pickable slots="Any,RightHand,LeftHand"/>
|
|
</Item>
|
|
|
|
</Items> |