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
@@ -4,7 +4,7 @@
category="Electrical" category="Electrical"
linkable="true" linkable="true"
tags="smallitem" tags="smallitem"
cargocontainername="Metal Crate"
price="10"> price="10">
<Sprite texture ="button.png" sourcerect="0,0,24,27" depth="0.8"/> <Sprite texture ="button.png" sourcerect="0,0,24,27" depth="0.8"/>
@@ -37,7 +37,7 @@
category="Electrical" category="Electrical"
linkable="true" linkable="true"
tags="smallitem" tags="smallitem"
cargocontainername="Metal Crate"
price="10"> price="10">
<Sprite texture ="button.png" sourcerect="24,0,11,16" depth="0.79"/> <Sprite texture ="button.png" sourcerect="24,0,11,16" depth="0.79"/>
@@ -42,6 +42,12 @@
linkable="true" linkable="true"
pickdistance ="150"> 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"/> <Sprite texture ="crates.png" depth="0.54" sourcerect="0,0,79,35"/>
<Body width="77" height="34" density="50"/> <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"/> <Holdable slots="RightHand+LeftHand" holdpos="0,-80" handle1="-30,14" handle2="30,14" aimable="false"/>
<ItemContainer capacity="20" canbeselected="true" hideitems="true"> <ItemContainer capacity="20" canbeselected="true" hideitems="true">
<Containable name="smallitem"/> <Containable name="smallitem,Spear"/>
</ItemContainer> </ItemContainer>
</Item> </Item>
@@ -58,6 +64,11 @@
linkable="true" linkable="true"
pickdistance ="150"> 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"/> <Sprite texture ="crates.png" depth="0.54" sourcerect="81,0,47,42"/>
<Body width="45" height="41" density="50"/> <Body width="45" height="41" density="50"/>
@@ -74,6 +85,11 @@
linkable="true" linkable="true"
pickdistance ="150"> 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"/> <Sprite texture ="crates.png" depth="0.54" sourcerect="1,36,47,42"/>
<Body width="45" height="41" density="50"/> <Body width="45" height="41" density="50"/>
@@ -4,7 +4,7 @@
name="Oxygen Tank" name="Oxygen Tank"
category="Equipment,Misc" category="Equipment,Misc"
Tags="smallitem,oxygensource" Tags="smallitem,oxygensource"
cargocontainername="Metal Crate"
price="50"> price="50">
<Deconstruct time="10"> <Deconstruct time="10">
@@ -27,7 +27,7 @@
name="Diving Mask" name="Diving Mask"
category="Equipment" category="Equipment"
Tags="smallitem,diving" Tags="smallitem,diving"
cargocontainername="Metal Crate"
price="50" 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."> 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" name="Underwater Scooter"
category="Equipment" category="Equipment"
Tags="smallitem" Tags="smallitem"
cargocontainername="Metal Crate"
price="50" price="50"
description="A battery-powered underwater propulsion device."> description="A battery-powered underwater propulsion device.">
@@ -6,9 +6,9 @@
name="Wire" name="Wire"
category="Electrical" category="Electrical"
Tags="smallitem,wire" Tags="smallitem,wire"
linkable="true" linkable="true"
canbepicked="true" canbepicked="true"
cargocontainername="Metal Crate"
price="10"> price="10">
<Deconstruct time="5"> <Deconstruct time="5">
@@ -29,9 +29,9 @@
category="Electrical" category="Electrical"
Tags="smallitem,wire" Tags="smallitem,wire"
spritecolor="1.0,0.0,0.0,1.0" spritecolor="1.0,0.0,0.0,1.0"
linkable="true" linkable="true"
canbepicked="true" canbepicked="true"
cargocontainername="Metal Crate"
price="10"> price="10">
<Deconstruct time="5"> <Deconstruct time="5">
@@ -51,9 +51,9 @@
category="Electrical" category="Electrical"
Tags="smallitem,wire" Tags="smallitem,wire"
spritecolor="0.0,0.6,1.0,1.0" spritecolor="0.0,0.6,1.0,1.0"
linkable="true" linkable="true"
canbepicked="true" canbepicked="true"
cargocontainername="Metal Crate"
price="10"> price="10">
<Deconstruct time="5"> <Deconstruct time="5">
@@ -73,9 +73,9 @@
category="Electrical" category="Electrical"
Tags="smallitem,wire" Tags="smallitem,wire"
spritecolor="1.0,0.5,0.0,1.0" spritecolor="1.0,0.5,0.0,1.0"
linkable="true" linkable="true"
canbepicked="true" canbepicked="true"
cargocontainername="Metal Crate"
price="10"> price="10">
<Deconstruct time="5"> <Deconstruct time="5">
@@ -94,8 +94,8 @@
name="FPGA Circuit" name="FPGA Circuit"
category="Electrical" category="Electrical"
Tags="smallitem" Tags="smallitem"
linkable="true" linkable="true"
cargocontainername="Metal Crate"
price="100" price="100"
description="Field-programmable gate array - a multi-purpose circuit which can be reconfigured for use in a large variety of electrical devices."> 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" name="And Component"
category="Electrical" category="Electrical"
Tags="smallitem" Tags="smallitem"
linkable="true" linkable="true"
cargocontainername="Metal Crate"
price="10" price="10"
description="Sends a signal when both inputs receive a signal within a set period of each other."> description="Sends a signal when both inputs receive a signal within a set period of each other.">
@@ -150,8 +150,8 @@
name="Or Component" name="Or Component"
category="Electrical" category="Electrical"
Tags="smallitem" Tags="smallitem"
linkable="true" linkable="true"
cargocontainername="Metal Crate"
price="10" price="10"
description="Sends a signal if either of the inputs receive a signal."> description="Sends a signal if either of the inputs receive a signal.">
@@ -184,8 +184,8 @@
name="Not Component" name="Not Component"
category="Electrical" category="Electrical"
Tags="smallitem" Tags="smallitem"
linkable="true" linkable="true"
cargocontainername="Metal Crate"
price="10" price="10"
description="Sends a signal when the input is NOT receiving a signal."> description="Sends a signal when the input is NOT receiving a signal.">
@@ -216,8 +216,8 @@
name="Relay Component" name="Relay Component"
category="Electrical" category="Electrical"
Tags="smallitem" Tags="smallitem"
linkable="true" linkable="true"
cargocontainername="Metal Crate"
price="10" price="10"
description="When switched on, forwards all received signals from the input connections to the outputs."> description="When switched on, forwards all received signals from the input connections to the outputs.">
@@ -263,8 +263,8 @@
name="Delay Component" name="Delay Component"
category="Electrical" category="Electrical"
Tags="smallitem" Tags="smallitem"
linkable="true" linkable="true"
cargocontainername="Metal Crate"
price="10" price="10"
description="Delays all received signals for a specific amount of time."> description="Delays all received signals for a specific amount of time.">
@@ -295,8 +295,8 @@
name="Light Component" name="Light Component"
category="Electrical" category="Electrical"
Tags="smallitem" Tags="smallitem"
linkable="true" linkable="true"
cargocontainername="Metal Crate"
price="10"> price="10">
<Deconstruct time="10"> <Deconstruct time="10">
@@ -330,8 +330,8 @@
name="Oxygen Detector" name="Oxygen Detector"
category="Electrical" category="Electrical"
Tags="smallitem" Tags="smallitem"
linkable="true" linkable="true"
cargocontainername="Metal Crate"
price="10" price="10"
description="Sends out a value between 0-100 depending on the quality of the surrounding air."> description="Sends out a value between 0-100 depending on the quality of the surrounding air.">
@@ -361,8 +361,8 @@
name="Water Detector" name="Water Detector"
category="Electrical" category="Electrical"
Tags="smallitem" Tags="smallitem"
linkable="true" linkable="true"
cargocontainername="Metal Crate"
price="10" price="10"
description="Sends out a signal when the detector is submerged."> description="Sends out a signal when the detector is submerged.">
@@ -392,8 +392,8 @@
name="Motion Detector" name="Motion Detector"
category="Electrical" category="Electrical"
Tags="smallitem" Tags="smallitem"
linkable="true" linkable="true"
cargocontainername="Metal Crate"
price="10" price="10"
description="Sends out a signal when it detects movement."> description="Sends out a signal when it detects movement.">
@@ -423,8 +423,8 @@
name="Signal Check Component" name="Signal Check Component"
category="Electrical" category="Electrical"
Tags="smallitem" Tags="smallitem"
linkable="true" linkable="true"
cargocontainername="Metal Crate"
price="10" price="10"
description="Sends a signal when a signal matching a specific value is received."> description="Sends a signal when a signal matching a specific value is received.">
@@ -457,8 +457,8 @@
name="RegEx Find Component" name="RegEx Find Component"
category="Electrical" category="Electrical"
Tags="smallitem" Tags="smallitem"
linkable="true" linkable="true"
cargocontainername="Metal Crate"
price="10" price="10"
description="Sends a signal if the received signal matches a specific regular expression pattern."> description="Sends a signal if the received signal matches a specific regular expression pattern.">
@@ -490,8 +490,8 @@
name="Oscillator" name="Oscillator"
category="Electrical" category="Electrical"
Tags="smallitem" Tags="smallitem"
linkable="true" linkable="true"
cargocontainername="Metal Crate"
price="10" price="10"
description="Sends out a periodic, oscillating signal."> description="Sends out a periodic, oscillating signal.">
@@ -523,8 +523,8 @@
name="Wifi Component" name="Wifi Component"
category="Electrical" category="Electrical"
Tags="smallitem" Tags="smallitem"
linkable="true" linkable="true"
cargocontainername="Metal Crate"
price="20" price="20"
description="Allows remote communication between other Wifi Components that are using the same channel."> description="Allows remote communication between other Wifi Components that are using the same channel.">
@@ -555,8 +555,8 @@
name="Emergency Siren" name="Emergency Siren"
category="Electrical" category="Electrical"
Tags="smallitem" Tags="smallitem"
linkable="true" linkable="true"
cargocontainername="Metal Crate"
price="10"> price="10">
<Deconstruct time="10"> <Deconstruct time="10">
@@ -588,8 +588,8 @@
name="Alarm Buzzer" name="Alarm Buzzer"
category="Electrical" category="Electrical"
Tags="smallitem" Tags="smallitem"
linkable="true" linkable="true"
cargocontainername="Metal Crate"
price="10"> price="10">
<Deconstruct time="10"> <Deconstruct time="10">
@@ -621,10 +621,10 @@
name="Camera" name="Camera"
category="Electrical" category="Electrical"
Tags="smallitem" Tags="smallitem"
focusonselected="true" focusonselected="true"
offsetonselected="500" offsetonselected="500"
linkable="true" linkable="true"
cargocontainername="Metal Crate"
price="50" price="50"
description="Typically used in photonics masts to provide the crew with a high-resolution view of the area outside the sub."> description="Typically used in photonics masts to provide the crew with a high-resolution view of the area outside the sub.">
@@ -4,8 +4,8 @@
name="Steel Bar" name="Steel Bar"
category="Material" category="Material"
Tags="smallitem" Tags="smallitem"
canbepicked="true" canbepicked="true"
cargocontainername="Metal Crate"
price="50"> price="50">
<Deconstruct time="5"> <Deconstruct time="5">
@@ -21,13 +21,13 @@
</Item> </Item>
<Item <Item
name="Uranium Bar" name="Uranium Bar"
category="Material" category="Material"
Tags="smallitem" Tags="smallitem"
spritecolor="0.2,0.35,0.06,1.0"
spritecolor="0.2,0.35,0.06,1.0" canbepicked="true"
canbepicked="true" cargocontainername="Metal Crate"
price="100"> price="100">
<Deconstruct time="5"> <Deconstruct time="5">
<Item name="Uranium Powder"/> <Item name="Uranium Powder"/>
@@ -42,13 +42,13 @@
</Item> </Item>
<Item <Item
name="Copper Bar" name="Copper Bar"
category="Material" category="Material"
Tags="smallitem" Tags="smallitem"
spritecolor="0.78,0.55,0.2,1.0"
spritecolor="0.78,0.55,0.2,1.0" canbepicked="true"
canbepicked="true" cargocontainername="Metal Crate"
price="50"> price="50">
<Sprite texture ="materials.png" sourcerect="0,0,24,12" depth="0.55"/> <Sprite texture ="materials.png" sourcerect="0,0,24,12" depth="0.55"/>
@@ -58,13 +58,13 @@
</Item> </Item>
<Item <Item
name="Polycarbonate Bar" name="Polycarbonate Bar"
category="Material" category="Material"
Tags="smallitem" Tags="smallitem"
spritecolor="0.9,0.9,1.0,0.9"
spritecolor="0.9,0.9,1.0,0.9" canbepicked="true"
canbepicked="true" cargocontainername="Metal Crate"
price="50"> price="50">
<Sprite texture ="materials.png" sourcerect="0,0,24,12" depth="0.55"/> <Sprite texture ="materials.png" sourcerect="0,0,24,12" depth="0.55"/>
@@ -77,8 +77,8 @@
name="Incendium Bar" name="Incendium Bar"
category="Material" category="Material"
Tags="smallitem" Tags="smallitem"
spritecolor="0.5,0.0,0.0,1.0" spritecolor="0.5,0.0,0.0,1.0"
cargocontainername="Metal Crate"
canbepicked="true"> canbepicked="true">
<Sprite texture ="materials.png" sourcerect="0,0,24,12" depth="0.55"/> <Sprite texture ="materials.png" sourcerect="0,0,24,12" depth="0.55"/>
@@ -98,8 +98,8 @@
name="Fulgurium Bar" name="Fulgurium Bar"
category="Material" category="Material"
Tags="smallitem" Tags="smallitem"
spritecolor="1.0,0.7,0.05,1.0" spritecolor="1.0,0.7,0.05,1.0"
cargocontainername="Metal Crate"
canbepicked="true"> canbepicked="true">
<Sprite texture ="materials.png" sourcerect="0,0,24,12" depth="0.55"/> <Sprite texture ="materials.png" sourcerect="0,0,24,12" depth="0.55"/>
@@ -2,8 +2,8 @@
<Item <Item
name="Captain's Cap" name="Captain's Cap"
category="Equipment" category="Equipment"
tags="smallitem" tags="smallitem"
cargocontainername="Metal Crate"
description="A token of the Captain's unquestionable authority."> description="A token of the Captain's unquestionable authority.">
<Sprite texture ="captainhat.png" depth="0.6"/> <Sprite texture ="captainhat.png" depth="0.6"/>
@@ -18,7 +18,7 @@
<Item <Item
name="Captain's Jacket" name="Captain's Jacket"
category="Equipment" category="Equipment"
cargocontainername="Metal Crate"
tags="smallitem"> tags="smallitem">
<Sprite texture ="captainLegs.png" sourcerect="0,49,52,17" depth="0.6"/> <Sprite texture ="captainLegs.png" sourcerect="0,49,52,17" depth="0.6"/>
@@ -39,7 +39,7 @@
<Item <Item
name="Captain's Trousers" name="Captain's Trousers"
category="Equipment" category="Equipment"
cargocontainername="Metal Crate"
tags="smallitem"> tags="smallitem">
<Sprite texture ="captainLegs.png" sourcerect="0,67,51,13" depth="0.6"/> <Sprite texture ="captainLegs.png" sourcerect="0,67,51,13" depth="0.6"/>
@@ -2,8 +2,8 @@
<Item <Item
name="Health Scanner HUD" name="Health Scanner HUD"
category="Equipment" category="Equipment"
tags="smallitem" tags="smallitem"
cargocontainername="Metal Crate"
description="A heads-up display that displays information of the vital signs and status of nearby humans."> 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"/> <Sprite texture ="doctorgear.png" sourcerect="0,120,20,8" depth="0.6"/>
@@ -20,7 +20,7 @@
<Item <Item
name="Doctor's Coat" name="Doctor's Coat"
category="Equipment" category="Equipment"
cargocontainername="Metal Crate"
tags="smallitem"> tags="smallitem">
<Sprite texture ="doctorgear.png" sourcerect="75,0,53,18" depth="0.6"/> <Sprite texture ="doctorgear.png" sourcerect="75,0,53,18" depth="0.6"/>
@@ -45,7 +45,7 @@
<Item <Item
name="Doctor's Trousers" name="Doctor's Trousers"
category="Equipment" category="Equipment"
cargocontainername="Metal Crate"
tags="smallitem"> tags="smallitem">
<Sprite texture ="doctorgear.png" sourcerect="76,19,51,13" depth="0.6"/> <Sprite texture ="doctorgear.png" sourcerect="76,19,51,13" depth="0.6"/>
@@ -4,6 +4,7 @@
category="Equipment" category="Equipment"
tags="smallitem" tags="smallitem"
fireproof="true" 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."> 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"/> <Sprite texture = "engigear.png" sourcerect="0,52,50,25" depth="0.6"/>
@@ -32,9 +33,9 @@
<Item <Item
name="Blue Jumpsuit" name="Blue Jumpsuit"
category="Equipment" category="Equipment"
tags="smallitem" tags="smallitem"
fireproof="true" 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."> 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"/> <Sprite texture = "engigear.png" sourcerect="53,50,51,25" depth="0.6"/>
@@ -2,10 +2,9 @@
<Item <Item
name="Headset" name="Headset"
category="Equipment" category="Equipment"
tags="smallitem" tags="smallitem"
description="Allows remote communication between the crew." description="Allows remote communication between the crew."
cargocontainername="Metal Crate"
price="10"> price="10">
<Sprite texture ="headset.png" depth="0.6"/> <Sprite texture ="headset.png" depth="0.6"/>
@@ -33,7 +32,7 @@
<Item <Item
name="Clown Mask" name="Clown Mask"
category="Equipment" category="Equipment"
cargocontainername="Metal Crate"
tags="smallitem" tags="smallitem"
description="Praise the honkmother."> description="Praise the honkmother.">
@@ -54,7 +53,7 @@
<Item <Item
name="Clown Costume" name="Clown Costume"
category="Equipment" category="Equipment"
cargocontainername="Metal Crate"
tags="smallitem" tags="smallitem"
description="Praise the honkmother."> description="Praise the honkmother.">
@@ -2,8 +2,8 @@
<Item <Item
name="Body Armor" name="Body Armor"
category="Equipment" category="Equipment"
tags="smallitem" 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."> 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"/> <Sprite texture ="securitygear.png" sourcerect="68,0,60,31" depth="0.6"/>
@@ -23,6 +23,7 @@
name="Ballistic Helmet" name="Ballistic Helmet"
category="Equipment" category="Equipment"
tags="smallitem" 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."> 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"> <Deconstruct time="10">
@@ -44,7 +45,7 @@
<Item <Item
name="Handcuffs" name="Handcuffs"
category="Equipment" category="Equipment"
cargocontainername="Metal Crate"
tags="smallitem" > tags="smallitem" >
<Sprite texture = "securitygear.png" sourcerect="0,63,32,14" depth="0.6"/> <Sprite texture = "securitygear.png" sourcerect="0,63,32,14" depth="0.6"/>
@@ -7,6 +7,7 @@
Tags="smallitem,medical" Tags="smallitem,medical"
price="50" price="50"
canuseonself="true" canuseonself="true"
cargocontainername="Chemical Crate"
description="Injection is often a much more effective method of administering drugs than taking them orally."> 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"/> <Sprite texture ="med.png" sourcerect="0,0,25,5" depth="0.6"/>
@@ -43,6 +44,7 @@
Tags="smallitem,medical" Tags="smallitem,medical"
canuseonself="true" canuseonself="true"
price="20" price="20"
cargocontainername="Chemical Crate"
description="Treated with a hemostatic agent that quickly seals most minor wounds."> description="Treated with a hemostatic agent that quickly seals most minor wounds.">
<Sprite texture ="med.png" sourcerect="0,16,11,16" depth="0.6"/> <Sprite texture ="med.png" sourcerect="0,16,11,16" depth="0.6"/>
@@ -67,6 +69,7 @@
name="Iron Powder" name="Iron Powder"
category="Material" category="Material"
Tags="smallitem,chem" Tags="smallitem,chem"
cargocontainername="Chemical Crate"
price="5"> price="5">
<Sprite texture ="med.png" sourcerect="24,16,8,16" depth="0.6" color="0.2,0.2,0.2,1.0"/> <Sprite texture ="med.png" sourcerect="24,16,8,16" depth="0.6" color="0.2,0.2,0.2,1.0"/>
@@ -85,6 +88,7 @@
category="Material" category="Material"
spritecolor="1.0,1.0,0.7,1.0" 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." description="A mild stimulant which is used as an ingredient in the manufacture of various medicines."
canuseonself="true" canuseonself="true"
price="10"> price="10">
@@ -109,6 +113,7 @@
name="Chlorine" name="Chlorine"
category="Material" category="Material"
spritecolor="1.0,1.0,1.0,0.6" spritecolor="1.0,1.0,1.0,0.6"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical" Tags="smallitem,chem,medical"
price="20"> price="20">
@@ -127,6 +132,7 @@
name="Ethanol" name="Ethanol"
category="Material" category="Material"
spritecolor="0.0,0.9,0.1,1.0" spritecolor="0.0,0.9,0.1,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical" Tags="smallitem,chem,medical"
canuseonself="true" canuseonself="true"
price="20"> price="20">
@@ -151,6 +157,7 @@
name="Aluminium" name="Aluminium"
category="Material" category="Material"
spritecolor="0.7,0.7,0.7,1.0" spritecolor="0.7,0.7,0.7,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical" Tags="smallitem,chem,medical"
price="20"> price="20">
@@ -169,6 +176,7 @@
name="Potassium" name="Potassium"
category="Material" category="Material"
spritecolor="0.8,0.8,0.8,1.0" spritecolor="0.8,0.8,0.8,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical" Tags="smallitem,chem,medical"
price="20"> price="20">
@@ -191,6 +199,7 @@
name="Phosphorus" name="Phosphorus"
category="Material" category="Material"
spritecolor="0.5,0.0,0.0,1.0" spritecolor="0.5,0.0,0.0,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical" Tags="smallitem,chem,medical"
price="20"> price="20">
@@ -210,6 +219,7 @@
name="Chloromydride" name="Chloromydride"
category="Material" category="Material"
spritecolor="0.7,0.9,1.0,1.0" spritecolor="0.7,0.9,1.0,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical" 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." 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"> price="50">
@@ -227,10 +237,12 @@
</StatusEffect> </StatusEffect>
</Throwable> </Throwable>
</Item> </Item>
<Item <Item
name="Erythrozine" name="Erythrozine"
category="Material" category="Material"
spritecolor="0.5,0.5,1.0,1.0" spritecolor="0.5,0.5,1.0,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical" Tags="smallitem,chem,medical"
canuseonself="true" canuseonself="true"
description="Most commonly used for treating oxygen deprivation." description="Most commonly used for treating oxygen deprivation."
@@ -251,6 +263,7 @@
name="Fibrinozine" name="Fibrinozine"
category="Material" category="Material"
spritecolor="0.6,0.4,0.2,1.0" spritecolor="0.6,0.4,0.2,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical" Tags="smallitem,chem,medical"
canuseonself="true" canuseonself="true"
description="A hemostatic agent that slows down bleeding." description="A hemostatic agent that slows down bleeding."
@@ -276,6 +289,7 @@
name="Corrigodone" name="Corrigodone"
category="Material" category="Material"
spritecolor="0.8,0.0,0.0,1.0" spritecolor="0.8,0.0,0.0,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical" Tags="smallitem,chem,medical"
canuseonself="true" canuseonself="true"
@@ -302,6 +316,7 @@
name="Auxiliorizine" name="Auxiliorizine"
category="Material" category="Material"
spritecolor="1.0,1.0,0.0,1.0" spritecolor="1.0,1.0,0.0,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical" Tags="smallitem,chem,medical"
description="A highly potent corrigodone-based stimulant." description="A highly potent corrigodone-based stimulant."
@@ -322,6 +337,7 @@
name="Hyperzine" name="Hyperzine"
category="Material" category="Material"
spritecolor="0.8,0.3,0.8,1.0" spritecolor="0.8,0.3,0.8,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical" Tags="smallitem,chem,medical"
description="A potent muscle stimulant." description="A potent muscle stimulant."
price="50"> price="50">
@@ -341,6 +357,7 @@
name="Calyxanide" name="Calyxanide"
category="Material" category="Material"
spritecolor="0.0,0.0,0.0,1.0" spritecolor="0.0,0.0,0.0,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical" 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." 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"> price="300">
@@ -370,6 +387,7 @@
name="Morbusanide" name="Morbusanide"
category="Material" category="Material"
spritecolor="0.0,0.0,0.2,1.0" spritecolor="0.0,0.0,0.2,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical" Tags="smallitem,chem,medical"
description="A morbusine antidote."> description="A morbusine antidote.">
@@ -388,12 +406,13 @@
</Item> </Item>
<Item <Item
name="Liquid Oxygenite" name="Liquid Oxygenite"
category="Material" category="Material"
spritecolor="0.6,0.8,1.0,1.0" spritecolor="0.6,0.8,1.0,1.0"
Tags="smallitem,chem,medical" cargocontainername="Chemical Crate"
impacttolerance="8" Tags="smallitem,chem,medical"
description="A mildy toxic solution that slowly releases oxygen into the bloodstream when injected."> 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" /> <Sprite texture ="med.png" sourcerect="24,16,8,16" depth="0.6" />
@@ -415,6 +434,7 @@
name="Flash Powder" name="Flash Powder"
category="Material" category="Material"
spritecolor="0.1,0.1,0.1,1.0" spritecolor="0.1,0.1,0.1,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,explosive" Tags="smallitem,chem,explosive"
impacttolerance="8" impacttolerance="8"
price="50"> price="50">
@@ -437,6 +457,7 @@
name="Chloral Hydrate" name="Chloral Hydrate"
category="Material" category="Material"
spritecolor="1.0,1.0,1.0,0.8" spritecolor="1.0,1.0,1.0,0.8"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical" Tags="smallitem,chem,medical"
price="20"> price="20">
@@ -455,6 +476,7 @@
name="Sulphuric Acid" name="Sulphuric Acid"
category="Material" category="Material"
spritecolor="0.5,0.0,0.0,1.0" spritecolor="0.5,0.0,0.0,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical" Tags="smallitem,chem,medical"
price="50"> price="50">
@@ -473,6 +495,7 @@
name="Uranium Powder" name="Uranium Powder"
category="Material" category="Material"
spritecolor="0.2,0.35,0.06,1.0" spritecolor="0.2,0.35,0.06,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical" Tags="smallitem,chem,medical"
price="50"> price="50">
@@ -491,6 +514,7 @@
name="Velonaceps Calyx Eggs" name="Velonaceps Calyx Eggs"
category="Material" category="Material"
spritecolor="0.0,0.0,0.0,1.0" spritecolor="0.0,0.0,0.0,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical" Tags="smallitem,chem,medical"
description="Dormant eggs of the Europan lifeform colloquially referred to as 'husk parasite'." description="Dormant eggs of the Europan lifeform colloquially referred to as 'husk parasite'."
price="2000"> price="2000">
@@ -512,6 +536,7 @@
name="Morbusine" name="Morbusine"
category="Material" category="Material"
spritecolor="0.0,0.0,0.0,1.0" spritecolor="0.0,0.0,0.0,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical" Tags="smallitem,chem,medical"
description="A highly potent neurotoxin." description="A highly potent neurotoxin."
price="1000"> price="1000">
@@ -532,6 +557,7 @@
category="Material" category="Material"
description="A highly unstable liquid that may explode when subjected to heat or physical shock." description="A highly unstable liquid that may explode when subjected to heat or physical shock."
spritecolor="1.0,1.0,1.0,1.0" spritecolor="1.0,1.0,1.0,1.0"
cargocontainername="Explosive Crate"
Tags="smallitem,chem,medical" Tags="smallitem,chem,medical"
impacttolerance="4"> impacttolerance="4">
@@ -558,6 +584,7 @@
name="Sufforin" name="Sufforin"
category="Material" category="Material"
spritecolor="1.0,0.3,0.3,1.0" spritecolor="1.0,0.3,0.3,1.0"
cargocontainername="Chemical Crate"
Tags="smallitem,chem,medical" Tags="smallitem,chem,medical"
description="A devious poison with a delayed effect."> 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. <!-- Can only be crafted. Direct counter to Sufforin is Liquid Oxygenite, though it's not strictly an antidote.
@@ -58,6 +58,7 @@
<Item <Item
name="Fuel Rod" name="Fuel Rod"
Tags="smallitem,reactorfuel" Tags="smallitem,reactorfuel"
cargocontainername="Metal Crate"
price="200"> price="200">
<Deconstruct time="10"> <Deconstruct time="10">
@@ -77,6 +78,7 @@
<Item <Item
name="Incendium Fuel Rod" name="Incendium Fuel Rod"
Tags="smallitem,reactorfuel" Tags="smallitem,reactorfuel"
cargocontainername="Metal Crate"
spritecolor="0.5,0.0,0.0,1.0"> spritecolor="0.5,0.0,0.0,1.0">
<Deconstruct time="10"> <Deconstruct time="10">
@@ -95,6 +97,7 @@
<Item <Item
name="Heat Absorber" name="Heat Absorber"
Tags="smallitem" Tags="smallitem"
cargocontainername="Metal Crate"
price="50"> price="50">
<Sprite texture ="heatabsorber.png"/> <Sprite texture ="heatabsorber.png"/>
@@ -4,7 +4,7 @@
name="Welding Tool" name="Welding Tool"
category="Equipment" category="Equipment"
Tags="smallitem" Tags="smallitem"
cargocontainername="Metal Crate"
price="100" price="100"
description="One of the most crucial tools on board the submarine. Also works underwater."> description="One of the most crucial tools on board the submarine. Also works underwater.">
@@ -60,7 +60,7 @@
name="Plasma Cutter" name="Plasma Cutter"
category="Equipment" category="Equipment"
Tags="smallitem" Tags="smallitem"
cargocontainername="Metal Crate"
price="100" price="100"
description="Cuts through various materials using a jet of ionized oxygen."> description="Cuts through various materials using a jet of ionized oxygen.">
@@ -105,7 +105,7 @@
name="Welding Fuel Tank" name="Welding Fuel Tank"
category="Equipment" category="Equipment"
Tags="smallitem" Tags="smallitem"
cargocontainername="Metal Crate"
price="50"> price="50">
<Deconstruct time="10"> <Deconstruct time="10">
@@ -128,7 +128,7 @@
name="Fire Extinguisher" name="Fire Extinguisher"
category="Equipment" category="Equipment"
Tags="smallitem" Tags="smallitem"
cargocontainername="Metal Crate"
price="100" price="100"
description="A handheld carbon dioxide extinguisher."> description="A handheld carbon dioxide extinguisher.">
@@ -157,7 +157,7 @@
name="Screwdriver" name="Screwdriver"
category="Equipment" category="Equipment"
Tags="smallitem" Tags="smallitem"
cargocontainername="Metal Crate"
price="10"> price="10">
<Sprite texture ="tools.png" sourcerect="0,58,31,6" depth="0.55"/> <Sprite texture ="tools.png" sourcerect="0,58,31,6" depth="0.55"/>
@@ -172,7 +172,7 @@
name="Wrench" name="Wrench"
category="Equipment" category="Equipment"
Tags="smallitem" Tags="smallitem"
cargocontainername="Metal Crate"
price="10"> price="10">
<Sprite texture ="tools.png" sourcerect="0,50,26,7" depth="0.55"/> <Sprite texture ="tools.png" sourcerect="0,50,26,7" depth="0.55"/>
@@ -189,7 +189,7 @@
name="Crowbar" name="Crowbar"
category="Equipment" category="Equipment"
Tags="smallitem" Tags="smallitem"
cargocontainername="Metal Crate"
price="15"> price="15">
<Sprite texture ="tools.png" sourcerect="0,65,64,12" depth="0.55"/> <Sprite texture ="tools.png" sourcerect="0,65,64,12" depth="0.55"/>
@@ -206,7 +206,7 @@
name="Handheld Sonar" name="Handheld Sonar"
category="Equipment" category="Equipment"
Tags="smallitem" Tags="smallitem"
cargocontainername="Metal Crate"
price="10"> price="10">
<Sprite texture ="tools.png" sourcerect="42,0,22,9" depth="0.55"/> <Sprite texture ="tools.png" sourcerect="42,0,22,9" depth="0.55"/>
@@ -236,6 +236,7 @@
name="Flashlight" name="Flashlight"
category="Equipment" category="Equipment"
Tags="smallitem" Tags="smallitem"
cargocontainername="Metal Crate"
price="10"> price="10">
<Deconstruct time="15"> <Deconstruct time="15">
@@ -265,7 +266,7 @@
<Item <Item
name="Flare" name="Flare"
category="Equipment" category="Equipment"
cargocontainername="Metal Crate"
price="5" price="5"
spritecolor="1.0,0.0,0.0,1.0" spritecolor="1.0,0.0,0.0,1.0"
tags="smallitem"> tags="smallitem">
@@ -4,7 +4,7 @@
name="C-4 Block" name="C-4 Block"
category="Equipment" category="Equipment"
Tags="smallitem,explosive" Tags="smallitem,explosive"
cargocontainername="Explosive Crate"
price="100"> price="100">
<Sprite texture="weapons.png" depth="0.8" sourcerect="0,97,24,8"/> <Sprite texture="weapons.png" depth="0.8" sourcerect="0,97,24,8"/>
@@ -22,8 +22,8 @@
name="Compound N" name="Compound N"
category="Equipment" category="Equipment"
Tags="smallitem,explosive" 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"/> <Sprite texture="weapons.png" depth="0.8" sourcerect="0,97,24,8"/>
<Body width="24" height="8"/> <Body width="24" height="8"/>
@@ -42,7 +42,7 @@
category="Equipment" category="Equipment"
Tags="smallitem,explosive" 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"/> <Sprite texture="weapons.png" depth="0.8" sourcerect="0,97,24,8"/>
<Body width="24" height="8"/> <Body width="24" height="8"/>
@@ -62,8 +62,8 @@
description="A compound made of C-4 and incendium." description="A compound made of C-4 and incendium."
category="Equipment" category="Equipment"
Tags="smallitem,explosive" 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"/> <Sprite texture="weapons.png" depth="0.8" sourcerect="0,97,24,8"/>
<Body width="24" height="8"/> <Body width="24" height="8"/>
@@ -83,7 +83,8 @@
description="A device that detonates any contained explosive when receiving a signal." description="A device that detonates any contained explosive when receiving a signal."
category="Equipment" category="Equipment"
Tags="smallitem" Tags="smallitem"
price="50"> price="50"
cargocontainername="Explosive Crate">
<Sprite texture="weapons.png" depth="0.8" sourcerect="0,107,14,12"/> <Sprite texture="weapons.png" depth="0.8" sourcerect="0,107,14,12"/>
@@ -5,7 +5,8 @@
name="Spear" name="Spear"
category="Equipment" category="Equipment"
interactthroughwalls="true" interactthroughwalls="true"
price="50"> price="50"
cargocontainername="Metal Crate">
<Deconstruct time="5"> <Deconstruct time="5">
<Item name="Steel Bar"/> <Item name="Steel Bar"/>
@@ -24,8 +25,8 @@
<Item <Item
name="Harpoon Gun" name="Harpoon Gun"
category="Equipment" category="Equipment"
price="500" price="500"
cargocontainername="Metal Crate"
tags="weapon"> tags="weapon">
<Deconstruct time="10"> <Deconstruct time="10">
@@ -59,8 +60,8 @@
<Item <Item
name="Syringe Gun" name="Syringe Gun"
category="Equipment" category="Equipment"
price="700" price="700"
cargocontainername="Metal Crate"
tags="weapon"> tags="weapon">
<Deconstruct time="10"> <Deconstruct time="10">
@@ -93,6 +94,7 @@
category="Equipment" category="Equipment"
interactthroughwalls="true" interactthroughwalls="true"
price="10" price="10"
cargocontainername="Metal Crate"
tags="smallitem"> tags="smallitem">
<Sprite texture="weapons.png" sourcerect="52,99,8,3" depth="0.55"/> <Sprite texture="weapons.png" sourcerect="52,99,8,3" depth="0.55"/>
@@ -109,6 +111,7 @@
name="Revolver" name="Revolver"
category="Equipment" category="Equipment"
price="700" price="700"
cargocontainername="Metal Crate"
tags="smallitem,weapon"> tags="smallitem,weapon">
<Deconstruct time="10"> <Deconstruct time="10">
@@ -142,6 +145,7 @@
name="Stun Grenade" name="Stun Grenade"
category="Equipment" category="Equipment"
price="200" price="200"
cargocontainername="Explosive Crate"
tags="smallitem,weapon,explosive"> tags="smallitem,weapon,explosive">
<Deconstruct time="10"> <Deconstruct time="10">
@@ -173,6 +177,7 @@
<Item <Item
name="Incendium Grenade" name="Incendium Grenade"
category="Equipment" category="Equipment"
cargocontainername="Explosive Crate"
tags="smallitem,weapon,explosive"> tags="smallitem,weapon,explosive">
<Deconstruct time="10"> <Deconstruct time="10">
@@ -206,8 +211,8 @@
name="Stun Baton" name="Stun Baton"
category="Equipment" category="Equipment"
Tags="smallitem,weapon" Tags="smallitem,weapon"
price="100" 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."> 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"> <Deconstruct time="10">
@@ -243,9 +248,9 @@
<Item <Item
name="Battery Cell" name="Battery Cell"
category="Equipment,Electrical" category="Equipment,Electrical"
tags="smallitem,loadable" tags="smallitem,loadable"
price="50" 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."> 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"> <Deconstruct time="10">
@@ -264,8 +269,8 @@
<Item <Item
name="Fulgurium Battery Cell" name="Fulgurium Battery Cell"
category="Equipment,Electrical" category="Equipment,Electrical"
tags="smallitem,loadable" tags="smallitem,loadable"
cargocontainername="Metal Crate"
description="A battery cell contructed of the rare and poorly understood compound Fulgurium."> description="A battery cell contructed of the rare and poorly understood compound Fulgurium.">
<Deconstruct time="10"> <Deconstruct time="10">
@@ -284,8 +289,8 @@
<Item <Item
name="Bike Horn" name="Bike Horn"
category="Equipment" category="Equipment"
tags="weapon,smallitem" tags="weapon,smallitem"
cargocontainername="Metal Crate"
description="HONK"> description="HONK">
<Sprite texture="Content/Items/Jobgear/clownshirt.png" sourcerect="32,50,32,14" depth="0.55"/> <Sprite texture="Content/Items/Jobgear/clownshirt.png" sourcerect="32,50,32,14" depth="0.55"/>
@@ -4,7 +4,7 @@
name="ID Card" name="ID Card"
category="Equipment" category="Equipment"
Tags="smallitem" Tags="smallitem"
> cargocontainername="Metal Crate">
<Sprite texture ="idcard.png" depth="0.8"/> <Sprite texture ="idcard.png" depth="0.8"/>