Configured cargo containers for items, metal crates can be deconstructed, spears can be contained inside metal crates

This commit is contained in:
Joonas Rikkonen
2018-01-10 15:57:22 +02:00
parent 9f58d1b74d
commit 7bbab35a0b
16 changed files with 172 additions and 118 deletions

View File

@@ -4,7 +4,7 @@
category="Electrical"
linkable="true"
tags="smallitem"
cargocontainername="Metal Crate"
price="10">
<Sprite texture ="button.png" sourcerect="0,0,24,27" depth="0.8"/>
@@ -37,7 +37,7 @@
category="Electrical"
linkable="true"
tags="smallitem"
cargocontainername="Metal Crate"
price="10">
<Sprite texture ="button.png" sourcerect="24,0,11,16" depth="0.79"/>

View File

@@ -3,7 +3,7 @@
name="Steel Cabinet"
linkable="true"
pickdistance ="150">
<Sprite texture ="locker.png" depth="0.84"/>
<ItemContainer capacity="20" canbeselected="true" hideitems="true">
@@ -42,6 +42,12 @@
linkable="true"
pickdistance ="150">
<Deconstruct time="20">
<Item name="Steel Bar"/>
<Item name="Steel Bar"/>
<Item name="Steel Bar"/>
</Deconstruct>
<Sprite texture ="crates.png" depth="0.54" sourcerect="0,0,79,35"/>
<Body width="77" height="34" density="50"/>
@@ -49,7 +55,7 @@
<Holdable slots="RightHand+LeftHand" holdpos="0,-80" handle1="-30,14" handle2="30,14" aimable="false"/>
<ItemContainer capacity="20" canbeselected="true" hideitems="true">
<Containable name="smallitem"/>
<Containable name="smallitem,Spear"/>
</ItemContainer>
</Item>
@@ -58,10 +64,15 @@
linkable="true"
pickdistance ="150">
<Deconstruct time="20">
<Item name="Steel Bar"/>
<Item name="Steel Bar"/>
</Deconstruct>
<Sprite texture ="crates.png" depth="0.54" sourcerect="81,0,47,42"/>
<Body width="45" height="41" density="50"/>
<Holdable slots="RightHand+LeftHand" holdpos="0,-80" handle1="-20,14" handle2="20,14" aimable="false"/>
<ItemContainer capacity="10" canbeselected="true" hideitems="true">
@@ -74,6 +85,11 @@
linkable="true"
pickdistance ="150">
<Deconstruct time="20">
<Item name="Steel Bar"/>
<Item name="Steel Bar"/>
</Deconstruct>
<Sprite texture ="crates.png" depth="0.54" sourcerect="1,36,47,42"/>
<Body width="45" height="41" density="50"/>
@@ -83,7 +99,7 @@
<ItemContainer capacity="10" canbeselected="true" hideitems="true">
<Containable name="smallitem"/>
</ItemContainer>
</Item>
</Item>
</Items>

View File

@@ -4,7 +4,7 @@
name="Oxygen Tank"
category="Equipment,Misc"
Tags="smallitem,oxygensource"
cargocontainername="Metal Crate"
price="50">
<Deconstruct time="10">
@@ -27,7 +27,7 @@
name="Diving Mask"
category="Equipment"
Tags="smallitem,diving"
cargocontainername="Metal Crate"
price="50"
description="Small enough to carry around in case of need, but won't protect you from the water pressure in the event of a full-blown hull breach.">
@@ -128,7 +128,7 @@
name="Underwater Scooter"
category="Equipment"
Tags="smallitem"
cargocontainername="Metal Crate"
price="50"
description="A battery-powered underwater propulsion device.">

View File

@@ -5,10 +5,10 @@
<Item
name="Wire"
category="Electrical"
Tags="smallitem,wire"
Tags="smallitem,wire"
linkable="true"
canbepicked="true"
cargocontainername="Metal Crate"
price="10">
<Deconstruct time="5">
@@ -29,9 +29,9 @@
category="Electrical"
Tags="smallitem,wire"
spritecolor="1.0,0.0,0.0,1.0"
linkable="true"
canbepicked="true"
cargocontainername="Metal Crate"
price="10">
<Deconstruct time="5">
@@ -50,10 +50,10 @@
name="Blue Wire"
category="Electrical"
Tags="smallitem,wire"
spritecolor="0.0,0.6,1.0,1.0"
spritecolor="0.0,0.6,1.0,1.0"
linkable="true"
canbepicked="true"
cargocontainername="Metal Crate"
price="10">
<Deconstruct time="5">
@@ -72,10 +72,10 @@
name="Orange Wire"
category="Electrical"
Tags="smallitem,wire"
spritecolor="1.0,0.5,0.0,1.0"
spritecolor="1.0,0.5,0.0,1.0"
linkable="true"
canbepicked="true"
cargocontainername="Metal Crate"
price="10">
<Deconstruct time="5">
@@ -93,9 +93,9 @@
<Item
name="FPGA Circuit"
category="Electrical"
Tags="smallitem"
linkable="true"
Tags="smallitem"
linkable="true"
cargocontainername="Metal Crate"
price="100"
description="Field-programmable gate array - a multi-purpose circuit which can be reconfigured for use in a large variety of electrical devices.">
@@ -115,8 +115,8 @@
name="And Component"
category="Electrical"
Tags="smallitem"
linkable="true"
cargocontainername="Metal Crate"
price="10"
description="Sends a signal when both inputs receive a signal within a set period of each other.">
@@ -150,8 +150,8 @@
name="Or Component"
category="Electrical"
Tags="smallitem"
linkable="true"
cargocontainername="Metal Crate"
price="10"
description="Sends a signal if either of the inputs receive a signal.">
@@ -184,8 +184,8 @@
name="Not Component"
category="Electrical"
Tags="smallitem"
linkable="true"
cargocontainername="Metal Crate"
price="10"
description="Sends a signal when the input is NOT receiving a signal.">
@@ -216,8 +216,8 @@
name="Relay Component"
category="Electrical"
Tags="smallitem"
linkable="true"
cargocontainername="Metal Crate"
price="10"
description="When switched on, forwards all received signals from the input connections to the outputs.">
@@ -263,8 +263,8 @@
name="Delay Component"
category="Electrical"
Tags="smallitem"
linkable="true"
cargocontainername="Metal Crate"
price="10"
description="Delays all received signals for a specific amount of time.">
@@ -295,8 +295,8 @@
name="Light Component"
category="Electrical"
Tags="smallitem"
linkable="true"
cargocontainername="Metal Crate"
price="10">
<Deconstruct time="10">
@@ -330,8 +330,8 @@
name="Oxygen Detector"
category="Electrical"
Tags="smallitem"
linkable="true"
cargocontainername="Metal Crate"
price="10"
description="Sends out a value between 0-100 depending on the quality of the surrounding air.">
@@ -361,8 +361,8 @@
name="Water Detector"
category="Electrical"
Tags="smallitem"
linkable="true"
cargocontainername="Metal Crate"
price="10"
description="Sends out a signal when the detector is submerged.">
@@ -392,8 +392,8 @@
name="Motion Detector"
category="Electrical"
Tags="smallitem"
linkable="true"
cargocontainername="Metal Crate"
price="10"
description="Sends out a signal when it detects movement.">
@@ -423,8 +423,8 @@
name="Signal Check Component"
category="Electrical"
Tags="smallitem"
linkable="true"
cargocontainername="Metal Crate"
price="10"
description="Sends a signal when a signal matching a specific value is received.">
@@ -457,8 +457,8 @@
name="RegEx Find Component"
category="Electrical"
Tags="smallitem"
linkable="true"
cargocontainername="Metal Crate"
price="10"
description="Sends a signal if the received signal matches a specific regular expression pattern.">
@@ -490,8 +490,8 @@
name="Oscillator"
category="Electrical"
Tags="smallitem"
linkable="true"
cargocontainername="Metal Crate"
price="10"
description="Sends out a periodic, oscillating signal.">
@@ -523,8 +523,8 @@
name="Wifi Component"
category="Electrical"
Tags="smallitem"
linkable="true"
cargocontainername="Metal Crate"
price="20"
description="Allows remote communication between other Wifi Components that are using the same channel.">
@@ -555,8 +555,8 @@
name="Emergency Siren"
category="Electrical"
Tags="smallitem"
linkable="true"
cargocontainername="Metal Crate"
price="10">
<Deconstruct time="10">
@@ -588,8 +588,8 @@
name="Alarm Buzzer"
category="Electrical"
Tags="smallitem"
linkable="true"
cargocontainername="Metal Crate"
price="10">
<Deconstruct time="10">
@@ -620,11 +620,11 @@
<Item
name="Camera"
category="Electrical"
Tags="smallitem"
Tags="smallitem"
focusonselected="true"
offsetonselected="500"
linkable="true"
cargocontainername="Metal Crate"
price="50"
description="Typically used in photonics masts to provide the crew with a high-resolution view of the area outside the sub.">

View File

@@ -3,9 +3,9 @@
<Item
name="Steel Bar"
category="Material"
Tags="smallitem"
Tags="smallitem"
canbepicked="true"
cargocontainername="Metal Crate"
price="50">
<Deconstruct time="5">
@@ -21,13 +21,13 @@
</Item>
<Item
name="Uranium Bar"
category="Material"
Tags="smallitem"
spritecolor="0.2,0.35,0.06,1.0"
canbepicked="true"
price="100">
name="Uranium Bar"
category="Material"
Tags="smallitem"
spritecolor="0.2,0.35,0.06,1.0"
canbepicked="true"
cargocontainername="Metal Crate"
price="100">
<Deconstruct time="5">
<Item name="Uranium Powder"/>
@@ -42,13 +42,13 @@
</Item>
<Item
name="Copper Bar"
category="Material"
Tags="smallitem"
spritecolor="0.78,0.55,0.2,1.0"
canbepicked="true"
price="50">
name="Copper Bar"
category="Material"
Tags="smallitem"
spritecolor="0.78,0.55,0.2,1.0"
canbepicked="true"
cargocontainername="Metal Crate"
price="50">
<Sprite texture ="materials.png" sourcerect="0,0,24,12" depth="0.55"/>
@@ -58,13 +58,13 @@
</Item>
<Item
name="Polycarbonate Bar"
category="Material"
Tags="smallitem"
spritecolor="0.9,0.9,1.0,0.9"
canbepicked="true"
price="50">
name="Polycarbonate Bar"
category="Material"
Tags="smallitem"
spritecolor="0.9,0.9,1.0,0.9"
canbepicked="true"
cargocontainername="Metal Crate"
price="50">
<Sprite texture ="materials.png" sourcerect="0,0,24,12" depth="0.55"/>
@@ -77,8 +77,8 @@
name="Incendium Bar"
category="Material"
Tags="smallitem"
spritecolor="0.5,0.0,0.0,1.0"
cargocontainername="Metal Crate"
canbepicked="true">
<Sprite texture ="materials.png" sourcerect="0,0,24,12" depth="0.55"/>
@@ -98,8 +98,8 @@
name="Fulgurium Bar"
category="Material"
Tags="smallitem"
spritecolor="1.0,0.7,0.05,1.0"
cargocontainername="Metal Crate"
canbepicked="true">
<Sprite texture ="materials.png" sourcerect="0,0,24,12" depth="0.55"/>

View File

@@ -2,8 +2,8 @@
<Item
name="Captain's Cap"
category="Equipment"
tags="smallitem"
cargocontainername="Metal Crate"
description="A token of the Captain's unquestionable authority.">
<Sprite texture ="captainhat.png" depth="0.6"/>
@@ -17,8 +17,8 @@
<Item
name="Captain's Jacket"
category="Equipment"
category="Equipment"
cargocontainername="Metal Crate"
tags="smallitem">
<Sprite texture ="captainLegs.png" sourcerect="0,49,52,17" depth="0.6"/>
@@ -39,7 +39,7 @@
<Item
name="Captain's Trousers"
category="Equipment"
cargocontainername="Metal Crate"
tags="smallitem">
<Sprite texture ="captainLegs.png" sourcerect="0,67,51,13" depth="0.6"/>

View File

@@ -2,8 +2,8 @@
<Item
name="Health Scanner HUD"
category="Equipment"
tags="smallitem"
cargocontainername="Metal Crate"
description="A heads-up display that displays information of the vital signs and status of nearby humans.">
<Sprite texture ="doctorgear.png" sourcerect="0,120,20,8" depth="0.6"/>
@@ -19,8 +19,8 @@
<Item
name="Doctor's Coat"
category="Equipment"
category="Equipment"
cargocontainername="Metal Crate"
tags="smallitem">
<Sprite texture ="doctorgear.png" sourcerect="75,0,53,18" depth="0.6"/>
@@ -45,7 +45,7 @@
<Item
name="Doctor's Trousers"
category="Equipment"
cargocontainername="Metal Crate"
tags="smallitem">
<Sprite texture ="doctorgear.png" sourcerect="76,19,51,13" depth="0.6"/>

View File

@@ -4,6 +4,7 @@
category="Equipment"
tags="smallitem"
fireproof="true"
cargocontainername="Metal Crate"
description="The fire-resistant fabric offers some protection against fires. Plenty of pockets for carrying any extra gear an engineer might need.">
<Sprite texture = "engigear.png" sourcerect="0,52,50,25" depth="0.6"/>
@@ -32,9 +33,9 @@
<Item
name="Blue Jumpsuit"
category="Equipment"
tags="smallitem"
fireproof="true"
cargocontainername="Metal Crate"
description="The fire-resistant fabric offers some protection against fires. Plenty of pockets for carrying any extra gear a mechanic might need.">
<Sprite texture = "engigear.png" sourcerect="53,50,51,25" depth="0.6"/>

View File

@@ -1,11 +1,10 @@
<Items>
<Item
name="Headset"
category="Equipment"
category="Equipment"
tags="smallitem"
description="Allows remote communication between the crew."
cargocontainername="Metal Crate"
price="10">
<Sprite texture ="headset.png" depth="0.6"/>
@@ -33,7 +32,7 @@
<Item
name="Clown Mask"
category="Equipment"
cargocontainername="Metal Crate"
tags="smallitem"
description="Praise the honkmother.">
@@ -54,7 +53,7 @@
<Item
name="Clown Costume"
category="Equipment"
cargocontainername="Metal Crate"
tags="smallitem"
description="Praise the honkmother.">

View File

@@ -2,8 +2,8 @@
<Item
name="Body Armor"
category="Equipment"
tags="smallitem"
cargocontainername="Metal Crate"
description="While the body armor won't offer adequate protection against most of the inhabitants of the subsurface ocean, it can be extremely useful if there are traitors on board.">
<Sprite texture ="securitygear.png" sourcerect="68,0,60,31" depth="0.6"/>
@@ -21,8 +21,9 @@
<Item
name="Ballistic Helmet"
category="Equipment"
category="Equipment"
tags="smallitem"
cargocontainername="Metal Crate"
description="While the helmet won't offer adequate protection against most of the inhabitants of the subsurface ocean, it can be extremely useful if there are traitors on board.">
<Deconstruct time="10">
@@ -44,7 +45,7 @@
<Item
name="Handcuffs"
category="Equipment"
cargocontainername="Metal Crate"
tags="smallitem" >
<Sprite texture = "securitygear.png" sourcerect="0,63,32,14" depth="0.6"/>

View File

@@ -7,6 +7,7 @@
Tags="smallitem,medical"
price="50"
canuseonself="true"
cargocontainername="Chemical Crate"
description="Injection is often a much more effective method of administering drugs than taking them orally.">
<Sprite texture ="med.png" sourcerect="0,0,25,5" depth="0.6"/>
@@ -43,6 +44,7 @@
Tags="smallitem,medical"
canuseonself="true"
price="20"
cargocontainername="Chemical Crate"
description="Treated with a hemostatic agent that quickly seals most minor wounds.">
<Sprite texture ="med.png" sourcerect="0,16,11,16" depth="0.6"/>
@@ -66,7 +68,8 @@
<Item
name="Iron Powder"
category="Material"
Tags="smallitem,chem"
Tags="smallitem,chem"
cargocontainername="Chemical Crate"
price="5">
<Sprite texture ="med.png" sourcerect="24,16,8,16" depth="0.6" color="0.2,0.2,0.2,1.0"/>
@@ -84,7 +87,8 @@
name="Stabilozine"
category="Material"
spritecolor="1.0,1.0,0.7,1.0"
Tags="smallitem,chem,medical"
Tags="smallitem,chem,medical"
cargocontainername="Chemical Crate"
description="A mild stimulant which is used as an ingredient in the manufacture of various medicines."
canuseonself="true"
price="10">
@@ -109,6 +113,7 @@
name="Chlorine"
category="Material"
spritecolor="1.0,1.0,1.0,0.6"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical"
price="20">
@@ -127,6 +132,7 @@
name="Ethanol"
category="Material"
spritecolor="0.0,0.9,0.1,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical"
canuseonself="true"
price="20">
@@ -151,6 +157,7 @@
name="Aluminium"
category="Material"
spritecolor="0.7,0.7,0.7,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical"
price="20">
@@ -169,6 +176,7 @@
name="Potassium"
category="Material"
spritecolor="0.8,0.8,0.8,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical"
price="20">
@@ -191,6 +199,7 @@
name="Phosphorus"
category="Material"
spritecolor="0.5,0.0,0.0,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical"
price="20">
@@ -210,6 +219,7 @@
name="Chloromydride"
category="Material"
spritecolor="0.7,0.9,1.0,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical"
description="A strong synaptic stimulant and cardiostimulant which is used as a preventative measure against critical condition. Should only be injected once every 30 seconds."
price="50">
@@ -227,10 +237,12 @@
</StatusEffect>
</Throwable>
</Item>
<Item
name="Erythrozine"
category="Material"
spritecolor="0.5,0.5,1.0,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical"
canuseonself="true"
description="Most commonly used for treating oxygen deprivation."
@@ -251,6 +263,7 @@
name="Fibrinozine"
category="Material"
spritecolor="0.6,0.4,0.2,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical"
canuseonself="true"
description="A hemostatic agent that slows down bleeding."
@@ -276,6 +289,7 @@
name="Corrigodone"
category="Material"
spritecolor="0.8,0.0,0.0,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical"
canuseonself="true"
@@ -302,6 +316,7 @@
name="Auxiliorizine"
category="Material"
spritecolor="1.0,1.0,0.0,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical"
description="A highly potent corrigodone-based stimulant."
@@ -322,6 +337,7 @@
name="Hyperzine"
category="Material"
spritecolor="0.8,0.3,0.8,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical"
description="A potent muscle stimulant."
price="50">
@@ -341,6 +357,7 @@
name="Calyxanide"
category="Material"
spritecolor="0.0,0.0,0.0,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical"
description="An antiparasitic drug used in the treatment of husk parasite infections. Might require higher dosage to cure the infection at later stages."
price="300">
@@ -370,6 +387,7 @@
name="Morbusanide"
category="Material"
spritecolor="0.0,0.0,0.2,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical"
description="A morbusine antidote.">
@@ -388,12 +406,13 @@
</Item>
<Item
name="Liquid Oxygenite"
category="Material"
spritecolor="0.6,0.8,1.0,1.0"
Tags="smallitem,chem,medical"
impacttolerance="8"
description="A mildy toxic solution that slowly releases oxygen into the bloodstream when injected.">
name="Liquid Oxygenite"
category="Material"
spritecolor="0.6,0.8,1.0,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical"
impacttolerance="8"
description="A mildy toxic solution that slowly releases oxygen into the bloodstream when injected.">
<Sprite texture ="med.png" sourcerect="24,16,8,16" depth="0.6" />
@@ -415,6 +434,7 @@
name="Flash Powder"
category="Material"
spritecolor="0.1,0.1,0.1,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,explosive"
impacttolerance="8"
price="50">
@@ -437,6 +457,7 @@
name="Chloral Hydrate"
category="Material"
spritecolor="1.0,1.0,1.0,0.8"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical"
price="20">
@@ -455,6 +476,7 @@
name="Sulphuric Acid"
category="Material"
spritecolor="0.5,0.0,0.0,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical"
price="50">
@@ -473,6 +495,7 @@
name="Uranium Powder"
category="Material"
spritecolor="0.2,0.35,0.06,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical"
price="50">
@@ -491,6 +514,7 @@
name="Velonaceps Calyx Eggs"
category="Material"
spritecolor="0.0,0.0,0.0,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical"
description="Dormant eggs of the Europan lifeform colloquially referred to as 'husk parasite'."
price="2000">
@@ -512,6 +536,7 @@
name="Morbusine"
category="Material"
spritecolor="0.0,0.0,0.0,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical"
description="A highly potent neurotoxin."
price="1000">
@@ -532,6 +557,7 @@
category="Material"
description="A highly unstable liquid that may explode when subjected to heat or physical shock."
spritecolor="1.0,1.0,1.0,1.0"
cargocontainername="Explosive Crate"
Tags="smallitem,chem,medical"
impacttolerance="4">
@@ -558,6 +584,7 @@
name="Sufforin"
category="Material"
spritecolor="1.0,0.3,0.3,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical"
description="A devious poison with a delayed effect.">
<!-- Can only be crafted. Direct counter to Sufforin is Liquid Oxygenite, though it's not strictly an antidote.

View File

@@ -57,7 +57,8 @@
<Item
name="Fuel Rod"
Tags="smallitem,reactorfuel"
Tags="smallitem,reactorfuel"
cargocontainername="Metal Crate"
price="200">
<Deconstruct time="10">
@@ -77,6 +78,7 @@
<Item
name="Incendium Fuel Rod"
Tags="smallitem,reactorfuel"
cargocontainername="Metal Crate"
spritecolor="0.5,0.0,0.0,1.0">
<Deconstruct time="10">
@@ -95,6 +97,7 @@
<Item
name="Heat Absorber"
Tags="smallitem"
cargocontainername="Metal Crate"
price="50">
<Sprite texture ="heatabsorber.png"/>

View File

@@ -4,7 +4,7 @@
name="Welding Tool"
category="Equipment"
Tags="smallitem"
cargocontainername="Metal Crate"
price="100"
description="One of the most crucial tools on board the submarine. Also works underwater.">
@@ -60,7 +60,7 @@
name="Plasma Cutter"
category="Equipment"
Tags="smallitem"
cargocontainername="Metal Crate"
price="100"
description="Cuts through various materials using a jet of ionized oxygen.">
@@ -105,7 +105,7 @@
name="Welding Fuel Tank"
category="Equipment"
Tags="smallitem"
cargocontainername="Metal Crate"
price="50">
<Deconstruct time="10">
@@ -128,7 +128,7 @@
name="Fire Extinguisher"
category="Equipment"
Tags="smallitem"
cargocontainername="Metal Crate"
price="100"
description="A handheld carbon dioxide extinguisher.">
@@ -157,7 +157,7 @@
name="Screwdriver"
category="Equipment"
Tags="smallitem"
cargocontainername="Metal Crate"
price="10">
<Sprite texture ="tools.png" sourcerect="0,58,31,6" depth="0.55"/>
@@ -172,7 +172,7 @@
name="Wrench"
category="Equipment"
Tags="smallitem"
cargocontainername="Metal Crate"
price="10">
<Sprite texture ="tools.png" sourcerect="0,50,26,7" depth="0.55"/>
@@ -189,7 +189,7 @@
name="Crowbar"
category="Equipment"
Tags="smallitem"
cargocontainername="Metal Crate"
price="15">
<Sprite texture ="tools.png" sourcerect="0,65,64,12" depth="0.55"/>
@@ -206,7 +206,7 @@
name="Handheld Sonar"
category="Equipment"
Tags="smallitem"
cargocontainername="Metal Crate"
price="10">
<Sprite texture ="tools.png" sourcerect="42,0,22,9" depth="0.55"/>
@@ -235,7 +235,8 @@
<Item
name="Flashlight"
category="Equipment"
Tags="smallitem"
Tags="smallitem"
cargocontainername="Metal Crate"
price="10">
<Deconstruct time="15">
@@ -265,7 +266,7 @@
<Item
name="Flare"
category="Equipment"
cargocontainername="Metal Crate"
price="5"
spritecolor="1.0,0.0,0.0,1.0"
tags="smallitem">

View File

@@ -4,7 +4,7 @@
name="C-4 Block"
category="Equipment"
Tags="smallitem,explosive"
cargocontainername="Explosive Crate"
price="100">
<Sprite texture="weapons.png" depth="0.8" sourcerect="0,97,24,8"/>
@@ -22,8 +22,8 @@
name="Compound N"
category="Equipment"
Tags="smallitem,explosive"
spritecolor="1.0,0.5,1.0,1.0"
>
cargocontainername="Explosive Crate"
spritecolor="1.0,0.5,1.0,1.0">
<Sprite texture="weapons.png" depth="0.8" sourcerect="0,97,24,8"/>
<Body width="24" height="8"/>
@@ -41,8 +41,8 @@
name="Volatile Compound N"
category="Equipment"
Tags="smallitem,explosive"
spritecolor="1.0,0.5,1.0,1.0"
>
spritecolor="1.0,0.5,1.0,1.0"
cargocontainername="Explosive Crate">
<Sprite texture="weapons.png" depth="0.8" sourcerect="0,97,24,8"/>
<Body width="24" height="8"/>
@@ -62,8 +62,8 @@
description="A compound made of C-4 and incendium."
category="Equipment"
Tags="smallitem,explosive"
spritecolor="1.0,0.0,0.0,1.0"
>
cargocontainername="Explosive Crate"
spritecolor="1.0,0.0,0.0,1.0">
<Sprite texture="weapons.png" depth="0.8" sourcerect="0,97,24,8"/>
<Body width="24" height="8"/>
@@ -83,7 +83,8 @@
description="A device that detonates any contained explosive when receiving a signal."
category="Equipment"
Tags="smallitem"
price="50">
price="50"
cargocontainername="Explosive Crate">
<Sprite texture="weapons.png" depth="0.8" sourcerect="0,107,14,12"/>

View File

@@ -5,7 +5,8 @@
name="Spear"
category="Equipment"
interactthroughwalls="true"
price="50">
price="50"
cargocontainername="Metal Crate">
<Deconstruct time="5">
<Item name="Steel Bar"/>
@@ -24,8 +25,8 @@
<Item
name="Harpoon Gun"
category="Equipment"
price="500"
cargocontainername="Metal Crate"
tags="weapon">
<Deconstruct time="10">
@@ -59,8 +60,8 @@
<Item
name="Syringe Gun"
category="Equipment"
price="700"
cargocontainername="Metal Crate"
tags="weapon">
<Deconstruct time="10">
@@ -93,6 +94,7 @@
category="Equipment"
interactthroughwalls="true"
price="10"
cargocontainername="Metal Crate"
tags="smallitem">
<Sprite texture="weapons.png" sourcerect="52,99,8,3" depth="0.55"/>
@@ -107,8 +109,9 @@
<Item
name="Revolver"
category="Equipment"
category="Equipment"
price="700"
cargocontainername="Metal Crate"
tags="smallitem,weapon">
<Deconstruct time="10">
@@ -140,8 +143,9 @@
<Item
name="Stun Grenade"
category="Equipment"
category="Equipment"
price="200"
cargocontainername="Explosive Crate"
tags="smallitem,weapon,explosive">
<Deconstruct time="10">
@@ -173,6 +177,7 @@
<Item
name="Incendium Grenade"
category="Equipment"
cargocontainername="Explosive Crate"
tags="smallitem,weapon,explosive">
<Deconstruct time="10">
@@ -205,9 +210,9 @@
<Item
name="Stun Baton"
category="Equipment"
Tags="smallitem,weapon"
Tags="smallitem,weapon"
price="100"
cargocontainername="Metal Crate"
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">
@@ -242,10 +247,10 @@
<Item
name="Battery Cell"
category="Equipment,Electrical"
category="Equipment,Electrical"
tags="smallitem,loadable"
price="50"
cargocontainername="Metal Crate"
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">
@@ -264,8 +269,8 @@
<Item
name="Fulgurium Battery Cell"
category="Equipment,Electrical"
tags="smallitem,loadable"
cargocontainername="Metal Crate"
description="A battery cell contructed of the rare and poorly understood compound Fulgurium.">
<Deconstruct time="10">
@@ -284,8 +289,8 @@
<Item
name="Bike Horn"
category="Equipment"
tags="weapon,smallitem"
cargocontainername="Metal Crate"
description="HONK">
<Sprite texture="Content/Items/Jobgear/clownshirt.png" sourcerect="32,50,32,14" depth="0.55"/>

View File

@@ -4,7 +4,7 @@
name="ID Card"
category="Equipment"
Tags="smallitem"
>
cargocontainername="Metal Crate">
<Sprite texture ="idcard.png" depth="0.8"/>