171 lines
5.5 KiB
XML
171 lines
5.5 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<Items>
|
|
<Item
|
|
name="Spear"
|
|
category="Equipment"
|
|
pickdistance="200"
|
|
pickthroughwalls="true"
|
|
price="50">
|
|
|
|
<Deconstruct time="5">
|
|
<Item name="Steel Bar"/>
|
|
</Deconstruct>
|
|
|
|
<Sprite texture="weapons.png" sourcerect="0,50,65,7" depth="0.55"/>
|
|
|
|
<Body width="64" height="5" density="20"/>
|
|
|
|
<Pickable slots="Any"/>
|
|
<Projectile launchimpulse="20.0" doesstick="true">
|
|
<Attack damage="20" bleedingdamage="2" structuredamage="50" damagetype="Blunt"/>
|
|
</Projectile>
|
|
</Item>
|
|
|
|
<Item
|
|
name="Harpoon Gun"
|
|
category="Equipment"
|
|
pickdistance="200"
|
|
price="500"
|
|
tags="weapon">
|
|
|
|
<Deconstruct time="10">
|
|
<Item name="Steel Bar"/>
|
|
<Item name="Polycarbonate Bar"/>
|
|
</Deconstruct>
|
|
|
|
<Sprite texture="weapons.png" sourcerect="0,25,98,25" depth="0.5"/>
|
|
|
|
<Body width="90" height="30" density="10"/>
|
|
|
|
<Holdable slots="Any,RightHand+LeftHand" controlpose="true"
|
|
holdpos="35,-10" aimpos="35,-10" handle1="-15,-6" handle2="26,7"/>
|
|
|
|
<RangedWeapon barrelpos="49,10">
|
|
<Sound file="harpoon1.ogg" type="OnUse"/>
|
|
<Sound file="harpoon2.ogg" type="OnUse"/>
|
|
<RequiredItems name="Spear" type="Contained" msg="Spear required to shoot"/>
|
|
<RequiredSkill name="Weapons" level="30"/>
|
|
</RangedWeapon>
|
|
|
|
<ItemContainer itempos="27,10" iteminterval="0,-8" hideitems="false">
|
|
<Containable name="Spear"/>
|
|
</ItemContainer>
|
|
</Item>
|
|
|
|
<Item
|
|
name="Stun Grenade"
|
|
category="Equipment"
|
|
pickdistance="200"
|
|
price="200"
|
|
tags="smallitem,weapon">
|
|
|
|
<Sprite texture="weapons.png" sourcerect="98,0,11,24"/>
|
|
|
|
<Body width="11" height="24" density="15" friction="0.8f"/>
|
|
|
|
<Throwable slots="Any,RightHand,LeftHand" holdpos="0,0" handle1="0,0" throwforce="4.0" aimpos="35,-10">
|
|
<StatusEffect type="OnUse" target="This" Condition="-100.0" delay="3.0" sound="Content/Items/Weapons/stungrenade.ogg">
|
|
<Explosion range="500" damage="5" stun="10" force="0.1"/>
|
|
</StatusEffect>
|
|
</Throwable>
|
|
</Item>
|
|
|
|
<Item
|
|
name="Incendium Grenade"
|
|
category="Equipment"
|
|
pickdistance="200"
|
|
tags="smallitem,weapon">
|
|
|
|
<Sprite texture="weapons.png" sourcerect="98,0,11,24"/>
|
|
|
|
<Body width="11" height="24" density="15" friction="0.8f"/>
|
|
|
|
<Throwable slots="Any,RightHand,LeftHand" holdpos="0,0" handle1="0,0" throwforce="4.0" aimpos="35,-10">
|
|
<StatusEffect type="OnUse" target="This" Condition="-100.0" delay="3.0" sound="Content/Items/Weapons/stungrenade.ogg">
|
|
<Explosion range="500" damage="5" stun="1" force="0.1"/>
|
|
<Fire size="300.0"/>
|
|
</StatusEffect>
|
|
</Throwable>
|
|
</Item>
|
|
|
|
<Item
|
|
name="Stun Baton"
|
|
category="Equipment"
|
|
Tags="smallitem,weapon"
|
|
pickdistance="150"
|
|
price="100"
|
|
description="If verbal orders are insufficient, a high-voltage shock from a Stun Baton may be enough to beat an unruly crew member into submission.">
|
|
|
|
<Deconstruct time="10">
|
|
<Item name="Steel Bar"/>
|
|
<Item name="Polycarbonate Bar"/>
|
|
</Deconstruct>
|
|
|
|
<Sprite texture="weapons.png" sourcerect="21,0,77,22" depth="0.5"/>
|
|
|
|
<Body width="90" height="30" density="10"/>
|
|
|
|
<MeleeWeapon slots="Any,RightHand,LeftHand"
|
|
aimpos="50,0" handle1="-5,0" holdangle="10" reload="1.0">
|
|
<Attack damage="2" stun="0.2" damagetype="Blunt" sound="Content/Items/Weapons/smack.ogg"/>
|
|
<StatusEffect type="OnUse" target="Contained,Character" Condition="-25.0" stun="10.0" disabledeltatime="true" sound="Content/Items/Weapons/stunbaton.ogg">
|
|
<RequiredItem name="Battery Cell" type="Contained" msg="Loaded Battery Cell required"/>
|
|
<Explosion range="100.0" force="0.1" shockwave="false" flames="false" camerashake="5.0"/>
|
|
</StatusEffect>
|
|
<StatusEffect type="OnUse" target="Contained,Character" Condition="-15.0" stun="15.0" disabledeltatime="true" sound="Content/Items/Weapons/stunbaton.ogg">
|
|
<RequiredItem name="Fulgurium Battery Cell" type="Contained" msg="Loaded Battery Cell required"/>
|
|
<Explosion range="100.0" force="0.5" shockwave="false" flames="false" camerashake="5.0"/>
|
|
</StatusEffect>
|
|
</MeleeWeapon>
|
|
|
|
<ItemContainer capacity="1" hideitems="true">
|
|
<Containable name="Battery Cell"/>
|
|
<Containable name="Fulgurium Battery Cell"/>
|
|
</ItemContainer>
|
|
</Item>
|
|
|
|
<Item
|
|
name="Battery Cell"
|
|
category="Equipment,Electrical"
|
|
pickdistance="150"
|
|
tags="smallitem,loadable"
|
|
price="50"
|
|
description="Used as a power source for various handheld devices. Most submarines have several stationary backup batteries with recharge docks for battery cells.">
|
|
|
|
<Deconstruct time="10">
|
|
<Item name="Steel Bar"/>
|
|
<Item name="FPGA Circuit"/>
|
|
<Item name="Copper Bar"/>
|
|
</Deconstruct>
|
|
|
|
<Sprite texture="weapons.png" sourcerect="0,0,20,9" depth="0.8"/>
|
|
|
|
<Body width="20" height="9" density="15"/>
|
|
|
|
<Pickable slots="Any,RightHand,LeftHand"/>
|
|
</Item>
|
|
|
|
<Item
|
|
name="Fulgurium Battery Cell"
|
|
category="Equipment,Electrical"
|
|
pickdistance="150"
|
|
tags="smallitem,loadable"
|
|
description="A battery cell contructed of the rare and poorly understood compound Fulgurium.">
|
|
|
|
<Deconstruct time="10">
|
|
<Item name="Steel Bar"/>
|
|
<Item name="FPGA Circuit"/>
|
|
<Item name="Fulgurium Bar"/>
|
|
</Deconstruct>
|
|
|
|
<Sprite texture="weapons.png" sourcerect="0,0,20,9" depth="0.8"/>
|
|
|
|
<Body width="20" height="9" density="15"/>
|
|
|
|
<Pickable slots="Any,RightHand,LeftHand"/>
|
|
</Item>
|
|
</Items>
|
|
|
|
|