Merge pull request #399 from BlueTheKing/master
Deconstructing certain items now gives materials
This commit is contained in:
@@ -6,6 +6,12 @@
|
||||
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.">
|
||||
|
||||
<Deconstruct time="40">
|
||||
<Item name="Polycarbonate Bar"/>
|
||||
<Item name="Polycarbonate Bar"/>
|
||||
<Item name="Polycarbonate Bar"/>
|
||||
</Deconstruct>
|
||||
|
||||
<Sprite texture ="securitygear.png" sourcerect="68,0,60,31" depth="0.6"/>
|
||||
|
||||
<Body width="52" height="17" density="40"/>
|
||||
|
||||
@@ -174,7 +174,11 @@
|
||||
Tags="smallitem"
|
||||
cargocontainername="Metal Crate"
|
||||
price="10">
|
||||
|
||||
|
||||
<Deconstruct time="10">
|
||||
<Item name="Steel Bar"/>
|
||||
</Deconstruct>
|
||||
|
||||
<Sprite texture ="tools.png" sourcerect="0,58,31,6" depth="0.55"/>
|
||||
|
||||
<Body width="31" height="6" density="50"/>
|
||||
@@ -190,6 +194,10 @@
|
||||
cargocontainername="Metal Crate"
|
||||
price="10">
|
||||
|
||||
<Deconstruct time="10">
|
||||
<Item name="Steel Bar"/>
|
||||
</Deconstruct>
|
||||
|
||||
<Sprite texture ="tools.png" sourcerect="0,50,26,7" depth="0.55"/>
|
||||
|
||||
<Body width="30" height="7" density="50"/>
|
||||
@@ -207,6 +215,10 @@
|
||||
cargocontainername="Metal Crate"
|
||||
price="15">
|
||||
|
||||
<Deconstruct time="10">
|
||||
<Item name="Steel Bar"/>
|
||||
</Deconstruct>
|
||||
|
||||
<Sprite texture ="tools.png" sourcerect="0,65,64,12" depth="0.55"/>
|
||||
|
||||
<Body width="60" height="10" density="50"/>
|
||||
@@ -224,6 +236,11 @@
|
||||
cargocontainername="Metal Crate"
|
||||
price="10">
|
||||
|
||||
<Deconstruct time="15">
|
||||
<Item name="Copper Bar"/>
|
||||
<Item name="Polycarbonate Bar"/>
|
||||
</Deconstruct>
|
||||
|
||||
<Sprite texture ="tools.png" sourcerect="42,0,22,9" depth="0.55"/>
|
||||
|
||||
<Body width="31" height="6" density="40"/>
|
||||
|
||||
Reference in New Issue
Block a user