- new tool sprites
- when clicking the order icon next to a character, the character is selected in the command menu
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
price="100"
|
||||
description="One of the most crucial tools on board the submarine. Also works underwater.">
|
||||
|
||||
<Sprite texture ="weldingtool.png" depth="0.5"/>
|
||||
<Sprite texture ="tools.png" sourcerect="0,17,41,17" depth="0.5"/>
|
||||
|
||||
<!-- physics body -->
|
||||
<Body width="39" height="18" density="5"/>
|
||||
<Body width="41" height="17" density="5"/>
|
||||
|
||||
<!-- the character will hold the item 50 pixels in front of him, with his hands at the handle1 and handle2 positions -->
|
||||
<Holdable slots="Any,RightHand+LeftHand" controlpose="true"
|
||||
aimpos="50,0" handle1="-17,0" handle2="8,0"/>
|
||||
aimpos="50,0" handle1="-17,0" handle2="10,0"/>
|
||||
|
||||
<RepairTool structurefixamount="5.0" limbfixamount="-0.5" range="100" barrelpos="19,8" particles="weld">
|
||||
<!-- the item must contain a welding fuel tank for it to work -->
|
||||
@@ -56,14 +56,14 @@
|
||||
price="100"
|
||||
description="Cuts through various materials using a jet of ionized oxygen.">
|
||||
|
||||
<Sprite texture ="plasmacutter.png" depth="0.5"/>
|
||||
<Sprite texture ="tools.png" sourcerect="0,0,41,16" depth="0.5"/>
|
||||
|
||||
<Body width="39" height="18" density="5"/>
|
||||
<Body width="41" height="16" density="5"/>
|
||||
|
||||
<Holdable slots="Any,RightHand+LeftHand" controlpose="true"
|
||||
aimpos="50,0" handle1="-12,4"/>
|
||||
|
||||
<RepairTool structurefixamount="-2.0" limbfixamount="-0.5" range="100" barrelpos="19,8" particles="plasma">
|
||||
<RepairTool structurefixamount="-2.0" limbfixamount="-0.5" range="100" barrelpos="28,8" particles="plasma">
|
||||
<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="-20.0" Condition="-3.0"/>
|
||||
@@ -136,12 +136,12 @@
|
||||
pickdistance="200"
|
||||
price="10">
|
||||
|
||||
<Sprite texture ="screwdriver.png" depth="0.5"/>
|
||||
<Sprite texture ="tools.png" sourcerect="0,58,31,6" depth="0.5"/>
|
||||
|
||||
<Body width="30" height="8" density="20"/>
|
||||
<Body width="31" height="6" density="20"/>
|
||||
|
||||
<Holdable slots="Any,RightHand,LeftHand"
|
||||
holdangle="30" handle1="-5,0"/>
|
||||
holdangle="30" handle1="-10,0"/>
|
||||
|
||||
</Item>
|
||||
|
||||
@@ -152,12 +152,12 @@
|
||||
pickdistance="200"
|
||||
price="10">
|
||||
|
||||
<Sprite texture ="wrench.png" depth="0.5"/>
|
||||
<Sprite texture ="tools.png" sourcerect="0,50,26,7" depth="0.5"/>
|
||||
|
||||
<Body width="30" height="8" density="20"/>
|
||||
<Body width="30" height="7" density="20"/>
|
||||
|
||||
<MeleeWeapon slots="Any,RightHand,LeftHand"
|
||||
aimpos="50,0" handle1="0,0" holdangle="30" reload="1.0">
|
||||
aimpos="50,0" handle1="-5,0" holdangle="30" reload="1.0">
|
||||
<Attack damage="5" stun="0.2" damagetype="Blunt" sound="Content/Items/Weapons/smack.ogg"/>
|
||||
</MeleeWeapon>
|
||||
</Item>
|
||||
|
||||
Reference in New Issue
Block a user