Compare commits

...

5 Commits

Author SHA1 Message Date
825c4d3002 Add mod cook recipes 2025-04-01 08:50:32 +02:00
311b289c39 Fix deconstructioner 2025-04-01 00:47:42 +02:00
df4da7d933 Cook 2025-04-01 00:47:18 +02:00
dbe9dccc9a Update 2025-04-01 00:22:30 +02:00
5f9c7ae4bb Reset content 2025-04-01 00:21:06 +02:00
52 changed files with 867 additions and 739 deletions

View File

@@ -13,10 +13,10 @@
<PreferredContainer secondary="ruinstoragelarge" amount="2" spawnprobability="0.02" />
<Sprite texture="Content/Items/Alien/AlienRuins_Items.png" depth="0.6" sourcerect="630,0,82,108" origin="0.5,0.5" />
<Deconstruct time="30">
<Item identifier="steel" />
<Item identifier="oxygeniteshard" />
<Item identifier="oxygeniteshard" />
<Item identifier="oxygeniteshard" />
<Item identifier="steel" amount="2" />
<Item identifier="oxygeniteshard" amount="2" />
<Item identifier="oxygeniteshard" amount="2" />
<Item identifier="oxygeniteshard" amount="2" />
</Deconstruct>
<Body width="80" height="95" density="40" friction="0.95" />
<!-- drains water if not contained -->
@@ -58,10 +58,10 @@
<PreferredContainer secondary="ruinstoragelarge" amount="2" spawnprobability="0.02" />
<Sprite texture="Content/Items/Alien/AlienRuins_Items.png" depth="0.6" sourcerect="542,112,102,99" origin="0.5,0.5" />
<Deconstruct time="30">
<Item identifier="steel" />
<Item identifier="incendium" />
<Item identifier="incendium" />
<Item identifier="incendium" />
<Item identifier="steel" amount="2" />
<Item identifier="incendium" amount="2" />
<Item identifier="incendium" amount="2" />
<Item identifier="incendium" amount="2" />
</Deconstruct>
<Body width="80" height="95" density="13" friction="0.95" />
<Holdable slots="RightHand+LeftHand" holdpos="30,-15" handle1="0,10" handle2="0,-10" msg="ItemMsgPickUpSelect">
@@ -116,10 +116,10 @@
<PreferredContainer secondary="ruinstoragelarge" amount="2" spawnprobability="0.02" />
<Sprite texture="Content/Items/Alien/AlienRuins_Items.png" depth="0.6" sourcerect="645,108,93,103" origin="0.5,0.5" />
<Deconstruct time="30">
<Item identifier="steel" />
<Item identifier="fulgurium" />
<Item identifier="fulgurium" />
<Item identifier="fulgurium" />
<Item identifier="steel" amount="2" />
<Item identifier="fulgurium" amount="2" />
<Item identifier="fulgurium" amount="2" />
<Item identifier="fulgurium" amount="2" />
</Deconstruct>
<Body width="80" height="95" density="50" friction="0.95" />
<Holdable slots="RightHand+LeftHand" holdpos="30,-15" handle1="0,10" handle2="0,-10" msg="ItemMsgPickUpSelect">
@@ -171,10 +171,10 @@
<PreferredContainer secondary="ruinstoragelarge" amount="2" spawnprobability="0.02" />
<Sprite texture="Content/Items/Alien/AlienRuins_Items.png" depth="0.6" sourcerect="718,6,78,102" origin="0.5,0.5" />
<Deconstruct time="30">
<Item identifier="steel" />
<Item identifier="physicorium" />
<Item identifier="physicorium" />
<Item identifier="physicorium" />
<Item identifier="steel" amount="2" />
<Item identifier="physicorium" amount="2" />
<Item identifier="physicorium" amount="2" />
<Item identifier="physicorium" amount="2" />
</Deconstruct>
<Body width="80" height="95" density="50" friction="0.95" />
<!-- Added sonar disruption -->
@@ -208,10 +208,10 @@
<PreferredContainer secondary="ruinstoragelarge" amount="2" spawnprobability="0.02" />
<Sprite texture="Content/Items/Alien/AlienRuins_Items.png" depth="0.6" sourcerect="541,0,88,108" origin="0.5,0.5" />
<Deconstruct time="30">
<Item identifier="steel" />
<Item identifier="dementonite" />
<Item identifier="dementonite" />
<Item identifier="dementonite" />
<Item identifier="steel" amount="2" />
<Item identifier="dementonite" amount="2" />
<Item identifier="dementonite" amount="2" />
<Item identifier="dementonite" amount="2" />
</Deconstruct>
<Body width="80" height="95" density="50" friction="0.95" />
<Holdable slots="RightHand+LeftHand" holdpos="30,-15" handle1="0,10" handle2="0,-10" msg="ItemMsgPickUpSelect">
@@ -261,7 +261,7 @@
</Price>
<Sprite texture="AlienRuins_Items.png" depth="0.7" sourcerect="48,1952,73,76" origin="0.5,0.5" />
<Deconstruct time="30">
<Item identifier="oxygeniteshard" />
<Item identifier="oxygeniteshard" amount="2" />
</Deconstruct>
<Body width="70" height="70" density="20" />
<Holdable slots="Any,RightHand,LeftHand" holdpos="30,-15" handle1="0,5" handle2="0,-5" msg="ItemMsgPickUpSelect">
@@ -284,7 +284,7 @@
</Price>
<Sprite texture="AlienRuins_Items.png" depth="0.7" sourcerect="128,1953,82,74" origin="0.5,0.5" />
<Deconstruct time="30">
<Item identifier="sulphuriteshard" />
<Item identifier="sulphuriteshard" amount="2" />
</Deconstruct>
<Body width="80" height="72" density="20" />
<Holdable slots="Any,RightHand,LeftHand" holdpos="30,-15" handle1="0,5" handle2="0,-5" msg="ItemMsgPickUpSelect">
@@ -307,7 +307,7 @@
</Price>
<Sprite texture="AlienRuins_Items.png" depth="0.7" sourcerect="232,1953,82,79" origin="0.5,0.5" />
<Deconstruct time="30">
<Item identifier="physicorium" />
<Item identifier="physicorium" amount="2" />
</Deconstruct>
<Body width="80" height="75" density="20" />
<Holdable slots="Any,RightHand,LeftHand" holdpos="30,-15" handle1="0,5" handle2="0,-5" msg="ItemMsgPickUpSelect">
@@ -329,8 +329,8 @@
<PreferredContainer primary="ruinstoragelarge" minamount="2" maxamount="4" spawnprobability="0.8" />
<PreferredContainer primary="ruintreasure" minamount="4" maxamount="6" spawnprobability="1" />
<Deconstruct time="20">
<Item identifier="liquidoxygenite" mincondition="0.5" />
<Item identifier="liquidoxygenite" mincondition="0.9" />
<Item identifier="liquidoxygenite" amount="2" mincondition="0.5" />
<Item identifier="liquidoxygenite" amount="2" mincondition="0.9" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="200,835,50,56" origin="0.5,0.5" />
<Sprite texture="AlienMaterials.png" depth="0.7" sourcerect="18,436,58,69" origin="0.5,0.5" />
@@ -363,8 +363,8 @@
<PreferredContainer primary="ruinstoragelarge" minamount="2" maxamount="4" spawnprobability="0.8" />
<PreferredContainer primary="ruintreasure" minamount="4" maxamount="6" spawnprobability="1" />
<Deconstruct time="20">
<Item identifier="sulphuricacid" mincondition="0.5" />
<Item identifier="sulphuricacid" mincondition="0.9" />
<Item identifier="sulphuricacid" amount="2" mincondition="0.5" />
<Item identifier="sulphuricacid" amount="2" mincondition="0.9" />
</Deconstruct>
<Sprite texture="AlienMaterials.png" depth="0.7" sourcerect="178,437,60,73" origin="0.5,0.5" />
<Body radius="25" density="15" />
@@ -396,8 +396,8 @@
<PreferredContainer primary="ruintreasure" amount="2" spawnprobability="0.6" />
<PreferredContainer secondary="researchcontainer" amount="2" spawnprobability="0.02" />
<Deconstruct time="20">
<Item identifier="dementonite" />
<Item identifier="fulgurium" />
<Item identifier="dementonite" amount="2" />
<Item identifier="fulgurium" amount="2" />
</Deconstruct>
<InventoryIcon texture="AlienRuins_Items.png" sourcerect="0,1875,104,58" />
<Sprite texture="AlienRuins_Items.png" sourcerect="0,1875,104,58" depth="0.55" />
@@ -438,9 +438,9 @@
<PreferredContainer primary="ruinstoragelarge" amount="2" spawnprobability="0.05" />
<PreferredContainer primary="ruintreasure" amount="2" spawnprobability="0.05" />
<Deconstruct time="20">
<Item identifier="dementonite" />
<Item identifier="dementonite" />
<Item identifier="fulgurium" />
<Item identifier="dementonite" amount="2" />
<Item identifier="dementonite" amount="2" />
<Item identifier="fulgurium" amount="2" />
</Deconstruct>
<Sprite texture="AlienRuins_Items.png" depth="0.55" sourcerect="0,1776,185,96" origin="0.5,0.4" scale="0.5" />
<Body radius="30" width="90" density="25" />
@@ -878,8 +878,8 @@
<Price storeidentifier="merchantmine" multiplier="0.9" />
</Price>
<Deconstruct time="10">
<Item identifier="lead" />
<Item identifier="fulgurium" />
<Item identifier="lead" amount="2" />
<Item identifier="fulgurium" amount="2" />
</Deconstruct>
<PreferredContainer primary="alienpistol" amount="2" spawnprobability="1" />
<PreferredContainer primary="ancientweapon" amount="2" spawnprobability="1" />
@@ -2225,7 +2225,7 @@
<Body radius="20" mindensity="9" maxdensity="11" />
<Price baseprice="80" sold="false" />
<Deconstruct time="10">
<Item identifier="sulphuricacid" />
<Item identifier="sulphuricacid" amount="2" />
</Deconstruct>
<Holdable slots="RightHand,LeftHand,Any" holdpos="0,-70" handle1="0,10" handle2="0,-10">
<StatusEffect type="OnBroken" target="This">
@@ -2258,7 +2258,7 @@
<Sprite texture="Content/Items/CreatureLoot/CreatureLoot.png" depth="0.18" sourcerect="323,203,45,53" origin="0.5,0.5" />
<Body radius="20" mindensity="9" maxdensity="11" />
<Deconstruct time="10">
<Item identifier="sulphuricacid" />
<Item identifier="sulphuricacid" amount="2" />
</Deconstruct>
<Holdable slots="RightHand,LeftHand,Any" holdpos="0,-70" handle1="0,10" handle2="0,-10" />
<Projectile characterusable="false" launchimpulse="18" deactivationtime="1" IgnoreProjectilesWhileActive="true" damagedoors="true">

View File

@@ -13,8 +13,8 @@
</Price>
<Sprite texture="button.png" sourcerect="28,70,34,51" depth="0.8" origin="0.5,0.5" />
<Deconstruct time="10">
<Item identifier="plastic" amount="2" />
<Item identifier="copper" />
<Item identifier="plastic" amount="4" />
<Item identifier="copper" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredSkill identifier="electrical" level="25" />
@@ -49,8 +49,8 @@
<InventoryIcon texture="Content/Items/InventoryIconAtlas2.png" sourcerect="448,192,64,64" origin="0.5,0.5" />
<Sprite texture="button.png" sourcerect="4,49,22,40" depth="0.79" origin="0.5,0.5" />
<Deconstruct time="10">
<Item identifier="plastic" amount="2" />
<Item identifier="copper" />
<Item identifier="plastic" amount="4" />
<Item identifier="copper" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -90,8 +90,8 @@
</Price>
<Sprite texture="button.png" sourcerect="64,1,63,62" depth="0.79" origin="0.5,0.5" />
<Deconstruct time="10">
<Item identifier="plastic" amount="2" />
<Item identifier="copper" />
<Item identifier="plastic" amount="4" />
<Item identifier="copper" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredSkill identifier="electrical" level="25" />

View File

@@ -419,8 +419,8 @@
<Item name="" identifier="artifacttransportcase" category="Equipment" tags="mediumitem,mobilecontainer,artifactcontainer,poweredcontainer" cargocontaineridentifier="metalcrate" showcontentsintooltip="true" Scale="0.5" fireproof="true" description="" impactsoundtag="impact_soft">
<PreferredContainer primary="engcab"/>
<Deconstruct time="20">
<Item identifier="lead" />
<Item identifier="titanium" />
<Item identifier="lead" amount="2" />
<Item identifier="titanium" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="30">
<Item identifier="lead" amount="3" />

View File

@@ -94,7 +94,7 @@
<RequiredItem identifier="calcium" />
</Fabricate>
<Deconstruct time="5">
<Item identifier="calcium" />
<Item identifier="calcium" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="832,448,64,64" origin="0.5,0.5" />
<Sprite texture="Content/Items/CreatureLoot/CreatureLoot.png" sourcerect="0,186,38,70" depth="0.6" origin="0.5,0.5" />
@@ -133,11 +133,11 @@
<PreferredContainer primary="medfabcab" secondary="medcontainer"/>
<Sprite texture="Content/Items/CreatureLoot/CreatureLoot.png" depth="0.7" sourcerect="64,0,44,52" origin="0.5,0.5" />
<Deconstruct time="10">
<Item identifier="stabilozine" />
<Item identifier="stabilozine" />
<Item identifier="antibloodloss1" />
<Item identifier="antibloodloss1" />
<Item identifier="antibloodloss1" />
<Item identifier="stabilozine" amount="2" />
<Item identifier="stabilozine" amount="2" />
<Item identifier="antibloodloss1" amount="2" />
<Item identifier="antibloodloss1" amount="2" />
<Item identifier="antibloodloss1" amount="2" />
</Deconstruct>
<Body width="40" height="45" density="9.9" />
<Holdable slots="RightHand,LeftHand,Any" holdpos="0,-70" handle1="0,10" handle2="0,-10" />
@@ -155,8 +155,8 @@
<PreferredContainer primary="storageorgan" minamount="2" maxamount="4" spawnprobability="1"/>
<Sprite texture="Content/Items/CreatureLoot/CreatureLoot.png" depth="0.7" sourcerect="108,1,45,51" origin="0.5,0.5" />
<Deconstruct time="10">
<Item identifier="adrenaline" />
<Item identifier="adrenaline" />
<Item identifier="adrenaline" amount="2" />
<Item identifier="adrenaline" amount="2" />
</Deconstruct>
<Body width="40" height="45" density="11"/>
<Holdable slots="RightHand,LeftHand,Any" holdpos="0,-70" handle1="0,10" handle2="0,-10"/>
@@ -265,7 +265,7 @@
<PreferredContainer secondary="locker" spawnprobability="0.02" notcampaign="true" notpvp="true"/>
<Sprite texture="Content/Items/CreatureLoot/CreatureLoot.png" depth="0.18" sourcerect="164,3,42,49" origin="0.5,0.5" />
<Deconstruct time="10">
<Item identifier="alienblood" />
<Item identifier="alienblood" amount="2" />
</Deconstruct>
<Body width="40" height="45" friction="1.0" restitution="0.01" angulardamping="0.8" density="10.5"/>
<Holdable slots="RightHand,LeftHand,Any" holdpos="0,-70" handle1="0,10" handle2="0,-10">
@@ -308,8 +308,8 @@
<Price baseprice="800" sold="false"/>
<Sprite texture="Content/Items/CreatureLoot/CreatureLoot.png" depth="0.18" sourcerect="235,156,67,82" origin="0.5,0.5" />
<Deconstruct time="10">
<Item identifier="alienblood" />
<Item identifier="adrenalinegland" />
<Item identifier="alienblood" amount="2" />
<Item identifier="adrenalinegland" amount="2" />
</Deconstruct>
<!-- rectangular body to prevent the egg from rolling -->
<Body width="65" height="75" friction="1.0" restitution="0.01" angulardamping="1.0" density="11" />
@@ -363,8 +363,8 @@
<Price baseprice="1000" sold="false"/>
<Sprite texture="Content/Items/CreatureLoot/CreatureLoot.png" depth="0.18" sourcerect="80,105,124,147" origin="0.5,0.5" />
<Deconstruct time="10">
<Item identifier="alienblood" amount="2" />
<Item identifier="adrenalinegland" amount="2" />
<Item identifier="alienblood" amount="4" />
<Item identifier="adrenalinegland" amount="4" />
</Deconstruct>
<!-- rectangular body to prevent the egg from rolling -->
<Body width="120" height="120" friction="1.0" restitution="0.01" angulardamping="1.0" density="12" />
@@ -415,8 +415,8 @@
<Sprite texture="Content/Items/CreatureLoot/CreatureLoot.png" depth="0.18" sourcerect="165,280,114,145" origin="0.5,0.5" />
<Price baseprice="370" sold="false"/>
<Deconstruct time="10">
<Item identifier="adrenalinegland" />
<Item identifier="alienblood" />
<Item identifier="adrenalinegland" amount="2" />
<Item identifier="alienblood" amount="2" />
</Deconstruct>
<!-- rectangular body to prevent the egg from rolling -->
<Body width="110" height="120" friction="1.0" restitution="0.01" angulardamping="1.0" density="12"/>
@@ -456,8 +456,8 @@
<Sprite texture="Content/Items/CreatureLoot/CreatureLoot.png" depth="0.18" sourcerect="8,280,118,145" origin="0.5,0.5" />
<Price baseprice="200" sold="false"/>
<Deconstruct time="10">
<Item identifier="alienblood" />
<Item identifier="sulphuricacid" />
<Item identifier="alienblood" amount="2" />
<Item identifier="sulphuricacid" amount="2" />
</Deconstruct>
<!-- rectangular body to prevent the egg from rolling -->
<Body width="110" height="120" friction="1.0" restitution="0.01" angulardamping="1.0" density="12"/>
@@ -503,8 +503,8 @@
<Price storeidentifier="merchantmine" multiplier="0.5" />
</Price>
<Deconstruct time="10">
<Item identifier="carbon" amount="2" />
<Item identifier="calcium" amount="4" />
<Item identifier="carbon" amount="4" />
<Item identifier="calcium" amount="8" />
</Deconstruct>
<Body width="262" height="62" density="15" friction="1.0" restitution="0.01" angulardamping="1.0" />
<Holdable slots="Any,RightHand+LeftHand" holdpos="0,-80" handle1="-30,14" handle2="30,14" aimable="false" msg="ItemMsgPickUpSelect" />
@@ -524,8 +524,8 @@
<Price storeidentifier="merchantengineering" multiplier="1.5" />
</Price>
<Deconstruct time="5">
<Item identifier="copper" amount="2" />
<Item identifier="tin" />
<Item identifier="copper" amount="4" />
<Item identifier="tin" amount="2" />
</Deconstruct>
<Sprite texture="Content/Items/CreatureLoot/CreatureLoot.png" depth="0.8" sourcerect="59,57,93,47" origin="0.5,0.5" />
<Body width="50" height="36" density="12" />
@@ -542,11 +542,11 @@
<Price storeidentifier="merchantmine" multiplier="1" />
</Price>
<Deconstruct time="10" chooserandom="true" amount="2">
<Item identifier="rubber" commonness="0.5"/>
<Item identifier="iron" commonness="0.2"/>
<Item identifier="steel" commonness="0.1"/>
<Item identifier="aluminium" commonness="0.5"/>
<Item identifier="carbon" commonness="0.5"/>
<Item identifier="rubber" amount="2" commonness="0.5"/>
<Item identifier="iron" amount="2" commonness="0.2"/>
<Item identifier="steel" amount="2" commonness="0.1"/>
<Item identifier="aluminium" amount="2" commonness="0.5"/>
<Item identifier="carbon" amount="2" commonness="0.5"/>
</Deconstruct>
<AiTarget sightrange="1000" static="true" />
<Sprite texture="Content/Items/CreatureLoot/CreatureLoot.png" depth="0.18" sourcerect="289,450,190,62" origin="0.5,0.5" />
@@ -564,8 +564,8 @@
<Price storeidentifier="merchantmine" multiplier="0.5" />
</Price>
<Deconstruct time="10">
<Item identifier="carbon" />
<Item identifier="phosphorus" amount="2" />
<Item identifier="carbon" amount="2" />
<Item identifier="phosphorus" amount="4" />
</Deconstruct>
<Sprite texture="Content/Items/CreatureLoot/CreatureLoot.png" depth="0.18" sourcerect="493,354,274,158" origin="0.5,0.5" />
<Body width="274" height="148" density="15" friction="1.0" restitution="0.01" angulardamping="1.0" />
@@ -581,8 +581,8 @@
<Price storeidentifier="merchantmine" multiplier="1" />
</Price>
<Deconstruct time="20">
<Item identifier="carbon" amount="4" />
<Item identifier="physicorium" amount="6" />
<Item identifier="carbon" amount="8" />
<Item identifier="physicorium" amount="12" />
</Deconstruct>
<PreferredContainer primary="storagecab" secondary="mineralcab" />
<Sprite texture="Content/Items/CreatureLoot/CreatureLoot.png" sourcerect="516,0,134,84" origin="0.5,0.5" depth="0.55" />
@@ -599,8 +599,8 @@
<Price storeidentifier="merchantmine" multiplier="1" />
</Price>
<Deconstruct time="10">
<Item identifier="carbon" />
<Item identifier="dementonite" amount="2" />
<Item identifier="carbon" amount="2" />
<Item identifier="dementonite" amount="4" />
</Deconstruct>
<PreferredContainer primary="storagecab" secondary="mineralcab" />
<Sprite texture="Content/Items/CreatureLoot/CreatureLoot.png" sourcerect="654,0,88,71" origin="0.5,0.5" depth="0.55" />
@@ -617,8 +617,8 @@
<Price storeidentifier="merchantmine" multiplier="1" />
</Price>
<Deconstruct time="10">
<Item identifier="carbon" />
<Item identifier="zinc" />
<Item identifier="carbon" amount="2" />
<Item identifier="zinc" amount="2" />
</Deconstruct>
<PreferredContainer primary="armcab"/>
<Sprite texture="Content/Characters/Spineling/Spineling.png" sourcerect="0,215,180,18" depth="0.55" />

View File

@@ -14,8 +14,8 @@
<PreferredContainer secondary="wrecksupplycab,beaconsupplycab" amount="2" spawnprobability="0.2"/>
<PreferredContainer secondary="outpostsupplycab" amount="2" spawnprobability="1"/>
<Deconstruct time="10">
<Item identifier="plastic" />
<Item identifier="rubber" />
<Item identifier="plastic" amount="2" />
<Item identifier="rubber" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<RequiredSkill identifier="mechanical" level="25" />
@@ -89,8 +89,8 @@
<PreferredContainer primary="piratedivingsuitcontainer" spawnprobability="1" maxleveldifficulty="35" />
<PreferredContainer primary="wreckdivingsuitcontainer" spawnprobability="0.2" maxleveldifficulty="35" />
<Deconstruct time="30">
<Item identifier="titaniumaluminiumalloy" />
<Item identifier="rubber" />
<Item identifier="titaniumaluminiumalloy" amount="2" />
<Item identifier="rubber" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="30">
<RequiredSkill identifier="mechanical" level="40" />
@@ -221,10 +221,10 @@
<PreferredContainer primary="divingcab" amount="4" spawnprobability="1" notcampaign="true" notpvp="true" />
<PreferredContainer secondary="wreckdivingcab,beaconsupplycab" spawnprobability="0.1"/>
<Deconstruct time="20">
<Item identifier="aluminium" />
<Item identifier="copper" />
<Item identifier="tin" />
<Item identifier="plastic" />
<Item identifier="aluminium" amount="2" />
<Item identifier="copper" amount="2" />
<Item identifier="tin" amount="2" />
<Item identifier="plastic" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="30">
<RequiredSkill identifier="mechanical" level="30" />
@@ -272,11 +272,11 @@
<PreferredContainer primary="piratedivingsuitcontainer" spawnprobability="1" minleveldifficulty="50" />
<PreferredContainer primary="wreckdivingsuitcontainer" spawnprobability="0.1" minleveldifficulty="50" />
<Deconstruct time="30">
<Item identifier="titaniumaluminiumalloy" />
<Item identifier="titaniumaluminiumalloy" />
<Item identifier="titaniumaluminiumalloy" />
<Item identifier="rubber" />
<Item identifier="rubber" />
<Item identifier="titaniumaluminiumalloy" amount="2" />
<Item identifier="titaniumaluminiumalloy" amount="2" />
<Item identifier="titaniumaluminiumalloy" amount="2" />
<Item identifier="rubber" amount="2" />
<Item identifier="rubber" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="45">
<RequiredSkill identifier="mechanical" level="60" />
@@ -404,11 +404,11 @@
<PreferredContainer primary="piratedivingsuitcontainer" spawnprobability="1" minleveldifficulty="35" />
<PreferredContainer primary="wreckdivingsuitcontainer" spawnprobability="0.1" minleveldifficulty="35"/>
<Deconstruct time="30">
<Item identifier="ballisticfiber" />
<Item identifier="titaniumaluminiumalloy" />
<Item identifier="titaniumaluminiumalloy" />
<Item identifier="rubber" />
<Item identifier="rubber" />
<Item identifier="ballisticfiber" amount="2" />
<Item identifier="titaniumaluminiumalloy" amount="2" />
<Item identifier="titaniumaluminiumalloy" amount="2" />
<Item identifier="rubber" amount="2" />
<Item identifier="rubber" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="45">
<RequiredSkill identifier="mechanical" level="60" />
@@ -610,10 +610,10 @@
<!-- lesser yield than regular diving suit, can't be sold -->
<PreferredContainer primary="wreckdivingsuitcontainer" spawnprobability="0.2" maxleveldifficulty="100" />
<Deconstruct time="15" chooserandom="true" amount="1">
<Item identifier="titanium" commonness="60" />
<Item identifier="rubber" commonness="50" />
<Item identifier="aluminium" commonness="40" />
<Item identifier="titaniumaluminiumalloy" commonness="30" />
<Item identifier="titanium" amount="2" commonness="60" />
<Item identifier="rubber" amount="2" commonness="50" />
<Item identifier="aluminium" amount="2" commonness="40" />
<Item identifier="titaniumaluminiumalloy" amount="2" commonness="30" />
</Deconstruct>
<InventoryIcon texture="Content/Items/Diving/Broken_DivingSuit_contained.png" sourcerect="435,0,128,128" origin="0.5,0.5" />
<Sprite name="Diving Suit Item" texture="Content/Items/Diving/Broken_DivingSuit_contained.png" sourcerect="127,0,146,120" depth="0.55" origin="0.5,0.5" />

View File

@@ -281,8 +281,8 @@
<Price storeidentifier="merchantengineering" multiplier="0.9" minavailable="18" />
</Price>
<Deconstruct time="10">
<Item identifier="zinc" />
<Item identifier="lithium" />
<Item identifier="zinc" amount="2" />
<Item identifier="lithium" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredSkill identifier="electrical" level="25" />
@@ -314,8 +314,8 @@
<Price storeidentifier="merchantengineering" multiplier="0.9" minavailable="6" />
</Price>
<Deconstruct time="10">
<Item identifier="zinc" />
<Item identifier="fulgurium" />
<Item identifier="zinc" amount="2" />
<Item identifier="fulgurium" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="15">
<RequiredSkill identifier="electrical" level="40" />

View File

@@ -5,9 +5,9 @@
<Sprite texture="Content/Items/Electricity/signalcomp.png" sourcerect="192,258,64,64" depth="0.8" canflipx="false" origin="0.5,0.5" />
<Body width="51" height="51" density="30" />
<Deconstruct time="10">
<Item identifier="plastic" />
<Item identifier="copper" />
<Item identifier="tin" />
<Item identifier="plastic" amount="2" />
<Item identifier="copper" amount="2" />
<Item identifier="tin" amount="2" />
</Deconstruct>
<Upgrade gameversion="1.6.0.0">
<CircuitBox>
@@ -228,7 +228,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="5">
<Item identifier="copper" />
<Item identifier="copper" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="5">
<RequiredSkill identifier="electrical" level="15" />
@@ -264,7 +264,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -297,7 +297,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -330,7 +330,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -363,7 +363,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -395,7 +395,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -429,7 +429,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -461,7 +461,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -493,7 +493,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -525,7 +525,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -557,7 +557,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -590,7 +590,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -623,7 +623,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -654,7 +654,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -686,7 +686,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -717,7 +717,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -748,7 +748,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -779,7 +779,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -810,7 +810,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -841,7 +841,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -874,7 +874,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -905,7 +905,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -936,7 +936,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -967,7 +967,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -998,7 +998,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -1029,7 +1029,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -1060,7 +1060,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -1092,7 +1092,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -1134,7 +1134,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -1166,7 +1166,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -1198,8 +1198,8 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="phosphorus" />
<Item identifier="fpgacircuit" amount="2" />
<Item identifier="phosphorus" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredSkill identifier="electrical" level="20" />
@@ -1236,8 +1236,8 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="phosphorus" />
<Item identifier="fpgacircuit" amount="2" />
<Item identifier="phosphorus" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredSkill identifier="electrical" level="20" />
@@ -1274,8 +1274,8 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="phosphorus" />
<Item identifier="fpgacircuit" amount="2" />
<Item identifier="phosphorus" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredSkill identifier="electrical" level="20" />
@@ -1313,9 +1313,9 @@
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Upgrade gameversion="0.9.3.1" scale="0.5" />
<Deconstruct time="10">
<Item identifier="plastic" />
<Item identifier="copper" />
<Item identifier="silicon" />
<Item identifier="plastic" amount="2" />
<Item identifier="copper" amount="2" />
<Item identifier="silicon" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredSkill identifier="electrical" level="30" />
@@ -1349,9 +1349,9 @@
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Upgrade gameversion="0.9.5.0" scale="0.5" />
<Deconstruct time="10">
<Item identifier="plastic" />
<Item identifier="copper" />
<Item identifier="silicon" />
<Item identifier="plastic" amount="2" />
<Item identifier="copper" amount="2" />
<Item identifier="silicon" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredSkill identifier="electrical" level="30" />
@@ -1386,9 +1386,9 @@
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Upgrade gameversion="0.9.3.1" scale="0.5" />
<Deconstruct time="10">
<Item identifier="plastic" />
<Item identifier="copper" />
<Item identifier="silicon" />
<Item identifier="plastic" amount="2" />
<Item identifier="copper" amount="2" />
<Item identifier="silicon" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredSkill identifier="electrical" level="30" />
@@ -1421,9 +1421,9 @@
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Upgrade gameversion="0.9.5.0" scale="0.5" />
<Deconstruct time="10">
<Item identifier="plastic" />
<Item identifier="copper" />
<Item identifier="silicon" />
<Item identifier="plastic" amount="2" />
<Item identifier="copper" amount="2" />
<Item identifier="silicon" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredSkill identifier="electrical" level="30" />
@@ -1455,7 +1455,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -1488,7 +1488,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -1520,7 +1520,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -1552,7 +1552,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -1584,7 +1584,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -1627,7 +1627,7 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="fpgacircuit" />
<Item identifier="fpgacircuit" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredItem identifier="fpgacircuit" />
@@ -1670,9 +1670,9 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="plastic" />
<Item identifier="copper" />
<Item identifier="steel" />
<Item identifier="plastic" amount="2" />
<Item identifier="copper" amount="2" />
<Item identifier="steel" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredSkill identifier="electrical" level="30" />
@@ -1716,9 +1716,9 @@
<PreferredContainer primary="engcab"/>
<PreferredContainer secondary="wreckengcab,abandonedengcab,pirateengcab,outpostengcab,beaconengcab" amount="2" spawnprobability="0.1" />
<Deconstruct time="10">
<Item identifier="plastic" />
<Item identifier="copper" />
<Item identifier="tin" />
<Item identifier="plastic" amount="2" />
<Item identifier="copper" amount="2" />
<Item identifier="tin" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredSkill identifier="electrical" level="30" />
@@ -1781,10 +1781,10 @@
</Price>
<PreferredContainer primary="reactorcab" secondary="engcab" />
<Deconstruct time="10">
<Item identifier="plastic" />
<Item identifier="copper" />
<Item identifier="tin" />
<Item identifier="silicon" />
<Item identifier="plastic" amount="2" />
<Item identifier="copper" amount="2" />
<Item identifier="tin" amount="2" />
<Item identifier="silicon" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="30">
<RequiredSkill identifier="electrical" level="50" />
@@ -1832,8 +1832,8 @@
<Price storeidentifier="merchantengineering" multiplier="0.9" minavailable="24" />
</Price>
<Deconstruct time="20">
<Item identifier="copper" />
<Item identifier="plastic" amount="2" />
<Item identifier="copper" amount="2" />
<Item identifier="plastic" amount="4" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredSkill identifier="electrical" level="50" />

View File

@@ -20,8 +20,8 @@
<RequiredItem identifier="plastic" />
</Fabricate>
<Deconstruct time="30">
<Item identifier="steel" mincondition="0.5" />
<Item identifier="plastic" mincondition="1" />
<Item identifier="steel" amount="2" mincondition="0.5" />
<Item identifier="plastic" amount="2" mincondition="1" />
</Deconstruct>
<ItemContainer capacity="1" maxstacksize="60" hideitems="true" drawinventory="false" uilabel="" allowuioverlap="true" allowdraganddrop="false" showcontainedstateindicator="false">
<Containable items="seed" />
@@ -56,8 +56,8 @@
<RequiredItem identifier="plastic" />
</Fabricate>
<Deconstruct time="20">
<Item identifier="steel" />
<Item identifier="plastic" />
<Item identifier="steel" amount="2" />
<Item identifier="plastic" amount="2" />
</Deconstruct>
<Holdable slots="Any,RightHand+LeftHand" aimpos="60,0" holdangle="45" handle1="-50,20" handle2="-30,52" msg="ItemMsgPickUpSelect" />
<RepairTool wateramount="100.0" range="0" barrelpos="28,11" targetstructures="false" hititems="false">
@@ -84,8 +84,8 @@
<RequiredItem identifier="saltvineseed" />
</Fabricate>
<Deconstruct time="30">
<Item identifier="uranium" mincondition="0.9" />
<Item identifier="carbon" mincondition="0.9" />
<Item identifier="uranium" amount="2" mincondition="0.9" />
<Item identifier="carbon" amount="2" mincondition="0.9" />
</Deconstruct>
<Body width="85" height="122" density="25" />
<Holdable canBeCombined="true" removeOnCombined="true" slots="Any,RightHand,LeftHand" holdangle="95" handle1="-20,55" msg="ItemMsgPickUpSelect">
@@ -112,7 +112,7 @@
<RequiredItem identifier="organicfiber" amount="2" />
</Fabricate>
<Deconstruct time="15">
<RequiredItem identifier="organicfiber" />
<RequiredItem identifier="organicfiber" amount="2" />
</Deconstruct>
<Holdable slots="RightHand+LeftHand,Any" msg="ItemMsgPickUpSelect" holdangle="40" handle1="0,10" />
<ItemContainer capacity="36" keepopenwhenequipped="true" movableframe="true">

View File

@@ -13,7 +13,7 @@
<Price storeidentifier="merchantmine" sold="false" multiplier="0.75" />
</Price>
<Deconstruct time="30">
<Item identifier="carbon" mincondition="0.5" />
<Item identifier="carbon" amount="2" mincondition="0.5" />
</Deconstruct>
<Growable growthspeed="0.070" pickingtime="3" maximumvines="24" maxhealth="500" hardiness="0.15" floodtolerance="0.4" seedrate="0" productrate="0.022" flowertint="255,54,0,255" flowerquantity="10" baseflowerscale="0.35" vinescale="0.25" vinetint="244,172,132,255">
<ProducedItem identifier="creepingorange" probability="0.95" />
@@ -61,7 +61,7 @@
<Price storeidentifier="merchantmine" sold="false" multiplier="0.75" />
</Price>
<Deconstruct time="30">
<Item identifier="carbon" mincondition="0.5" />
<Item identifier="carbon" amount="2" mincondition="0.5" />
</Deconstruct>
<Growable growthspeed="0.065" pickingtime="3" maximumvines="48" maxhealth="500" hardiness="0.071" floodtolerance="0.5" seedrate="0" productrate="0.0056" flowerquantity="16" baseflowerscale="0.25" leaftint="226,95,85,255" vinescale="0.25" vinetint="226,95,85,255" flowertint="48,122,245,255">
<ProducedItem identifier="tobaccobud" probability="1.0" />
@@ -108,7 +108,7 @@
<Price storeidentifier="merchantmine" sold="false" multiplier="0.75" />
</Price>
<Deconstruct time="30">
<Item identifier="carbon" mincondition="0.5" />
<Item identifier="carbon" amount="2" mincondition="0.5" />
</Deconstruct>
<Growable growthspeed="0.076" pickingtime="3" maximumvines="18" maxhealth="375" hardiness="0.162" floodtolerance="0.2" seedrate="0" productrate="0.0056" flowerquantity="8" baseflowerscale="0.40" vinescale="0.25" vinetint="135,187,61,255" flowertint="240,180,17,255">
<ProducedItem identifier="saltbulb" probability="1.0"/>
@@ -155,7 +155,7 @@
<Price storeidentifier="merchantmine" sold="false" multiplier="0.75" />
</Price>
<Deconstruct time="30">
<Item identifier="carbon" mincondition="0.5" />
<Item identifier="carbon" amount="2" mincondition="0.5" />
</Deconstruct>
<Growable growthspeed="0.065" pickingtime="3" maximumvines="36" maxhealth="325" hardiness="0.062" floodtolerance="0.4" seedrate="0" productrate="0.022" flowerquantity="10" baseflowerscale="0.35" vinescale="0.25" leaftint="140,146,56,255" vinetint="140,146,56,255" flowertint="238,36,98,255">
<ProducedItem identifier="raptorbane" probability="0.4" />
@@ -207,8 +207,8 @@
</Price>
</Price>
<Deconstruct time="30">
<Item identifier="potassium" mincondition="0.5" />
<Item identifier="carbon" mincondition="0.5" />
<Item identifier="potassium" amount="2" mincondition="0.5" />
<Item identifier="carbon" amount="2" mincondition="0.5" />
</Deconstruct>
<Growable growthspeed="0.076" pickingtime="3" maximumvines="18" maxhealth="375" hardiness="0.15" floodtolerance="0.2" seedrate="0" productrate="0.0056" flowerquantity="4" baseflowerscale="0.60" vinescale="0.25" vinetint="55,152,27,255" flowertint="139,56,87,255">
<ProducedItem identifier="banana" probability="1.0"/>

View File

@@ -12,8 +12,8 @@
</Price>
<Fabricate suitablefabricators="vendingmachine" requiredtime="1" requiredmoney="30" fabricationlimitmin="3" fabricationlimitmax="5"/>
<Deconstruct time="35">
<Item identifier="carbon" mincondition="0.5" />
<Item identifier="creepingorangevineseed" mincondition="0.5" />
<Item identifier="carbon" amount="2" mincondition="0.5" />
<Item identifier="creepingorangevineseed" amount="2" mincondition="0.5" />
</Deconstruct>
<Throwable characterusable="true" canBeCombined="false" slots="Any,RightHand,LeftHand" throwforce="3.5" aimpos="35,-10" msg="ItemMsgPickUpSelect">
<StatusEffect type="OnImpact" target="This" Condition="0.0" setvalue="true">
@@ -43,8 +43,8 @@
<Price storeidentifier="merchantmine" multiplier="0.75" />
</Price>
<Deconstruct time="35">
<Item identifier="carbon" mincondition="0.5" />
<Item identifier="tobaccovineseed" mincondition="0.5" />
<Item identifier="carbon" amount="2" mincondition="0.5" />
<Item identifier="tobaccovineseed" amount="2" mincondition="0.5" />
</Deconstruct>
<Throwable characterusable="true" canBeCombined="false" slots="Any,RightHand,LeftHand" throwforce="3.5" aimpos="35,-10" msg="ItemMsgPickUpSelect">
<StatusEffect type="OnImpact" target="This" Condition="0.0" setvalue="true">
@@ -65,8 +65,8 @@
<Sprite texture="Content/Items/Gardening/GrowablePlants_Temp.png" depth="0.2" sourcerect="907,838,44,50" origin="0.5,0.5" />
<Body radius="30" density="9"/>
<Deconstruct time="35">
<Item identifier="carbon" mincondition="0.5" />
<Item identifier="raptorbaneseed" mincondition="0.5" />
<Item identifier="carbon" amount="2" mincondition="0.5" />
<Item identifier="raptorbaneseed" amount="2" mincondition="0.5" />
</Deconstruct>
<Throwable characterusable="true" canBeCombined="false" slots="Any,RightHand,LeftHand" throwforce="3.5" aimpos="35,-10" msg="ItemMsgPickUpSelect">
<StatusEffect type="OnNotContained" target="This" Scale="0.05">
@@ -106,8 +106,8 @@
<Price storeidentifier="merchantmine" multiplier="0.75" />
</Price>
<Deconstruct time="35">
<Item identifier="sodium" />
<Item identifier="saltvineseed" />
<Item identifier="sodium" amount="2" />
<Item identifier="saltvineseed" amount="2" />
</Deconstruct>
<Throwable characterusable="true" canBeCombined="false" slots="Any,RightHand,LeftHand" throwforce="3.5" aimpos="35,-10" msg="ItemMsgPickUpSelect">
<StatusEffect type="InWater" target="This" Condition="0.0" setvalue="true">
@@ -144,8 +144,8 @@
<Price storeidentifier="merchantmine" multiplier="0.75" />
</Price>
<Deconstruct time="35">
<Item identifier="carbon" mincondition="0.5" />
<Item identifier="raptorbaneseed" mincondition="0.5" />
<Item identifier="carbon" amount="2" mincondition="0.5" />
<Item identifier="raptorbaneseed" amount="2" mincondition="0.5" />
</Deconstruct>
<Throwable characterusable="true" canBeCombined="false" slots="Any,RightHand,LeftHand" throwforce="3.5" aimpos="35,-10" msg="ItemMsgPickUpSelect">
<StatusEffect type="OnImpact" target="This" Condition="0.0" setvalue="true">
@@ -167,8 +167,8 @@
<Sprite texture="Content/Items/Gardening/GrowablePlants_Temp.png" depth="0.2" sourcerect="971,835,43,55" origin="0.5,0.5" />
<Body radius="30" density="9" />
<Deconstruct time="35">
<Item identifier="carbon" mincondition="0.5" />
<Item identifier="creepingorangevineseed" mincondition="0.5" />
<Item identifier="carbon" amount="2" mincondition="0.5" />
<Item identifier="creepingorangevineseed" amount="2" mincondition="0.5" />
</Deconstruct>
<Throwable characterusable="true" canBeCombined="false" slots="Any,RightHand,LeftHand" throwforce="3.5" aimpos="35,-10" msg="ItemMsgPickUpSelect">
<StatusEffect type="OnNotContained" target="This" Scale="0.05">

View File

@@ -52,10 +52,10 @@
</Price>
</Price>
<Deconstruct time="10">
<Item identifier="plastic" amount="2" />
<Item identifier="copper" amount="2" />
<Item identifier="rubber" />
<Item identifier="silicon" />
<Item identifier="plastic" amount="4" />
<Item identifier="copper" amount="4" />
<Item identifier="rubber" amount="2" />
<Item identifier="silicon" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredSkill identifier="medical" level="50" />
@@ -164,7 +164,7 @@
</Item>
<Item name="" identifier="geneticmaterialmudraptor" variantof="geneticmaterialcrawler" nameidentifier="geneticmaterial">
<Deconstruct>
<Item identifier="geneticmaterialmudraptor" />
<Item identifier="geneticmaterialmudraptor" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/Genetic/Genetic.png" sheetindex="1,3" sheetelementsize="64,64" origin="0.5,0.5" />
<Sprite texture="Content/Items/Genetic/Genetic.png" sheetindex="10,0" sheetelementsize="32,32" depth="0.6" origin="0.5,0.5"/>
@@ -172,7 +172,7 @@
</Item>
<Item name="" identifier="geneticmaterialmoloch" variantof="geneticmaterialcrawler" nameidentifier="geneticmaterial">
<Deconstruct>
<Item identifier="geneticmaterialmoloch" />
<Item identifier="geneticmaterialmoloch" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/Genetic/Genetic.png" sheetindex="2,3" sheetelementsize="64,64" origin="0.5,0.5" />
<Sprite texture="Content/Items/Genetic/Genetic.png" sheetindex="9,0" sheetelementsize="32,32" depth="0.6" origin="0.5,0.5"/>
@@ -180,7 +180,7 @@
</Item>
<Item name="" identifier="geneticmaterialthresher" variantof="geneticmaterialcrawler" nameidentifier="geneticmaterial">
<Deconstruct>
<Item identifier="geneticmaterialthresher" />
<Item identifier="geneticmaterialthresher" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/Genetic/Genetic.png" sheetindex="3,3" sheetelementsize="64,64" origin="0.5,0.5" />
<Sprite texture="Content/Items/Genetic/Genetic.png" sheetindex="8,0" sheetelementsize="32,32" depth="0.6" origin="0.5,0.5"/>
@@ -188,7 +188,7 @@
</Item>
<Item name="" identifier="geneticmaterialmantis" variantof="geneticmaterialcrawler" nameidentifier="geneticmaterial">
<Deconstruct>
<Item identifier="geneticmaterialmantis" />
<Item identifier="geneticmaterialmantis" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/Genetic/Genetic.png" sheetindex="4,3" sheetelementsize="64,64" origin="0.5,0.5" />
<Sprite texture="Content/Items/Genetic/Genetic.png" sheetindex="7,0" sheetelementsize="32,32" depth="0.6" origin="0.5,0.5"/>
@@ -196,7 +196,7 @@
</Item>
<Item name="" identifier="geneticmaterialhammerhead" variantof="geneticmaterialcrawler" nameidentifier="geneticmaterial">
<Deconstruct>
<Item identifier="geneticmaterialhammerhead" />
<Item identifier="geneticmaterialhammerhead" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/Genetic/Genetic.png" sheetindex="6,3" sheetelementsize="64,64" origin="0.5,0.5" />
<Sprite texture="Content/Items/Genetic/Genetic.png" sheetindex="5,0" sheetelementsize="32,32" depth="0.6" origin="0.5,0.5"/>
@@ -204,7 +204,7 @@
</Item>
<Item name="" identifier="geneticmaterialhammerheadmatriarch" variantof="geneticmaterialcrawler" nameidentifier="geneticmaterial">
<Deconstruct>
<Item identifier="geneticmaterialhammerheadmatriarch" />
<Item identifier="geneticmaterialhammerheadmatriarch" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/Genetic/Genetic.png" sheetindex="3,2" sheetelementsize="64,64" origin="0.5,0.5" />
<Sprite texture="Content/Items/Genetic/Genetic.png" sheetindex="1,0" sheetelementsize="32,32" depth="0.6" origin="0.5,0.5"/>
@@ -212,7 +212,7 @@
</Item>
<Item name="" identifier="geneticmaterialspineling" variantof="geneticmaterialcrawler" nameidentifier="geneticmaterial">
<Deconstruct>
<Item identifier="geneticmaterialspineling" />
<Item identifier="geneticmaterialspineling" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/Genetic/Genetic.png" sheetindex="5,3" sheetelementsize="64,64" origin="0.5,0.5" />
<Sprite texture="Content/Items/Genetic/Genetic.png" sheetindex="6,0" sheetelementsize="32,32" depth="0.6" origin="0.5,0.5"/>
@@ -220,7 +220,7 @@
</Item>
<Item name="" identifier="geneticmaterialhusk" variantof="geneticmaterialcrawler" nameidentifier="geneticmaterial">
<Deconstruct>
<Item identifier="geneticmaterialhusk" multiplier="5" />
<Item identifier="geneticmaterialhusk" amount="2" multiplier="5" />
</Deconstruct>
<Price>
<Price storeidentifier="merchanthusk" minavailable="3" maxavailable="4" sold="true">
@@ -233,7 +233,7 @@
</Item>
<Item name="" identifier="geneticmaterialmollusc" variantof="geneticmaterialcrawler" nameidentifier="geneticmaterial">
<Deconstruct>
<Item identifier="geneticmaterialmollusc" />
<Item identifier="geneticmaterialmollusc" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/Genetic/Genetic.png" sheetindex="0,2" sheetelementsize="64,64" origin="0.5,0.5" />
<Sprite texture="Content/Items/Genetic/Genetic.png" sheetindex="4,0" sheetelementsize="32,32" depth="0.6" origin="0.5,0.5"/>
@@ -241,7 +241,7 @@
</Item>
<Item name="" identifier="geneticmaterialskitter" variantof="geneticmaterialcrawler" nameidentifier="geneticmaterial">
<Deconstruct>
<Item identifier="geneticmaterialskitter" />
<Item identifier="geneticmaterialskitter" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/Genetic/Genetic.png" sheetindex="1,2" sheetelementsize="64,64" origin="0.5,0.5" />
<Sprite texture="Content/Items/Genetic/Genetic.png" sheetindex="3,0" sheetelementsize="32,32" depth="0.6" origin="0.5,0.5"/>
@@ -249,7 +249,7 @@
</Item>
<Item name="" identifier="geneticmaterialhunter" variantof="geneticmaterialcrawler" nameidentifier="geneticmaterial">
<Deconstruct>
<Item identifier="geneticmaterialhunter" />
<Item identifier="geneticmaterialhunter" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/Genetic/Genetic.png" sheetindex="2,2" sheetelementsize="64,64" origin="0.5,0.5" />
<Sprite texture="Content/Items/Genetic/Genetic.png" sheetindex="2,0" sheetelementsize="32,32" depth="0.6" origin="0.5,0.5"/>

View File

@@ -11,7 +11,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon name="Assistant Clothes Icon" texture="Content/Items/Jobgear/OutfitIcons.png" sourcerect="383,274,128,110" origin="0.5,0.5" />
<Sprite texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="6,363,124,67" depth="0.6" origin="0.5,0.5" />

View File

@@ -10,7 +10,7 @@
<Price storeidentifier="merchantmine" />
</Price>
<Deconstruct time="20">
<Item identifier="carbon" />
<Item identifier="carbon" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/JobGear/TalentGear.png" sourcerect="123,368,38,56" origin="0.5,0.5" />
<Sprite texture="Content/Items/JobGear/TalentGear.png" sourcerect="107,74,32,38" depth="0.6" origin="0.5,0.5" />
@@ -44,7 +44,7 @@
<Fabricate />
<Deconstruct />
<Deconstruct time="10">
<Item identifier="divingmask" />
<Item identifier="divingmask" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10" requiresrecipe="true">
<RequiredItem identifier="clownmask" />
@@ -65,8 +65,8 @@
<Price storeidentifier="merchantmine" />
</Price>
<Deconstruct time="15">
<Item identifier="copper" />
<Item identifier="plastic" amount="2" />
<Item identifier="copper" amount="2" />
<Item identifier="plastic" amount="4" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20" requiresrecipe="true">
<RequiredSkill identifier="mechanical" level="20" />
@@ -91,8 +91,8 @@
<Price storeidentifier="merchantmine" />
</Price>
<Deconstruct time="15">
<Item identifier="steel" amount="3" />
<Item identifier="iron" amount="4" />
<Item identifier="steel" amount="6" />
<Item identifier="iron" amount="8" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20" requiresrecipe="true">
<RequiredSkill identifier="mechanical" level="20" />
@@ -125,7 +125,7 @@
<Price storeidentifier="merchantarmory" multiplier="0.9" />
</Price>
<Deconstruct time="10">
<Item identifier="titaniumaluminiumalloy" />
<Item identifier="titaniumaluminiumalloy" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiresrecipe="true" requiredtime="30">
<RequiredSkill identifier="weapons" level="40" />
@@ -180,8 +180,8 @@
<Item identifier="dementonite" />
</Fabricate>
<Deconstruct time="10">
<Item identifier="alienblood" />
<Item identifier="adrenalinegland" />
<Item identifier="alienblood" amount="2" />
<Item identifier="adrenalinegland" amount="2" />
</Deconstruct>
<!-- rectangular body to prevent the egg from rolling -->
<Body width="120" height="120" friction="1.0" restitution="0.01" angulardamping="1.0" density="12"/>

View File

@@ -103,7 +103,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon name="Captain's Uniform 1 Icon" texture="Content/Items/Jobgear/OutfitIcons.png" sourcerect="0,27,128,101" origin="0.5,0.5" />
<Sprite name="Captain's Uniform 1" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="247,209,125,77" depth="0.6" origin="0.5,0.5" />
@@ -137,7 +137,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon name="Captain's Uniform 2 Icon" texture="Content/Items/Jobgear/OutfitIcons.png" sourcerect="128,27,128,101" origin="0.5,0.5" />
<Sprite name="Captain's Uniform 2" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="375,225,124,61" depth="0.6" origin="0.5,0.5" />
@@ -171,7 +171,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon name="Captain's Uniform 3 Icon" texture="Content/Items/Jobgear/OutfitIcons.png" sourcerect="255,27,128,101" origin="0.5,0.5" />
<Sprite name="Captain's Uniform 3" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="244,292,126,64" depth="0.6" origin="0.5,0.5" />
@@ -205,7 +205,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon name="Captain Separatist's Uniform 1 Icon" texture="Content/Items/Jobgear/OutfitIcons.png" sourcerect="128,392,128,120" origin="0.5,0.5" />
<Sprite name="Captain Separatist's Uniform 1" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="124,284,119,70" depth="0.6" origin="0.5,0.5" />
@@ -239,7 +239,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon name="Captain Separatist's Uniform 2 Icon" texture="Content/Items/Jobgear/OutfitIcons.png" sourcerect="256,392,128,120" origin="0.5,0.5" />
<Sprite name="Captain Separatist's Uniform 2" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="0,298,118,56" depth="0.6" origin="0.5,0.5" />
@@ -273,7 +273,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon name="Captain Separatist's Uniform 3 Icon" texture="Content/Items/Jobgear/OutfitIcons.png" sourcerect="384,392,128,120" origin="0.5,0.5" />
<Sprite name="Captain Separatist's Uniform 3" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="124,358,117,72" depth="0.6" origin="0.5,0.5" />

View File

@@ -49,8 +49,8 @@
<RequiredItem identifier="physicorium" />
</Fabricate>
<Deconstruct time="30">
<Item identifier="titaniumaluminiumalloy" amount="2" />
<Item identifier="physicorium" />
<Item identifier="titaniumaluminiumalloy" amount="4" />
<Item identifier="physicorium" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/JobGear/TalentGear.png" sourcerect="303,364,42,67" origin="0.5,0.5" />
<Sprite texture="Content/Items/Jobgear/TalentGear.png" sourcerect="0,256,111,56" depth="0.55" origin="0.5,0.5" />
@@ -97,7 +97,7 @@
<Price storeidentifier="merchantmine" sold="false" multiplier="0.75" />
</Price>
<Deconstruct time="20">
<Item identifier="copper" />
<Item identifier="copper" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/JobGear/TalentGear.png" sourcerect="265,365,36,65" origin="0.5,0.5" />
<Sprite texture="Content/Items/JobGear/TalentGear.png" sourcerect="3,4,24,43" depth="0.6" origin="0.5,0.5" />
@@ -126,8 +126,8 @@
<Price storeidentifier="merchantmine" sold="false" multiplier="0.75" />
</Price>
<Deconstruct time="20">
<Item identifier="copper" />
<Item identifier="tin" />
<Item identifier="copper" amount="2" />
<Item identifier="tin" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/JobGear/TalentGear.png" sourcerect="228,365,37,65" origin="0.5,0.5" />
<Sprite texture="Content/Items/JobGear/TalentGear.png" sourcerect="33,4,24,43" depth="0.6" origin="0.5,0.5" />

View File

@@ -16,7 +16,7 @@
<Sprite name="Clown Mask" texture="Content/Items/Jobgear/headgears.png" depth="0.6" sourcerect="414,318,89,71" origin="0.5,0.5" scale="0.5" />
<Body width="40" radius="30" density="15" />
<Deconstruct time="10">
<Item identifier="bikehorn" />
<Item identifier="bikehorn" amount="2" />
</Deconstruct>
<Wearable limbtype="Head" slots="Any,Head" msg="ItemMsgPickUpSelect">
<sprite name="Clown Mask Wearable" texture="Content/Items/Jobgear/headgears.png" limb="Head" inheritlimbdepth="true" inheritscale="true" ignorelimbscale="true" scale="0.75" sourcerect="414,318,89,71" origin="0.5,0.6" />
@@ -40,9 +40,9 @@
<Sprite name="Clown Costume" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="247,14,117,55" depth="0.6" origin="0.5,0.5" />
<Body width="180" height="50" density="15" friction="0.8" restitution="0.01" />
<Deconstruct time="40">
<Item identifier="bikehorn" />
<Item identifier="bikehorn" />
<Item identifier="bikehorn" />
<Item identifier="bikehorn" amount="2" />
<Item identifier="bikehorn" amount="2" />
<Item identifier="bikehorn" amount="2" />
</Deconstruct>
<Wearable slots="Any,InnerClothes" msg="ItemMsgPickUpSelect">
<sprite name="Clown's Costume Torso" texture="clown.png" limb="Torso" hidelimb="false" inherittexturescale="true" inheritorigin="true" inheritsourcerect="true" />
@@ -78,7 +78,7 @@
<Body width="40" radius="30" density="15" />
<InventoryIcon texture="Content/Items/InventoryIconAtlas2.png" sourcerect="384,384,64,64" />
<Deconstruct time="10">
<Item identifier="bikehorn" />
<Item identifier="bikehorn" amount="2" />
</Deconstruct>
<Wearable limbtype="Head" slots="Any,Head" msg="ItemMsgPickUpSelect">
<sprite name="Clown Mask Wearable" texture="Content/Items/Jobgear/headgears.png" limb="Head" inheritlimbdepth="true" inheritscale="true" ignorelimbscale="true" scale="0.65" sourcerect="414,417,89,71" origin="0.5,0.6" />
@@ -93,9 +93,9 @@
<Sprite name="Clown Costume" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="769,74,118,72" depth="0.6" origin="0.5,0.5" />
<Body width="180" height="50" density="15" friction="0.8" restitution="0.01" />
<Deconstruct time="40">
<Item identifier="bikehorn" />
<Item identifier="bikehorn" />
<Item identifier="bikehorn" />
<Item identifier="bikehorn" amount="2" />
<Item identifier="bikehorn" amount="2" />
<Item identifier="bikehorn" amount="2" />
</Deconstruct>
<Price baseprice="500" canbespecial="false" sold="false">
<Price storeidentifier="merchantclown" minavailable="0" maxavailable="1" sold="true">
@@ -160,7 +160,7 @@
</Price>
</Price>
<Deconstruct time="10">
<Item identifier="potassium" />
<Item identifier="potassium" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Map/Outposts/Art/FactionItems.png" sourcerect="340,2,65,48" origin="0.5,0.5" />
<sprite texture="Content/Map/Outposts/Art/FactionItems.png" sourcerect="2,110,53,30" depth="0.55" origin="0.5,0.5" />
@@ -281,7 +281,7 @@
</Price>
</Price>
<Deconstruct time="10">
<Item identifier="bikehorn" />
<Item identifier="bikehorn" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<RequiredItem identifier="bikehorn"/>
@@ -359,11 +359,11 @@
<Item name="" identifier="clownexosuit" category="Diving,Equipment" tags="clowngear,diving,deepdiving,deepdivinglarge,clowns,human" scale="0.5" fireproof="true" description="" isshootable="true" allowdroppingonswapwith="diving" impactsoundtag="impact_metal_heavy" botpriority="0.5" cargocontaineridentifier="">
<Price baseprice="1500" canbespecial="false" sold="false" />
<Deconstruct time="30">
<Item identifier="titaniumaluminiumalloy" />
<Item identifier="titaniumaluminiumalloy" />
<Item identifier="titaniumaluminiumalloy" />
<Item identifier="rubber" />
<Item identifier="rubber" />
<Item identifier="titaniumaluminiumalloy" amount="2" />
<Item identifier="titaniumaluminiumalloy" amount="2" />
<Item identifier="titaniumaluminiumalloy" amount="2" />
<Item identifier="rubber" amount="2" />
<Item identifier="rubber" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="45" requiresrecipe="true">
<RequiredSkill identifier="mechanical" level="60" />

View File

@@ -13,7 +13,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas2.png" sheetindex="6,9" sheetelementsize="64,64" />
<Sprite name="commoner 1" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="1,8,120,59" depth="0.6" origin="0.5,0.5" />
@@ -48,7 +48,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas2.png" sheetindex="4,9" sheetelementsize="64,64" />
<Sprite name="commoner 2" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="0,72,119,69" depth="0.6" origin="0.5,0.5" />
@@ -83,7 +83,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<Sprite name="commoner 3" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="125,74,120,64" depth="0.6" origin="0.5,0.5" />
<InventoryIcon texture="Content/Items/InventoryIconAtlas2.png" sheetindex="4,8" sheetelementsize="64,64" />
@@ -118,7 +118,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<Sprite name="commoner 4" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="0,148,119,59" depth="0.6" origin="0.5,0.5" />
<InventoryIcon texture="Content/Items/InventoryIconAtlas2.png" sheetindex="5,9" sheetelementsize="64,64" />
@@ -153,7 +153,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<Sprite name="commoner 5" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="122,145,123,62" depth="0.6" origin="0.5,0.5" />
<InventoryIcon texture="Content/Items/InventoryIconAtlas2.png" sheetindex="6,8" sheetelementsize="64,64" />
@@ -188,7 +188,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas2.png" sheetindex="1,8" sheetelementsize="64,64" />
<Sprite name="crewchief" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="247,77,117,62" depth="0.6" origin="0.5,0.5" />
@@ -224,7 +224,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas2.png" sheetindex="7,8" sheetelementsize="64,64" />
<Sprite name="medicalofficer" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="245,149,119,56" depth="0.6" origin="0.5,0.5" />
@@ -259,7 +259,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas2.png" sheetindex="0,9" sheetelementsize="64,64" />
<Sprite name="miner" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="374,73,120,65" depth="0.6" origin="0.5,0.5" />
@@ -296,7 +296,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas2.png" sheetindex="0,8" sheetelementsize="64,64" />
<Sprite name="quartermaster" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="642,296,119,57" depth="0.6" origin="0.5,0.5" />
@@ -332,7 +332,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas2.png" sheetindex="7,9" sheetelementsize="64,64" />
<Sprite name="researcher" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="376,147,118,57" depth="0.6" origin="0.5,0.5" />
@@ -370,7 +370,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas2.png" sheetindex="2,8" sheetelementsize="64,64" />
<Sprite name="securitypatrol" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="376,3,121,63" depth="0.6" origin="0.5,0.5" />
@@ -406,7 +406,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas2.png" sheetindex="3,8" sheetelementsize="64,64" />
<Sprite name="administrator" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="905,160,119,57" depth="0.6" origin="0.5,0.5" />
@@ -440,7 +440,7 @@
<Price storeidentifier="merchantmine" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas2.png" sheetindex="3,10" sheetelementsize="64,64" />
<Sprite name="bandit" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="510,224,120,63" depth="0.6" origin="0.5,0.5" />
@@ -475,7 +475,7 @@
<Price storeidentifier="merchantmine" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas2.png" sheetindex="4,10" sheetelementsize="64,64" />
<Sprite name="bandit" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="643,224,119,65" depth="0.6" origin="0.5,0.5" />
@@ -509,7 +509,7 @@
<Price storeidentifier="merchantmine" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas2.png" sheetindex="1,9" sheetelementsize="64,64" />
<Sprite texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="769,3,118,64" depth="0.6" origin="0.5,0.5" />
@@ -543,7 +543,7 @@
<Price storeidentifier="merchantmine" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas2.png" sheetindex="2,9" sheetelementsize="64,64" />
<Sprite texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="896,7,125,63" depth="0.6" origin="0.5,0.5" />
@@ -577,7 +577,7 @@
<Price storeidentifier="merchantmine" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas2.png" sheetindex="3,9" sheetelementsize="64,64" />
<Sprite texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="906,78,117,69" depth="0.6" origin="0.5,0.5" />
@@ -611,7 +611,7 @@
<Price storeidentifier="merchantmine" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas2.png" sheetindex="5,8" sheetelementsize="64,64" />
<Sprite texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="769,297,120,56" depth="0.6" origin="0.5,0.5" />

View File

@@ -8,7 +8,7 @@
</Price>
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Map/Outposts/Art/FactionItems.png" sourcerect="340,54,62,48" />
<Sprite texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="254,359,117,65" depth="0.6" origin="0.5,0.5" />
@@ -43,7 +43,7 @@
</Price>
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Map/Outposts/Art/FactionItems.png" sourcerect="409,2,63,45" origin="0.5,0.5" />
<Sprite texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="383,359,117,65" depth="0.6" origin="0.5,0.5" />

View File

@@ -11,7 +11,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon name="Engineer Uniform 1 Icon" texture="Content/Items/Jobgear/OutfitIcons.png" sourcerect="0,150,128,107" origin="0.5,0.5" />
<Sprite name="Engineer Uniform 1" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="375,293,121,64" depth="0.6" origin="0.5,0.5" />
@@ -46,7 +46,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon name="Engineer Uniform 2 Icon" texture="Content/Items/Jobgear/OutfitIcons.png" sourcerect="384,27,127,101" origin="0.5,0.5" />
<Sprite name="Engineer Uniform 2" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="511,293,119,57" depth="0.6" origin="0.5,0.5" />
@@ -81,7 +81,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon name="Engineer Uniform 1 Icon" texture="Content/Items/Jobgear/OutfitIcons.png" sourcerect="512,264,128,120" origin="0.5,0.5" />
<Sprite name="Engineer Uniform 1" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="123,221,117,55" depth="0.6" origin="0.5,0.5" />
@@ -116,7 +116,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon name="Engineer Uniform 2 Icon" texture="Content/Items/Jobgear/OutfitIcons.png" sourcerect="640,264,128,120" origin="0.5,0.5" />
<Sprite name="Engineer Uniform 2" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="0,220,117,57" depth="0.6" origin="0.5,0.5" />

View File

@@ -30,7 +30,7 @@
<RequiredItem identifier="steel" />
</Fabricate>
<Deconstruct time="30">
<Item identifier="steel" />
<Item identifier="steel" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="384,64,64,64" origin="0.5,0.5" />
<Sprite texture="Content/Items/Tools/tools.png" depth="0.55" sourcerect="452,1,19,68" />
@@ -67,8 +67,8 @@
<RequiredItem tag="ammobox" mincondition="0.0" maxcondition="0.1" usecondition="false" description="fabricationdescription.ammoboxrecycle" header="fabricationheader.ammoboxrecycle" defaultitem="coilgunammoboxdepletedfuel" />
</Fabricate>
<Deconstruct time="10">
<Item identifier="depletedfuel" mincondition="0.95" />
<Item identifier="aluminium" />
<Item identifier="depletedfuel" amount="2" mincondition="0.95" />
<Item identifier="aluminium" amount="2" />
</Deconstruct>
<Sprite texture="Content/Items/Containers/containers.png" depth="0.54" sourcerect="560,878,95,78" origin="0.5,0.5" />
<Body width="115" height="88" density="30" />
@@ -130,8 +130,8 @@
<Price storeidentifier="merchantmine" />
</Price>
<Deconstruct>
<Item identifier="iron" />
<Item identifier="depletedfuel" />
<Item identifier="iron" amount="2" />
<Item identifier="depletedfuel" amount="2" />
</Deconstruct>
<Fabricate requiresrecipe="true">
<RequiredItem identifier="depletedfuel" amount="2" />
@@ -153,8 +153,8 @@
<PreferredContainer secondary="outpostcrewcabinet" spawnprobability="0" />
<Price baseprice="200" sold="false" />
<Deconstruct>
<Item identifier="iron" />
<Item identifier="depletedfuel" />
<Item identifier="iron" amount="2" />
<Item identifier="depletedfuel" amount="2" />
</Deconstruct>
<Fabricate requiresrecipe="true">
<RequiredItem identifier="depletedfuel" amount="2" />
@@ -178,8 +178,8 @@
<PreferredContainer secondary="outposttrashcan" spawnprobability="0" />
<Price baseprice="200" sold="false" />
<Deconstruct>
<Item identifier="iron" />
<Item identifier="depletedfuel" />
<Item identifier="iron" amount="2" />
<Item identifier="depletedfuel" amount="2" />
</Deconstruct>
<Fabricate requiresrecipe="true">
<RequiredItem identifier="depletedfuel" amount="2" />
@@ -207,8 +207,8 @@
<Price storeidentifier="merchantmine" />
</Price>
<Deconstruct>
<Item identifier="iron" />
<Item identifier="depletedfuel" />
<Item identifier="iron" amount="2" />
<Item identifier="depletedfuel" amount="2" />
</Deconstruct>
<Fabricate requiresrecipe="true">
<RequiredItem identifier="depletedfuel" amount="2" />
@@ -283,8 +283,8 @@
<RequiredItem identifier="smgmagazinedepletedfuel" mincondition="0.0" maxcondition="0.1" usecondition="false" />
</Fabricate>
<Deconstruct time="15">
<Item identifier="depletedfuel" mincondition="0.95" />
<Item identifier="steel" />
<Item identifier="depletedfuel" amount="2" mincondition="0.95" />
<Item identifier="steel" amount="2" />
</Deconstruct>
<ItemContainer SpawnWithId="smgrounddepletedfuel">
<Containable items="smgrounddepletedfuel" />
@@ -317,9 +317,9 @@
<Price storeidentifier="merchantmine" />
</Price>
<Deconstruct time="20">
<Item identifier="copper" />
<Item identifier="plastic" amount="2" />
<Item identifier="fulgurium" />
<Item identifier="copper" amount="2" />
<Item identifier="plastic" amount="4" />
<Item identifier="fulgurium" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="40" requiresrecipe="true">
<RequiredSkill identifier="electrical" level="50" />
@@ -346,8 +346,8 @@
<Price storeidentifier="merchantmine" />
</Price>
<Deconstruct time="15">
<Item identifier="copper" />
<Item identifier="plastic" amount="2" />
<Item identifier="copper" amount="2" />
<Item identifier="plastic" amount="4" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20" requiresrecipe="true">
<RequiredSkill identifier="electrical" level="30" />
@@ -371,7 +371,7 @@
<Price storeidentifier="merchantmine" />
</Price>
<Deconstruct time="20">
<Item identifier="carbon" />
<Item identifier="carbon" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/JobGear/TalentGear.png" sourcerect="42,368,40,56" origin="0.5,0.5" />
<Sprite texture="Content/Items/JobGear/TalentGear.png" sourcerect="36,74,32,39" devpth="0.6" origin="0.5,0.5" />
@@ -398,11 +398,11 @@
<Price storeidentifier="merchantmine" multiplier="1.25" />
</Price>
<Deconstruct time="10">
<Item identifier="copper" />
<Item identifier="plastic" />
<Item identifier="lead" />
<Item identifier="titaniumaluminiumalloy" />
<Item identifier="fulgurium" />
<Item identifier="copper" amount="2" />
<Item identifier="plastic" amount="2" />
<Item identifier="lead" amount="2" />
<Item identifier="titaniumaluminiumalloy" amount="2" />
<Item identifier="fulgurium" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="70" requiresrecipe="true">
<RequiredSkill identifier="electrical" level="65" />
@@ -497,11 +497,11 @@
<Price storeidentifier="merchantmine" multiplier="1.25" />
</Price>
<Deconstruct time="20">
<Item identifier="aluminium" />
<Item identifier="copper" />
<Item identifier="tin" />
<Item identifier="plastic" />
<Item identifier="titaniumaluminiumalloy" />
<Item identifier="aluminium" amount="2" />
<Item identifier="copper" amount="2" />
<Item identifier="tin" amount="2" />
<Item identifier="plastic" amount="2" />
<Item identifier="titaniumaluminiumalloy" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="30" requiresrecipe="true">
<RequiredSkill identifier="mechanical" level="30" />
@@ -549,8 +549,8 @@
<Price storeidentifier="merchantmine" />
</Price>
<Deconstruct time="15">
<Item identifier="copper" />
<Item identifier="plastic" amount="2" />
<Item identifier="copper" amount="2" />
<Item identifier="plastic" amount="4" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20" requiresrecipe="true">
<RequiredSkill identifier="electrical" level="25" />
@@ -578,11 +578,11 @@
<Price storeidentifier="merchantmine" multiplier="1.1" />
</Price>
<Deconstruct time="45">
<Item identifier="titaniumaluminiumalloy" />
<Item identifier="titaniumaluminiumalloy" />
<Item identifier="rubber" />
<Item identifier="lead" />
<Item identifier="physicorium" />
<Item identifier="titaniumaluminiumalloy" amount="2" />
<Item identifier="titaniumaluminiumalloy" amount="2" />
<Item identifier="rubber" amount="2" />
<Item identifier="lead" amount="2" />
<Item identifier="physicorium" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="80" requiresrecipe="true">
<RequiredSkill identifier="electrical" level="60" />
@@ -727,10 +727,10 @@
<Price storeidentifier="merchantmine" multiplier="1.1" />
</Price>
<Deconstruct time="15">
<Item identifier="steel" />
<Item identifier="lead" />
<Item identifier="fulgurium" mincondition="0.95" />
<Item identifier="thorium" mincondition="0.95" />
<Item identifier="steel" amount="2" />
<Item identifier="lead" amount="2" />
<Item identifier="fulgurium" amount="2" mincondition="0.95" />
<Item identifier="thorium" amount="2" mincondition="0.95" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="25" requiresrecipe="true">
<RequiredSkill identifier="electrical" level="70" />
@@ -781,9 +781,9 @@
<RequiredItem identifier="copper" />
</Fabricate>
<Deconstruct time="35">
<Item identifier="fulgurium" amount="2" />
<Item identifier="titaniumaluminiumalloy" amount="2" />
<Item identifier="copper" />
<Item identifier="fulgurium" amount="4" />
<Item identifier="titaniumaluminiumalloy" amount="4" />
<Item identifier="copper" amount="2" />
</Deconstruct>
<ElectricalDischarger duration="0.15" reload="5.0" ignoreuser="true" characterusable="true" raycastrange="500" range="150" rangemultiplierinwalls="1.25" outdoorsonly="false" powerconsumption="100" pickkey="Select">
<Attack targetimpulse="50">

View File

@@ -12,7 +12,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon name="Mechanic Uniform 1 Icon" texture="Content/Items/Jobgear/OutfitIcons.png" sourcerect="256,274,127,110" origin="0.5,0.5" />
<Sprite name="Mechanic Uniform 1" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="513,9,117,55" depth="0.6" origin="0.5,0.5" />
@@ -48,7 +48,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon name="Mechanic Uniform 2 Icon" texture="Content/Items/Jobgear/OutfitIcons.png" sourcerect="129,274,128,110" origin="0.5,0.5" />
<Sprite name="Mechanic Uniform 2" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="637,7,121,56" depth="0.6" origin="0.5,0.5" />
@@ -84,7 +84,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon name="Mechanic Uniform 1 Icon" texture="Content/Items/Jobgear/OutfitIcons.png" sourcerect="512,392,128,120" origin="0.5,0.5" />
<Sprite name="Mechanic Uniform 1" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="123,502,117,54" depth="0.6" origin="0.5,0.5" />
@@ -120,7 +120,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon name="Mechanic Uniform 2 Icon" texture="Content/Items/Jobgear/OutfitIcons.png" sourcerect="640,392,128,120" origin="0.5,0.5" />
<Sprite name="Mechanic Uniform 2" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="257,502,117,56" depth="0.6" origin="0.5,0.5" />

View File

@@ -10,8 +10,8 @@
<Price storeidentifier="merchantmine" />
</Price>
<Deconstruct time="15">
<Item identifier="copper" />
<Item identifier="plastic" amount="2" />
<Item identifier="copper" amount="2" />
<Item identifier="plastic" amount="4" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20" requiresrecipe="true">
<RequiredSkill identifier="mechanical" level="30" />
@@ -72,10 +72,10 @@
<RequiredItem identifier="fpgacircuit" />
</Fabricate>
<Deconstruct time="20">
<Item identifier="copper" />
<Item identifier="plastic" />
<Item identifier="dementonite" />
<Item identifier="steel" />
<Item identifier="copper" amount="2" />
<Item identifier="plastic" amount="2" />
<Item identifier="dementonite" amount="2" />
<Item identifier="steel" amount="2" />
</Deconstruct>
<Pump canbeselected="true" maxflow="1000" PowerConsumption="60.0" MinVoltage="0.3" IsOn="false" msg="ItemMsgInteractSelect">
<GuiFrame relativesize="0.25,0.2" minsize="420,220" anchor="Center" style="ItemUI" />
@@ -130,9 +130,9 @@
<Price storeidentifier="merchantmine" multiplier="1.2" />
</Price>
<Deconstruct time="20">
<Item identifier="rubber" />
<Item identifier="steel" />
<Item identifier="organicfiber" />
<Item identifier="rubber" amount="2" />
<Item identifier="steel" amount="2" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="30" requiresrecipe="true">
<RequiredSkill identifier="mechanical" level="25" />
@@ -172,8 +172,8 @@
<Price storeidentifier="merchantmine" />
</Price>
<Deconstruct>
<Item identifier="iron" />
<Item identifier="dementonite" />
<Item identifier="iron" amount="2" />
<Item identifier="dementonite" amount="2" />
</Deconstruct>
<Fabricate />
<MeleeWeapon reload="*0.9">
@@ -196,8 +196,8 @@
<PreferredContainer secondary="outpostcrewcabinet" spawnprobability="0" />
<Price baseprice="450" sold="false" canbespecial="false" />
<Deconstruct>
<Item identifier="iron" />
<Item identifier="dementonite" />
<Item identifier="iron" amount="2" />
<Item identifier="dementonite" amount="2" />
</Deconstruct>
<Fabricate />
<MeleeWeapon reload="*0.9">
@@ -226,8 +226,8 @@
<PreferredContainer secondary="outposttrashcan" spawnprobability="0" />
<Price baseprice="450" sold="false" canbespecial="false" />
<Deconstruct>
<Item identifier="iron" />
<Item identifier="dementonite" />
<Item identifier="iron" amount="2" />
<Item identifier="dementonite" amount="2" />
</Deconstruct>
<Fabricate />
<MeleeWeapon reload="*0.9">
@@ -255,8 +255,8 @@
<Price storeidentifier="merchantmine" />
</Price>
<Deconstruct>
<Item identifier="iron" />
<Item identifier="dementonite" />
<Item identifier="iron" amount="2" />
<Item identifier="dementonite" amount="2" />
</Deconstruct>
<Fabricate />
<MeleeWeapon reload="*0.9">
@@ -282,8 +282,8 @@
<Price storeidentifier="merchantmine" multiplier="0.9" />
</Price>
<Deconstruct time="10">
<Item identifier="steel" />
<Item identifier="sodium" mincondition="1.0" />
<Item identifier="steel" amount="2" />
<Item identifier="sodium" amount="2" mincondition="1.0" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20" requiresrecipe="true">
<RequiredSkill identifier="mechanical" level="35" />
@@ -348,8 +348,8 @@
<PreferredContainer secondary="outposttrashcan" spawnprobability="0" />
<Price baseprice="190" sold="false" />
<Deconstruct>
<Item identifier="steel" />
<Item identifier="titanium" />
<Item identifier="steel" amount="2" />
<Item identifier="titanium" amount="2" />
</Deconstruct>
<Fabricate requiresrecipe="true">
<RequiredItem identifier="titanium" amount="2" />
@@ -396,8 +396,8 @@
<Price storeidentifier="merchantarmory" multiplier="0.9" />
</Price>
<Deconstruct time="40">
<Item identifier="organicfiber" amount="1" />
<Item identifier="iron" amount="4" />
<Item identifier="organicfiber" amount="2" />
<Item identifier="iron" amount="8" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="30" requiresrecipe="true">
<RequiredSkill identifier="weapons" level="20" />
@@ -444,7 +444,7 @@
<Price storeidentifier="merchantarmory" multiplier="0.9" />
</Price>
<Deconstruct time="10">
<Item identifier="iron" amount="2" />
<Item identifier="iron" amount="4" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20" requiresrecipe="true">
<RequiredSkill identifier="weapons" level="20" />
@@ -464,11 +464,11 @@
<Item name="" identifier="exosuit" category="Diving,Equipment" tags="diving,deepdiving,deepdivinglarge,human" scale="0.605" fireproof="true" description="" isshootable="true" allowdroppingonswapwith="diving" impactsoundtag="impact_metal_heavy" botpriority="0.5" cargocontaineridentifier="">
<Price baseprice="80" canbespecial="false" sold="false" />
<Deconstruct time="30">
<Item identifier="titaniumaluminiumalloy" />
<Item identifier="titaniumaluminiumalloy" />
<Item identifier="titaniumaluminiumalloy" />
<Item identifier="rubber" />
<Item identifier="rubber" />
<Item identifier="titaniumaluminiumalloy" amount="2" />
<Item identifier="titaniumaluminiumalloy" amount="2" />
<Item identifier="titaniumaluminiumalloy" amount="2" />
<Item identifier="rubber" amount="2" />
<Item identifier="rubber" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="45" requiresrecipe="true">
<RequiredSkill identifier="mechanical" level="60" />
@@ -611,10 +611,10 @@
<Price storeidentifier="merchantmine" multiplier="1.25" />
</Price>
<Deconstruct time="10">
<Item identifier="copper" />
<Item identifier="plastic" />
<Item identifier="lead" />
<Item identifier="titaniumaluminiumalloy" amount="2" />
<Item identifier="copper" amount="2" />
<Item identifier="plastic" amount="2" />
<Item identifier="lead" amount="2" />
<Item identifier="titaniumaluminiumalloy" amount="4" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="70" requiresrecipe="true">
<RequiredSkill identifier="mechanical" level="65" />
@@ -739,7 +739,7 @@
<RequiredItem tag="defensebotammo" mincondition="0.0" maxcondition="0.1" usecondition="false" description="entitydescription.defensebotammobox" header="fabricationheader.ammoboxrecycle" defaultitem="defensebotammobox" />
</Fabricate>
<Deconstruct time="10">
<Item identifier="aluminium"/>
<Item identifier="aluminium" amount="2"/>
</Deconstruct>
<Sprite texture="Content/Characters/Defensebot/Defensebot.png" depth="0.54" sourcerect="135,189,115,58" origin="0.5,0.5" />
<Body width="90" height="60" density="25" />

View File

@@ -12,8 +12,8 @@
<Price storeidentifier="merchantmedical" minavailable="24" />
</Price>
<Deconstruct time="20">
<Item identifier="copper" />
<Item identifier="plastic" amount="2" />
<Item identifier="copper" amount="2" />
<Item identifier="plastic" amount="4" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredSkill identifier="mechanical" level="30" />
@@ -40,7 +40,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon name="Medic Uniform 1 Icon" texture="Content/Items/Jobgear/OutfitIcons.png" sourcerect="128,151,128,105" origin="0.5,0.5" />
<Sprite name="Medic Uniform 1" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="504,84,123,60" depth="0.6" origin="0.5,0.5" />
@@ -77,7 +77,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon name="Medic Uniform 2 Icon" texture="Content/Items/Jobgear/OutfitIcons.png" sourcerect="256,151,128,105" origin="0.5,0.5" />
<Sprite name="Medic Uniform 2" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="640,70,124,74" depth="0.6" origin="0.5,0.5" />
@@ -114,7 +114,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon name="Medic Uniform 1 Icon" texture="Content/Items/Jobgear/OutfitIcons.png" sourcerect="511,8,128,120" origin="0.5,0.5" />
<Sprite name="Medic Uniform 1" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="4,503,117,56" depth="0.6" origin="0.5,0.5" />
@@ -151,7 +151,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon name="Medic Uniform 2 Icon" texture="Content/Items/Jobgear/OutfitIcons.png" sourcerect="640,8,128,120" origin="0.5,0.5" />
<Sprite name="Medic Uniform 2" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="386,436,117,56" depth="0.6" origin="0.5,0.5" />

View File

@@ -13,8 +13,8 @@
<Sprite name="Headset" texture="Content/Items/JobGear/TalentGear.png" depth="0.6" sourcerect="255,305,72,60" origin="0.35,0.5" />
<Body radius="20" height="20" density="15" />
<Deconstruct time="10">
<Item identifier="plastic" amount="2" />
<Item identifier="copper" />
<Item identifier="plastic" amount="4" />
<Item identifier="copper" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10" requiresrecipe="true">
<RequiredSkill identifier="mechanical" level="30" />
@@ -40,7 +40,7 @@
<Price storeidentifier="merchantmine" />
</Price>
<Deconstruct time="20">
<Item identifier="carbon" />
<Item identifier="carbon" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/JobGear/TalentGear.png" sourcerect="1,368,40,56" origin="0.5,0.5" />
<Sprite texture="Content/Items/JobGear/TalentGear.png" sourcerect="2,75,32,38" depth="0.6" origin="0.5,0.5" />
@@ -69,8 +69,8 @@
<RequiredItem identifier="antidama1" />
</Fabricate>
<Deconstruct time="20">
<Item identifier="adrenaline"/>
<Item identifier="opium"/>
<Item identifier="adrenaline" amount="2"/>
<Item identifier="opium" amount="2"/>
</Deconstruct>
<InventoryIcon texture="Content/Items/Medical/Medicines.png" sourcerect="448,320,64,64" origin="0.5,0.5" />
<Sprite texture="Content/Items/Medical/Medicines.png" sourcerect="264,309,37,68" depth="0.6" origin="0.5,0.5" />
@@ -120,7 +120,7 @@
<RequiredItem identifier="stabilozine" />
</Fabricate>
<Deconstruct time="20">
<Item identifier="liquidoxygenite" />
<Item identifier="liquidoxygenite" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="576,640,64,64" origin="0.5,0.5" />
<Sprite texture="Content/Items/Medical/Medicines.png" sourcerect="3,308,37,69" depth="0.6" origin="0.5,0.5" />
@@ -171,10 +171,10 @@
<RequiredItem identifier="deusizine" />
</Fabricate>
<Deconstruct time="25">
<Item identifier="sulphuricacid" />
<Item identifier="sulphuricacid" />
<Item identifier="paralyxis" />
<Item identifier="deusizine" />
<Item identifier="sulphuricacid" amount="2" />
<Item identifier="sulphuricacid" amount="2" />
<Item identifier="paralyxis" amount="2" />
<Item identifier="deusizine" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/Medical/Medicines.png" sourcerect="448,256,64,64" origin="0.5,0.5" />
<Sprite texture="Content/Items/Medical/Medicines.png" sourcerect="303,310,35,67" depth="0.6" origin="0.5,0.5" />
@@ -221,10 +221,10 @@
<Price storeidentifier="merchantmine" />
</Price>
<Deconstruct time="10">
<Item identifier="fulgurium" amount="1" />
<Item identifier="copper" amount="2" />
<Item identifier="rubber" />
<Item identifier="silicon" />
<Item identifier="fulgurium" amount="2" />
<Item identifier="copper" amount="4" />
<Item identifier="rubber" amount="2" />
<Item identifier="silicon" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20" requiresrecipe="true">
<RequiredSkill identifier="medical" level="60" />
@@ -252,8 +252,8 @@
</Price>
</Price>
<Deconstruct time="10">
<Item identifier="titaniumaluminiumalloy" />
<Item identifier="plastic" />
<Item identifier="titaniumaluminiumalloy" amount="2" />
<Item identifier="plastic" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10" requiresrecipe="true">
<RequiredSkill identifier="medical" level="50" />
@@ -299,8 +299,8 @@
<RequiredItem identifier="calcium" count="2" />
</Fabricate>
<Deconstruct time="20">
<Item identifier="alienblood" />
<Item identifier="calcium" />
<Item identifier="alienblood" amount="2" />
<Item identifier="calcium" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas2.png" sourcerect="0,960,64,64" origin="0.5,0.5" />
<Sprite texture="Content/Items/Medical/Medicines.png" sourcerect="113,209,37,72" depth="0.6" origin="0.5,0.5" />
@@ -341,7 +341,7 @@
<RequiredItem identifier="plastic" count="1" />
</Fabricate>
<Deconstruct time="5">
<Item identifier="sulphuricacid" />
<Item identifier="sulphuricacid" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas2.png" sourcerect="64,960,64,64" origin="0.5,0.5" />
<Sprite texture="Content/Items/Medical/Medicines.png" sourcerect="263,210,37,72" depth="0.6" origin="0.5,0.5" />
@@ -456,8 +456,8 @@
<Price storeidentifier="merchantarmory" multiplier="0.9" />
</Price>
<Deconstruct time="5">
<Item identifier="iron" />
<Item identifier="sulphuricacid" />
<Item identifier="iron" amount="2" />
<Item identifier="sulphuricacid" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10" requiresrecipe="true">
<RequiredSkill identifier="weapons" level="30"/>

View File

@@ -12,7 +12,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon name="Security Officer's Uniform 1 Icon" texture="Content/Items/Jobgear/OutfitIcons.png" sourcerect="383,151,129,105" origin="0.5,0.5" />
<Sprite name="Security Officer's Uniform 1" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="509,151,121,66" depth="0.6" origin="0.5,0.5" />
@@ -47,7 +47,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon name="Security Officer's Uniform 2 Icon" texture="Content/Items/Jobgear/OutfitIcons.png" sourcerect="0,274,128,110" origin="0.5,0.5" />
<Sprite name="Security Officer's Uniform 2" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="639,146,119,70" depth="0.6" origin="0.5,0.5" />
@@ -82,7 +82,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon name="Security Officer's Uniform 3 Icon" texture="Content/Items/Jobgear/OutfitIcons.png" sourcerect="0,402,128,110" origin="0.5,0.5" />
<Sprite name="Security Officer's Uniform 3" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="767,149,124,69" depth="0.6" origin="0.5,0.5" />
@@ -117,7 +117,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon name="Security Officer's Uniform 1 Icon" texture="Content/Items/Jobgear/OutfitIcons.png" sourcerect="512,136,128,120" origin="0.5,0.5" />
<Sprite name="Security Officer's Uniform 1" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="3,434,115,59" depth="0.6" origin="0.5,0.5" />
@@ -152,7 +152,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon name="Security Officer's Uniform 2 Icon" texture="Content/Items/Jobgear/OutfitIcons.png" sourcerect="640,136,128,120" origin="0.5,0.5" />
<Sprite name="Security Officer's Uniform 2" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="257,422,118,70" depth="0.6" origin="0.5,0.5" />
@@ -187,7 +187,7 @@
<Price storeidentifier="merchantmine" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon name="Security Officer's Uniform 3 Icon" texture="Content/Items/Jobgear/OutfitIcons.png" sourcerect="768,136,128,120" origin="0.5,0.5" />
<Sprite name="Security Officer's Uniform 3" texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="127,433,122,62" depth="0.6" origin="0.5,0.5" />
@@ -226,7 +226,7 @@
<Price storeidentifier="merchantarmory" multiplier="0.9" minavailable="9" />
</Price>
<Deconstruct time="40">
<Item identifier="ballisticfiber" amount="2" />
<Item identifier="ballisticfiber" amount="4" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="30">
<RequiredSkill identifier="weapons" level="40" />
@@ -258,7 +258,7 @@
<Price storeidentifier="merchantarmory" multiplier="0.9" minavailable="9" />
</Price>
<Deconstruct time="10">
<Item identifier="ballisticfiber" />
<Item identifier="ballisticfiber" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<RequiredSkill identifier="weapons" level="30" />
@@ -287,7 +287,7 @@
<Price storeidentifier="merchantarmory" multiplier="0.9" minavailable="9" />
</Price>
<Deconstruct time="10">
<Item identifier="ballisticfiber" />
<Item identifier="ballisticfiber" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<RequiredSkill identifier="weapons" level="30" />
@@ -317,7 +317,7 @@
<Price storeidentifier="merchantarmory" multiplier="0.9" minavailable="9" />
</Price>
<Deconstruct time="10">
<Item identifier="ballisticfiber" />
<Item identifier="ballisticfiber" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<RequiredSkill identifier="weapons" level="30" />

View File

@@ -18,9 +18,9 @@
<RequiredItem identifier="titaniumaluminiumalloy" amount="2" />
</Fabricate>
<Deconstruct time="30">
<Item identifier="ballisticfiber" />
<Item identifier="physicorium" amount="2" />
<Item identifier="titaniumaluminiumalloy" />
<Item identifier="ballisticfiber" amount="2" />
<Item identifier="physicorium" amount="4" />
<Item identifier="titaniumaluminiumalloy" amount="2" />
</Deconstruct>
<Sprite texture="Content/Items/JobGear/TalentGear.png" sourcerect="308,1,152,61" depth="0.55" origin="0.5,0.5" />
<Body width="150" height="40" density="25" />
@@ -76,9 +76,9 @@
<RequiredItem identifier="rubber" />
</Fabricate>
<Deconstruct time="35">
<Item identifier="physicorium" amount="2" />
<Item identifier="titaniumaluminiumalloy" amount="2" />
<Item identifier="rubber" />
<Item identifier="physicorium" amount="4" />
<Item identifier="titaniumaluminiumalloy" amount="4" />
<Item identifier="rubber" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/JobGear/TalentGear.png" sourcerect="276,63,233,62" origin="0.5,0.5" />
<Sprite texture="Content/Items/JobGear/TalentGear.png" sourcerect="276,63,233,62" depth="0.55" origin="0.5,0.5" />
@@ -149,7 +149,7 @@
<RequiredItem identifier="assaultriflemagazine" mincondition="0.0" maxcondition="0.1" usecondition="false"/>
</Fabricate>
<Deconstruct time="15">
<Item identifier="steel" />
<Item identifier="steel" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/JobGear/TalentGear.png" sourcerect="476,3,36,48" origin="0.5,0.5" />
<Sprite texture="Content/Items/JobGear/TalentGear.png" sourcerect="476,3,36,48" depth="0.55" origin="0.5,0.5" />
@@ -236,8 +236,8 @@
<Price storeidentifier="merchantmine" />
</Price>
<Deconstruct time="30">
<Item identifier="ballisticfiber" />
<Item identifier="plastic" />
<Item identifier="ballisticfiber" amount="2" />
<Item identifier="plastic" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="25" requiresrecipe="true">
<RequiredSkill identifier="weapons" level="35" />
@@ -270,7 +270,7 @@
<Price storeidentifier="merchantmine" multiplier="1.25" />
</Price>
<Deconstruct time="20">
<Item identifier="titaniumaluminiumalloy" />
<Item identifier="titaniumaluminiumalloy" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="25" requiresrecipe="true">
<RequiredSkill identifier="weapons" level="40" />
@@ -310,7 +310,7 @@
<Price storeidentifier="merchantmine" />
</Price>
<Deconstruct time="20">
<Item identifier="carbon" />
<Item identifier="carbon" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/JobGear/TalentGear.png" sourcerect="83,368,39,56" origin="0.5,0.5" />
<Sprite texture="Content/Items/JobGear/TalentGear.png" sourcerect="71,74,34,39" depth="0.6" origin="0.5,0.5" />
@@ -371,11 +371,11 @@
<PreferredContainer primary="divingsuitcontainer" spawnprobability="0"/>
<PreferredContainer primary="wreckdivingsuitcontainer" spawnprobability="0"/>
<Deconstruct time="30">
<Item identifier="ballisticfiber" />
<Item identifier="titaniumaluminiumalloy" />
<Item identifier="titaniumaluminiumalloy" />
<Item identifier="rubber" />
<Item identifier="rubber" />
<Item identifier="ballisticfiber" amount="2" />
<Item identifier="titaniumaluminiumalloy" amount="2" />
<Item identifier="titaniumaluminiumalloy" amount="2" />
<Item identifier="rubber" amount="2" />
<Item identifier="rubber" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="45" requiresrecipe="true">
<RequiredSkill identifier="mechanical" level="20" />
@@ -479,8 +479,8 @@
<Price storeidentifier="merchantmine" multiplier="1.25" />
</Price>
<Deconstruct time="10">
<Item identifier="steel" />
<Item identifier="plastic" amount="2" />
<Item identifier="steel" amount="2" />
<Item identifier="plastic" amount="4" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10" requiresrecipe="true">
<RequiredSkill identifier="weapons" level="30" />

View File

@@ -4,7 +4,7 @@
<PreferredContainer primary="crewcab"/>
<Price baseprice="150" sold="false" />
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="256,320,64,64" origin="0.5,0.5" />
<Sprite texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="123,144,121,62" depth="0.6" origin="0.5,0.5" />

View File

@@ -25,10 +25,10 @@
</Price>
<PreferredContainer primary="reactorcab,engcab"/>
<Deconstruct time="10">
<Item identifier="copper" />
<Item identifier="tin" />
<Item identifier="silicon" />
<Item identifier="plastic" />
<Item identifier="copper" amount="2" />
<Item identifier="tin" amount="2" />
<Item identifier="silicon" amount="2" />
<Item identifier="plastic" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="30">
<RequiredSkill identifier="electrical" level="50" />

View File

@@ -498,8 +498,8 @@
<RequiredItem identifier="iron" amount="2" />
</Fabricate>
<Deconstruct time="5">
<Item identifier="carbon" copycondition="true" />
<Item identifier="iron" copycondition="true" />
<Item identifier="carbon" amount="2" copycondition="true" />
<Item identifier="iron" amount="2" copycondition="true" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="640,128,64,64" />
<Sprite texture="minerals.png" sourcerect="4,171,54,27" depth="0.55" origin="0.5,0.5" />
@@ -545,8 +545,8 @@
<RequiredItem identifier="aluminium" amount="2" />
</Fabricate>
<Deconstruct time="5">
<Item identifier="aluminium" copycondition="true" />
<Item identifier="titanium" copycondition="true" />
<Item identifier="aluminium" amount="2" copycondition="true" />
<Item identifier="titanium" amount="2" copycondition="true" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="192,768,64,64" />
<Sprite texture="minerals.png" sourcerect="62,203,55,27" depth="0.55" origin="0.5,0.5" />
@@ -575,8 +575,8 @@
<RequiredItem identifier="carbon" />
</Fabricate>
<Deconstruct time="5">
<Item identifier="silicon" copycondition="true" />
<Item identifier="carbon" copycondition="true" />
<Item identifier="silicon" amount="2" copycondition="true" />
<Item identifier="carbon" amount="2" copycondition="true" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="896,128,64,64" />
<Sprite texture="minerals.png" sourcerect="202,100,43,30" depth="0.55" origin="0.5,0.5" />
@@ -604,8 +604,8 @@
<RequiredItem identifier="plastic" amount="2" />
</Fabricate>
<Deconstruct time="5">
<Item identifier="titanium" copycondition="true" />
<Item identifier="plastic" copycondition="true" />
<Item identifier="titanium" amount="2" copycondition="true" />
<Item identifier="plastic" amount="2" copycondition="true" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="706,770,62,61" origin="0.5,0.5" />
<Sprite texture="minerals.png" sourcerect="221,0,35,53" depth="0.55" origin="0.5,0.5" />
@@ -672,8 +672,8 @@
<RequiredItem identifier="potassium" amount="2" />
</Fabricate>
<Deconstruct time="5">
<Item identifier="magnesium" copycondition="true" />
<Item identifier="potassium" copycondition="true" />
<Item identifier="magnesium" amount="2" copycondition="true" />
<Item identifier="potassium" amount="2" copycondition="true" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="64,256,64,64" />
<Sprite texture="minerals.png" depth="0.55" sourcerect="127,134,23,42" origin="0.5,0.5" />

View File

@@ -11,9 +11,9 @@
<Price storeidentifier="merchantmine" sold="false" multiplier="0.9" />
</Price>
<Deconstruct time="5">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" />
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
<Item identifier="organicfiber" amount="2" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<!-- <InventoryIcon texture="Content/Items/Materials/Minerals.png" sourcerect="0,0,108,166" -->
<ContainedSprite texture="Content/Items/Materials/Minerals.png" usewhenattached="true" decorativespritebehavior="HideWhenNotVisible" depth="0.55" sourcerect="257,0,96,128" origin="0.5,0.5" />
@@ -56,9 +56,9 @@
<Price storeidentifier="merchantmine" sold="false" multiplier="0.9" />
</Price>
<Deconstruct time="5">
<Item identifier="elastin" />
<Item identifier="elastin" />
<Item identifier="elastin" />
<Item identifier="elastin" amount="2" />
<Item identifier="elastin" amount="2" />
<Item identifier="elastin" amount="2" />
</Deconstruct>
<ContainedSprite texture="Content/Items/Materials/Minerals.png" usewhenattached="true" decorativespritebehavior="HideWhenNotVisible" depth="0.55" sourcerect="645,1,96,128" origin="0.5,0.5" />
<Sprite texture="Content/Items/Materials/Minerals.png" depth="0.2" sourcerect="604,260,28,54" origin="0.5,0.5" />
@@ -97,9 +97,9 @@
<Price storeidentifier="merchantmine" sold="false" multiplier="0.9" />
</Price>
<Deconstruct time="5">
<Item identifier="opium" />
<Item identifier="opium" />
<Item identifier="opium" />
<Item identifier="opium" amount="2" />
<Item identifier="opium" amount="2" />
<Item identifier="opium" amount="2" />
</Deconstruct>
<ContainedSprite texture="Content/Items/Materials/Minerals.png" usewhenattached="true" decorativespritebehavior="HideWhenNotVisible" depth="0.55" sourcerect="255,127,96,128" origin="0.5,0.5" />
<Sprite texture="Content/Items/Materials/Minerals.png" depth="0.2" sourcerect="541,332,53,53" origin="0.5,0.5" />
@@ -136,9 +136,9 @@
<Price storeidentifier="merchantmine" sold="false" multiplier="0.9" />
</Price>
<Deconstruct time="5">
<Item identifier="ethanol" />
<Item identifier="ethanol" />
<Item identifier="ethanol" />
<Item identifier="ethanol" amount="2" />
<Item identifier="ethanol" amount="2" />
<Item identifier="ethanol" amount="2" />
</Deconstruct>
<ContainedSprite texture="Content/Items/Materials/Minerals.png" usewhenattached="true" decorativespritebehavior="HideWhenNotVisible" depth="0.55" sourcerect="640,127,96,128" origin="0.5,0.5" />
<Sprite texture="Content/Items/Materials/Minerals.png" depth="0.2" sourcerect="603,321,42,63" origin="0.5,0.5" />
@@ -174,9 +174,9 @@
<Price storeidentifier="merchantmine" sold="false" multiplier="0.9" />
</Price>
<Deconstruct time="5">
<Item identifier="antibiotics" />
<Item identifier="antibiotics" />
<Item identifier="antibiotics" />
<Item identifier="antibiotics" amount="2" />
<Item identifier="antibiotics" amount="2" />
<Item identifier="antibiotics" amount="2" />
</Deconstruct>
<ContainedSprite texture="Content/Items/Materials/Minerals.png" usewhenattached="true" decorativespritebehavior="HideWhenNotVisible" depth="0.55" sourcerect="252,264,106,126" origin="0.5,0.5" />
<Sprite texture="Content/Items/Materials/Minerals.png" depth="0.2" sourcerect="601,393,61,47" origin="0.5,0.5" />

View File

@@ -12,10 +12,10 @@
<Price storeidentifier="merchantmine" multiplier="0.75" />
</Price>
<Deconstruct time="5">
<Item identifier="titanium" />
<Item identifier="titanium" />
<Item identifier="titanium" />
<Item identifier="iron" />
<Item identifier="titanium" amount="2" />
<Item identifier="titanium" amount="2" />
<Item identifier="titanium" amount="2" />
<Item identifier="iron" amount="2" />
</Deconstruct>
<!-- TODO: sprite and inventory icon -->
<LightComponent lightcolor="113,204,164,225" range="400" powerconsumption="0" flicker="0.0" flickerspeed="0.5" pulsefrequency="0.4" pulseamount="0" ison="true" drawbehindsubs="true">
@@ -53,8 +53,8 @@
<Price storeidentifier="merchantmine" multiplier="0.75" />
</Price>
<Deconstruct time="5">
<Item identifier="phosphorus" />
<Item identifier="thorium" />
<Item identifier="phosphorus" amount="2" />
<Item identifier="thorium" amount="2" />
</Deconstruct>
<!-- TODO: sprite and inventory icon -->
<LightComponent lightcolor="178,108,109,225" range="400" powerconsumption="0" flicker="0.0" flickerspeed="0.5" pulsefrequency="0.4" pulseamount="0" ison="true" drawbehindsubs="true">
@@ -90,8 +90,8 @@
<Price storeidentifier="merchantmine" multiplier="0.75" />
</Price>
<Deconstruct time="5">
<Item identifier="thorium" />
<Item identifier="thorium" />
<Item identifier="thorium" amount="2" />
<Item identifier="thorium" amount="2" />
</Deconstruct>
<!-- TODO: sprite and inventory icon -->
<LightComponent lightcolor="160,175,187,225" range="400" powerconsumption="0" flicker="0.0" flickerspeed="0.5" pulsefrequency="0.4" pulseamount="0" ison="true" drawbehindsubs="true">
@@ -129,9 +129,9 @@
<Price storeidentifier="merchantmine" multiplier="0.75" />
</Price>
<Deconstruct time="5">
<Item identifier="lithium" />
<Item identifier="aluminium" />
<Item identifier="sodium" />
<Item identifier="lithium" amount="2" />
<Item identifier="aluminium" amount="2" />
<Item identifier="sodium" amount="2" />
</Deconstruct>
<!-- TODO: sprite and inventory icon -->
<LightComponent lightcolor="211,189,89,120" range="400" powerconsumption="0" flicker="0.0" flickerspeed="0.5" pulsefrequency="0.4" pulseamount="0" ison="true" drawbehindsubs="true">
@@ -167,9 +167,9 @@
<Price storeidentifier="merchantmine" multiplier="0.75" />
</Price>
<Deconstruct time="5">
<Item identifier="zinc" />
<Item identifier="zinc" />
<Item identifier="zinc" />
<Item identifier="zinc" amount="2" />
<Item identifier="zinc" amount="2" />
<Item identifier="zinc" amount="2" />
</Deconstruct>
<!-- TODO: sprite and inventory icon -->
<LightComponent lightcolor="196,196,196,225" range="400" powerconsumption="0" flicker="0.0" flickerspeed="0.5" pulsefrequency="0.4" pulseamount="0" ison="true" drawbehindsubs="true">
@@ -204,8 +204,8 @@
<Price storeidentifier="merchantmine" multiplier="0.75" />
</Price>
<Deconstruct time="5">
<Item identifier="chlorine" />
<Item identifier="chlorine" />
<Item identifier="chlorine" amount="2" />
<Item identifier="chlorine" amount="2" />
</Deconstruct>
<!-- TODO: sprite and inventory icon -->
<LightComponent lightcolor="115,154,127,225" range="400" powerconsumption="0" flicker="0.0" flickerspeed="0.5" pulsefrequency="0.4" pulseamount="0" ison="true" drawbehindsubs="true">
@@ -240,8 +240,8 @@
<Price storeidentifier="merchantmine" multiplier="0.75" />
</Price>
<Deconstruct time="5">
<Item identifier="silicon" />
<Item identifier="silicon" />
<Item identifier="silicon" amount="2" />
<Item identifier="silicon" amount="2" />
</Deconstruct>
<LightComponent lightcolor="160,175,187,225" range="400" powerconsumption="0" flicker="0.0" flickerspeed="0.5" pulsefrequency="0.4" pulseamount="0" ison="true" drawbehindsubs="true">
<LightTexture texture="Content/Lights/pointlight_rays.png" origin="0.5,0.5" />
@@ -276,9 +276,9 @@
<Price storeidentifier="merchantmine" multiplier="0.75" />
</Price>
<Deconstruct time="5">
<Item identifier="carbon" />
<Item identifier="carbon" />
<Item identifier="carbon" />
<Item identifier="carbon" amount="2" />
<Item identifier="carbon" amount="2" />
<Item identifier="carbon" amount="2" />
</Deconstruct>
<LightComponent lightcolor="160,175,187,225" range="400" powerconsumption="0" flicker="0.0" flickerspeed="0.5" pulsefrequency="0.4" pulseamount="0" ison="true" drawbehindsubs="true">
<LightTexture texture="Content/Lights/pointlight_rays.png" origin="0.5,0.5" />
@@ -313,9 +313,9 @@
<Price storeidentifier="merchantmine" multiplier="0.75" />
</Price>
<Deconstruct time="5">
<Item identifier="calcium" />
<Item identifier="phosphorus" />
<Item identifier="phosphorus" />
<Item identifier="calcium" amount="2" />
<Item identifier="phosphorus" amount="2" />
<Item identifier="phosphorus" amount="2" />
</Deconstruct>
<!-- TODO: sprite and inventory icon -->
<LightComponent lightcolor="179,173,154,225" range="400" powerconsumption="0" flicker="0.0" flickerspeed="0.5" pulsefrequency="0.4" pulseamount="0" ison="true" drawbehindsubs="true">
@@ -351,9 +351,9 @@
<Price storeidentifier="merchantmine" multiplier="0.75" />
</Price>
<Deconstruct time="5">
<Item identifier="uranium" />
<Item identifier="uranium" />
<Item identifier="uranium" />
<Item identifier="uranium" amount="2" />
<Item identifier="uranium" amount="2" />
<Item identifier="uranium" amount="2" />
</Deconstruct>
<!-- TODO: sprite and inventory icon -->
<LightComponent lightcolor="83,160,100,225" range="400" powerconsumption="0" flicker="0.0" flickerspeed="0.5" pulsefrequency="0.4" pulseamount="0" ison="true" drawbehindsubs="true">
@@ -389,7 +389,7 @@
<Price storeidentifier="merchantmine" multiplier="0.75" />
</Price>
<Deconstruct time="5">
<Item identifier="titanium" />
<Item identifier="titanium" amount="2" />
</Deconstruct>
<!-- TODO: sprite and inventory icon -->
<LightComponent lightcolor="117,143,123,225" range="400" powerconsumption="0" flicker="0.0" flickerspeed="0.5" pulsefrequency="0.4" pulseamount="0" ison="true" drawbehindsubs="true">
@@ -425,9 +425,9 @@
<Price storeidentifier="merchantmine" multiplier="0.75" />
</Price>
<Deconstruct time="5">
<Item identifier="copper" />
<Item identifier="iron" />
<Item identifier="tin" />
<Item identifier="copper" amount="2" />
<Item identifier="iron" amount="2" />
<Item identifier="tin" amount="2" />
</Deconstruct>
<!-- TODO: sprite and inventory icon -->
<LightComponent lightcolor="160,175,187,225" range="400" powerconsumption="0" flicker="0.0" flickerspeed="0.5" pulsefrequency="0.4" pulseamount="0" ison="true" drawbehindsubs="true">
@@ -463,8 +463,8 @@
<Price storeidentifier="merchantmine" multiplier="0.75" />
</Price>
<Deconstruct time="5">
<Item identifier="copper" />
<Item identifier="copper" />
<Item identifier="copper" amount="2" />
<Item identifier="copper" amount="2" />
</Deconstruct>
<!-- TODO: sprite and inventory icon -->
<LightComponent lightcolor="162,135,83,225" range="400" powerconsumption="0" flicker="0.0" flickerspeed="0.5" pulsefrequency="0.4" pulseamount="0" ison="true" drawbehindsubs="true">
@@ -499,9 +499,9 @@
<Price storeidentifier="merchantmine" multiplier="0.75" />
</Price>
<Deconstruct time="5">
<Item identifier="zinc" />
<Item identifier="zinc" />
<Item identifier="lead" />
<Item identifier="zinc" amount="2" />
<Item identifier="zinc" amount="2" />
<Item identifier="lead" amount="2" />
</Deconstruct>
<!-- TODO: sprite and inventory icon -->
<ContainedSprite texture="Content/Items/Materials/MineralEnvironment.png" usewhenattached="true" decorativespritebehavior="HideWhenNotVisible" depth="0.55" sourcerect="256,585,86,147" origin="0.5,0.5" />
@@ -531,8 +531,8 @@
<Price storeidentifier="merchantmine" multiplier="0.75" />
</Price>
<Deconstruct time="5">
<Item identifier="lead" />
<Item identifier="lead" />
<Item identifier="lead" amount="2" />
<Item identifier="lead" amount="2" />
</Deconstruct>
<!-- TODO: sprite and inventory icon -->
<LightComponent lightcolor="117,139,162,225" range="400" powerconsumption="0" flicker="0.0" flickerspeed="0.5" pulsefrequency="0.4" pulseamount="0" ison="true" drawbehindsubs="true">
@@ -567,7 +567,7 @@
<Price storeidentifier="merchantmine" multiplier="0.75" />
</Price>
<Deconstruct time="5">
<Item identifier="lithium" />
<Item identifier="lithium" amount="2" />
</Deconstruct>
<!-- TODO: sprite and inventory icon -->
<LightComponent lightcolor="127,174,170,225" range="400" powerconsumption="0" flicker="0.0" flickerspeed="0.5" pulsefrequency="0.4" pulseamount="0" ison="true" drawbehindsubs="true">
@@ -602,9 +602,9 @@
<Price storeidentifier="merchantmine" multiplier="0.75" />
</Price>
<Deconstruct time="5">
<Item identifier="potassium" />
<Item identifier="magnesium" />
<Item identifier="magnesium" />
<Item identifier="potassium" amount="2" />
<Item identifier="magnesium" amount="2" />
<Item identifier="magnesium" amount="2" />
</Deconstruct>
<!-- TODO: sprite and inventory icon -->
<LightComponent lightcolor="150,125,105,225" range="400" powerconsumption="0" flicker="0.0" flickerspeed="0.5" pulsefrequency="0.4" pulseamount="0" ison="true" drawbehindsubs="true">
@@ -640,10 +640,10 @@
<Price storeidentifier="merchantmine" multiplier="0.75" />
</Price>
<Deconstruct time="5">
<Item identifier="iron" />
<Item identifier="iron" />
<Item identifier="aluminium" />
<Item identifier="aluminium" />
<Item identifier="iron" amount="2" />
<Item identifier="iron" amount="2" />
<Item identifier="aluminium" amount="2" />
<Item identifier="aluminium" amount="2" />
</Deconstruct>
<!-- TODO: sprite and inventory icon -->
<LightComponent lightcolor="69,158,142,225" range="400" powerconsumption="0" flicker="0.0" flickerspeed="0.5" pulsefrequency="0.4" pulseamount="0" ison="true" drawbehindsubs="true">
@@ -679,10 +679,10 @@
<Price storeidentifier="merchantmine" multiplier="0.75" />
</Price>
<Deconstruct time="5">
<Item identifier="iron" />
<Item identifier="iron" />
<Item identifier="iron" />
<Item identifier="iron" />
<Item identifier="iron" amount="2" />
<Item identifier="iron" amount="2" />
<Item identifier="iron" amount="2" />
<Item identifier="iron" amount="2" />
</Deconstruct>
<!-- TODO: sprite and inventory icon -->
<LightComponent lightcolor="160,175,187,225" range="400" powerconsumption="0" flicker="0.0" flickerspeed="0.5" pulsefrequency="0.4" pulseamount="0" ison="true" drawbehindsubs="true">
@@ -718,8 +718,8 @@
<Price storeidentifier="merchantmine" multiplier="0.75" />
</Price>
<Deconstruct time="5">
<Item identifier="potassium" />
<Item identifier="calcium" />
<Item identifier="potassium" amount="2" />
<Item identifier="calcium" amount="2" />
</Deconstruct>
<!-- TODO: sprite and inventory icon -->
<LightComponent lightcolor="134,99,88" range="400" powerconsumption="0" flicker="0.0" flickerspeed="0.5" pulsefrequency="0.4" pulseamount="0" ison="true" drawbehindsubs="true">
@@ -755,8 +755,8 @@
<Price storeidentifier="merchantmine" multiplier="0.75" />
</Price>
<Deconstruct time="5">
<Item identifier="carbon" />
<Item identifier="carbon" />
<Item identifier="carbon" amount="2" />
<Item identifier="carbon" amount="2" />
</Deconstruct>
<!-- TODO: sprite and inventory icon -->
<LightComponent lightcolor="160,175,187,225" range="400" powerconsumption="0" flicker="0.0" flickerspeed="0.5" pulsefrequency="0.4" pulseamount="0" ison="true" drawbehindsubs="true">
@@ -792,9 +792,9 @@
<Price storeidentifier="merchantmine" multiplier="0.75" />
</Price>
<Deconstruct time="5">
<Item identifier="sodium" />
<Item identifier="potassium" />
<Item identifier="potassium" />
<Item identifier="sodium" amount="2" />
<Item identifier="potassium" amount="2" />
<Item identifier="potassium" amount="2" />
</Deconstruct>
<!-- TODO: sprite and inventory icon -->
<LightComponent lightcolor="160,89,67,225" range="400" powerconsumption="0" flicker="0.0" flickerspeed="0.5" pulsefrequency="0.4" pulseamount="0" ison="true" drawbehindsubs="true">
@@ -830,8 +830,8 @@
<Price storeidentifier="merchantmine" multiplier="0.75" />
</Price>
<Deconstruct time="5">
<Item identifier="phosphorus" />
<Item identifier="iron" />
<Item identifier="phosphorus" amount="2" />
<Item identifier="iron" amount="2" />
</Deconstruct>
<!-- TODO: sprite and inventory icon -->
<LightComponent lightcolor="88,121,142,225" range="400" powerconsumption="0" flicker="0.0" flickerspeed="0.5" pulsefrequency="0.4" pulseamount="0" ison="true" drawbehindsubs="true">
@@ -867,8 +867,8 @@
<Price storeidentifier="merchantmine" multiplier="0.75" />
</Price>
<Deconstruct time="5">
<Item identifier="copper" />
<Item identifier="copper" />
<Item identifier="copper" amount="2" />
<Item identifier="copper" amount="2" />
</Deconstruct>
<!-- TODO: sprite and inventory icon -->
<LightComponent lightcolor="119,82,124,225" range="400" powerconsumption="0" flicker="0.0" flickerspeed="0.5" pulsefrequency="0.4" pulseamount="0" ison="true" drawbehindsubs="true">
@@ -904,9 +904,9 @@
<Price storeidentifier="merchantmine" multiplier="0.75" />
</Price>
<Deconstruct time="5">
<Item identifier="tin" />
<Item identifier="tin" />
<Item identifier="tin" />
<Item identifier="tin" amount="2" />
<Item identifier="tin" amount="2" />
<Item identifier="tin" amount="2" />
</Deconstruct>
<!-- TODO: sprite and inventory icon -->
<LightComponent lightcolor="153,82,66,225" range="400" powerconsumption="0" flicker="0.0" flickerspeed="0.5" pulsefrequency="0.4" pulseamount="0" ison="true" drawbehindsubs="true">
@@ -941,8 +941,8 @@
<Price storeidentifier="merchantmine" multiplier="0.75" />
</Price>
<Deconstruct time="5">
<Item identifier="sodium" />
<Item identifier="sodium" />
<Item identifier="sodium" amount="2" />
<Item identifier="sodium" amount="2" />
</Deconstruct>
<!-- TODO: sprite and inventory icon -->
<LightComponent lightcolor="160,175,187,225" range="400" powerconsumption="0" flicker="0.0" flickerspeed="0.5" pulsefrequency="0.4" pulseamount="0" ison="true" drawbehindsubs="true">
@@ -978,8 +978,8 @@
<Price storeidentifier="merchantmine" multiplier="0.75" />
</Price>
<Deconstruct time="5">
<Item identifier="calcium" />
<Item identifier="calcium" />
<Item identifier="calcium" amount="2" />
<Item identifier="calcium" amount="2" />
</Deconstruct>
<!-- TODO: sprite and inventory icon -->
<LightComponent lightcolor="187,157,67,225" range="400" powerconsumption="0" flicker="0.0" flickerspeed="0.5" pulsefrequency="0.4" pulseamount="0" ison="true" drawbehindsubs="true">
@@ -1015,7 +1015,7 @@
<Price storeidentifier="merchantmine" multiplier="0.75" />
</Price>
<Deconstruct time="5">
<Item identifier="silicon" amount="2" />
<Item identifier="silicon" amount="4" />
</Deconstruct>
<!-- TODO: sprite and inventory icon -->
<LightComponent lightcolor="115,148,82,225" range="400" powerconsumption="0" flicker="0.0" flickerspeed="0.5" pulsefrequency="0.4" pulseamount="0" ison="true" drawbehindsubs="true">

View File

@@ -24,9 +24,9 @@
<RequiredItem identifier="carbon" amount="2" />
</Fabricate>
<Deconstruct time="20">
<Item identifier="phosphorus" />
<Item identifier="chlorine" />
<Item identifier="carbon" />
<Item identifier="phosphorus" amount="2" />
<Item identifier="chlorine" amount="2" />
<Item identifier="carbon" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="512,448,64,64" origin="0.5,0.5" />
<Sprite texture="Medicines.png" sourcerect="75,0,37,69" depth="0.6" origin="0.5,0.5" />
@@ -97,8 +97,8 @@
<RequiredItem identifier="adrenaline" amount="3" />
</Fabricate>
<Deconstruct time="20">
<Item identifier="tonicliquid"/>
<Item identifier="adrenaline" amount="2"/>
<Item identifier="tonicliquid" amount="2"/>
<Item identifier="adrenaline" amount="4"/>
</Deconstruct>
<!-- TODO: sprite -->
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="576,448,64,64" origin="0.5,0.5" />
@@ -166,7 +166,7 @@
<RequiredItem identifier="steroids" />
</Fabricate>
<Deconstruct time="20">
<Item identifier="steroids" />
<Item identifier="steroids" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="640,448,64,64" origin="0.5,0.5" />
<Sprite texture="Medicines.png" sourcerect="149,0,37,69" depth="0.6" origin="0.5,0.5" />
@@ -358,7 +358,7 @@
<RequiredItem identifier="meth" />
</Fabricate>
<Deconstruct time="20">
<Item identifier="meth" />
<Item identifier="meth" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas2.png" sourcerect="196,834,56,56" origin="0.5,0.5" />
<!-- TODO new Sprite-->
@@ -410,8 +410,8 @@
<RequiredItem identifier="antipsychosis" amount="4" />
</Fabricate>
<Deconstruct time="20">
<Item identifier="dementonite" amount="2" />
<Item identifier="antipsychosis" amount="2" />
<Item identifier="dementonite" amount="4" />
<Item identifier="antipsychosis" amount="4" />
</Deconstruct>
<InventoryIcon texture="Medicines.png" sourcerect="448,193,64,64" origin="0.5,0.5" />
<Sprite texture="Medicines.png" sourcerect="341,310,35,67" depth="0.6" origin="0.5,0.5" />

View File

@@ -119,7 +119,7 @@
<RequiredItem identifier="elastin" amount="1" />
</Fabricate>
<Deconstruct time="20">
<Item identifier="antibiotics" />
<Item identifier="antibiotics" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="0,448,64,64" origin="0.5,0.5" />
<Sprite texture="Medicines.png" sourcerect="312,8,63,22" depth="0.6" origin="0.5,0.5" />
@@ -189,7 +189,7 @@
<RequiredItem identifier="opium" amount="2" />
</Fabricate>
<Deconstruct time="20">
<Item identifier="opium" />
<Item identifier="opium" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="256,448,64,64" origin="0.5,0.5" />
<Sprite texture="Medicines.png" sourcerect="0,0,37,69" depth="0.6" origin="0.5,0.5" />
@@ -258,8 +258,8 @@
<RequiredItem identifier="ethanol" />
</Fabricate>
<Deconstruct time="20">
<Item identifier="opium" mincondition="0.9" />
<Item identifier="adrenaline" mincondition="0.9" />
<Item identifier="opium" amount="2" mincondition="0.9" />
<Item identifier="adrenaline" amount="2" mincondition="0.9" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="320,448,64,64" origin="0.5,0.5" />
<Sprite texture="Medicines.png" sourcerect="37,0,38,69" depth="0.6" origin="0.5,0.5" />
@@ -333,7 +333,7 @@
</Fabricate>
<Fabricate suitablefabricators="vendingmachine" requiredtime="1" requiredmoney="115" fabricationlimitmin="0" fabricationlimitmax="10" />
<Deconstruct time="30">
<Item identifier="creepingorange" amount="2" />
<Item identifier="creepingorange" amount="4" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas2.png" sourcerect="0,384,64,64" origin="0.5,0.5" />
<Sprite texture="Medicines.png" sourcerect="228,379,37,69" depth="0.6" origin="0.5,0.5" />
@@ -451,8 +451,8 @@
<RequiredItem identifier="stabilozine" amount="1" />
</Fabricate>
<Deconstruct time="20">
<Item identifier="sodium" />
<Item identifier="stabilozine" />
<Item identifier="sodium" amount="2" />
<Item identifier="stabilozine" amount="2" />
</Deconstruct>
<SuitableTreatment type="bloodloss" suitability="120" />
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="896,640,64,64" origin="0.5,0.5" />
@@ -496,9 +496,9 @@
<RequiredItem identifier="liquidoxygenite" />
</Fabricate>
<Deconstruct time="20">
<Item identifier="antibleeding3" />
<Item identifier="opium" />
<Item identifier="liquidoxygenite" />
<Item identifier="antibleeding3" amount="2" />
<Item identifier="opium" amount="2" />
<Item identifier="liquidoxygenite" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="384,704,64,64" origin="0.5,0.5" />
<Sprite texture="Medicines.png" sourcerect="226,306,38,72" depth="0.6" origin="0.5,0.5" />
@@ -693,8 +693,8 @@
<RequiredItem identifier="stabilozine" />
</Fabricate>
<Deconstruct time="20">
<Item identifier="antibiotics" />
<Item identifier="stabilozine" />
<Item identifier="antibiotics" amount="2" />
<Item identifier="stabilozine" amount="2" />
</Deconstruct>
<SuitableTreatment identifier="huskinfection" suitability="100" />
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="897,449,63,63" origin="0.5,0.5" />
@@ -772,9 +772,9 @@
<RequiredItem identifier="chlorine" amount="2" />
</Fabricate>
<Deconstruct time="20">
<Item identifier="lithium" />
<Item identifier="carbon" />
<Item identifier="chlorine" />
<Item identifier="lithium" amount="2" />
<Item identifier="carbon" amount="2" />
<Item identifier="chlorine" amount="2" />
</Deconstruct>
<SuitableTreatment identifier="psychosis" suitability="100" />
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="512,640,64,64" origin="0.5,0.5" />
@@ -829,7 +829,7 @@
<RequiredItem identifier="stabilozine" />
</Fabricate>
<Deconstruct time="20">
<Item identifier="stabilozine" />
<Item identifier="stabilozine" amount="2" />
</Deconstruct>
<SuitableTreatment identifier="opiateaddiction" suitability="60" />
<SuitableTreatment identifier="opiatewithdrawal" suitability="60" />
@@ -896,7 +896,7 @@
<RequiredItem identifier="stabilozine" />
</Fabricate>
<Deconstruct time="20">
<Item identifier="stabilozine" />
<Item identifier="stabilozine" amount="2" />
</Deconstruct>
<SuitableTreatment identifier="morbusinepoisoning" suitability="100" />
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="64,704,64,64" origin="0.5,0.5" />
@@ -956,7 +956,7 @@
<RequiredItem identifier="stabilozine" />
</Fabricate>
<Deconstruct time="20">
<Item identifier="stabilozine" />
<Item identifier="stabilozine" amount="2" />
</Deconstruct>
<SuitableTreatment identifier="cyanidepoisoning" suitability="100" />
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="192,704,64,64" origin="0.5,0.5" />
@@ -1016,7 +1016,7 @@
<RequiredItem identifier="stabilozine" />
</Fabricate>
<Deconstruct time="20">
<Item identifier="stabilozine" />
<Item identifier="stabilozine" amount="2" />
</Deconstruct>
<SuitableTreatment identifier="sufforinpoisoning" suitability="100" />
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="320,704,64,64" origin="0.5,0.5" />
@@ -1075,7 +1075,7 @@
<RequiredItem identifier="stabilozine" />
</Fabricate>
<Deconstruct time="20">
<Item identifier="stabilozine" />
<Item identifier="stabilozine" amount="2" />
</Deconstruct>
<SuitableTreatment identifier="deliriuminepoisoning" suitability="100" />
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="512,703,64,64" origin="0.5,0.5" />
@@ -1133,7 +1133,7 @@
<RequiredItem identifier="stabilozine" />
</Fabricate>
<Deconstruct time="20">
<Item identifier="stabilozine" />
<Item identifier="stabilozine" amount="2" />
</Deconstruct>
<SuitableTreatment identifier="radiationsickness" suitability="100" />
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="128,704,64,64" origin="0.5,0.5" />
@@ -1192,7 +1192,7 @@
<RequiredItem identifier="stabilozine" />
</Fabricate>
<Deconstruct time="20">
<Item identifier="stabilozine" />
<Item identifier="stabilozine" amount="2" />
</Deconstruct>
<SuitableTreatment identifier="paralysis" suitability="100" />
<SuitableTreatment identifier="paralysisresistance" suitability="-60" />
@@ -1510,9 +1510,9 @@
<RequiredItem identifier="potassium" amount="3" />
</Fabricate>
<Deconstruct time="20">
<Item identifier="calcium" />
<Item identifier="potassium" />
<Item identifier="zinc" />
<Item identifier="calcium" amount="2" />
<Item identifier="potassium" amount="2" />
<Item identifier="zinc" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="704,704,64,64" origin="0.5,0.5" />
<Sprite texture="Medicines.png" sourcerect="383,5,33,87" depth="0.6" origin="0.5,0.5" />

View File

@@ -27,9 +27,9 @@
<RequiredItem identifier="sulphuricacid" />
</Fabricate>
<Deconstruct time="20">
<Item identifier="chlorine" />
<Item identifier="calcium" />
<Item identifier="sulphuricacid" />
<Item identifier="chlorine" amount="2" />
<Item identifier="calcium" amount="2" />
<Item identifier="sulphuricacid" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="64,640,64,64" origin="0.5,0.5" />
<Sprite texture="Medicines.png" sourcerect="189,308,37,69" depth="0.6" origin="0.5,0.5" />
@@ -89,8 +89,8 @@
<RequiredItem identifier="ethanol" />
</Fabricate>
<Deconstruct time="20">
<Item identifier="chlorine" />
<Item identifier="ethanol" />
<Item identifier="chlorine" amount="2" />
<Item identifier="ethanol" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="640,704,64,64" origin="0.5,0.5" />
<Sprite texture="Medicines.png" sourcerect="76,140,37,69" depth="0.6" origin="0.5,0.5" />
@@ -149,9 +149,9 @@
<RequiredItem identifier="sodium" count="3" />
</Fabricate>
<Deconstruct time="20">
<Item identifier="chloralhydrate" />
<Item identifier="sodium" />
<Item identifier="sodium" />
<Item identifier="chloralhydrate" amount="2" />
<Item identifier="sodium" amount="2" />
<Item identifier="sodium" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="192,640,64,64" origin="0.5,0.5" />
<Sprite texture="Medicines.png" sourcerect="37,69,38,69" depth="0.6" origin="0.5,0.5" />
@@ -210,8 +210,8 @@
<RequiredItem identifier="uranium" count="2" />
</Fabricate>
<Deconstruct time="20">
<Item identifier="thorium" />
<Item identifier="uranium" />
<Item identifier="thorium" amount="2" />
<Item identifier="uranium" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="128,640,64,64" origin="0.5,0.5" />
<Sprite texture="Medicines.png" sourcerect="0,69,37,69" depth="0.6" origin="0.5,0.5" />
@@ -268,7 +268,7 @@
<RequiredItem identifier="potassium" />
</Fabricate>
<Deconstruct time="20">
<Item identifier="sulphuricacid" />
<Item identifier="sulphuricacid" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="320,640,64,64" origin="0.5,0.5" />
<Sprite texture="Medicines.png" sourcerect="75,69,38,69" depth="0.6" origin="0.5,0.5" />
@@ -381,8 +381,8 @@
<RequiredItem identifier="paralyxis" />
</Fabricate>
<Deconstruct time="20">
<Item identifier="chlorine" />
<Item identifier="paralyxis" />
<Item identifier="chlorine" amount="2" />
<Item identifier="paralyxis" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="896,704,64,64" origin="0.5,0.5" />
<Sprite texture="Medicines.png" sourcerect="188,210,37,69" depth="0.6" origin="0.5,0.5" />
@@ -445,8 +445,8 @@
<RequiredItem identifier="raptorbane" />
</Fabricate>
<Deconstruct time="30">
<Item identifier="carbon" />
<Item identifier="carbon" />
<Item identifier="carbon" amount="2" />
<Item identifier="carbon" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas2.png" sourcerect="128,320,64,64" origin="0.5,0.5" />
<Sprite texture="Medicines.png" sourcerect="4,378,38,68" depth="0.6" origin="0.5,0.5" />
@@ -495,8 +495,8 @@
<PreferredContainer primary="wrecktoxcab,abandonedtoxcab,piratetoxcab" spawnprobability="0.1" />
<Price baseprice="200" sold="false" />
<Deconstruct time="20">
<Item identifier="antibloodloss1" />
<Item identifier="paralyxis" />
<Item identifier="antibloodloss1" amount="2" />
<Item identifier="paralyxis" amount="2" />
</Deconstruct>
<Sprite texture="Content/Characters/Pets/pets.png" sourcerect="331,135,40,48" depth="0.6" origin="0.5,0.5" />
<Body width="35" height="65" density="10.2" waterdragcoefficient="1" />

View File

@@ -126,7 +126,7 @@
<Item identifier="tobaccobud" />
</Fabricate>
<Deconstruct time="20">
<Item identifier="tobaccobud" />
<Item identifier="tobaccobud" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas2.png" sourcerect="192,320,64,64" origin="0.5,0.5" />
<Sprite texture="Content/Items/Gardening/GrowablePlants_Temp.png" sourcerect="848,774,44,58" depth="0.55" origin="0.5,0.5" />

View File

@@ -79,7 +79,7 @@
<Price sold="false" />
</Price>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<Wearable slots="Any,InnerClothes" variants="1" msg="ItemMsgPickUpSelect">
<StatusEffect type="OnWearing" target="Character" interval="0.5" disabledeltatime="true">
@@ -259,7 +259,7 @@
<Item name="" identifier="bloodsamplevial" hideinmenus="true" category="Medical" maxstacksize="60" maxstacksizecharacterinventory="60" cargocontaineridentifier="mediccrate" Tags="smallitem,traitormissionitem" description="" useinhealthinterface="true" scale="0.5" impactsoundtag="impact_metal_light" RequireAimToUse="True">
<PreferredContainer primary="medcab" secondary="medcontainer"/>
<Deconstruct time="20">
<Item identifier="opium" />
<Item identifier="opium" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Map/Outposts/Art/FactionItems.png" sourcerect="320,448,64,64" origin="0.5,0.5" />
<Sprite texture="Content/Map/Outposts/Art/FactionItems.png" sourcerect="419,268,16,46" depth="0.6" origin="0.5,0.5" />
@@ -322,8 +322,8 @@
<Item name="" identifier="radiojammer" category="Equipment" Tags="smallitem" cargocontaineridentifier="metalcrate" Scale="0.5" impactsoundtag="impact_metal_light">
<PreferredContainer primary="engcab"/>
<Deconstruct time="15">
<Item identifier="copper" amount="2" />
<Item identifier="plastic" amount="2" />
<Item identifier="copper" amount="4" />
<Item identifier="plastic" amount="4" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas2.png" sourcerect="128,960,64,64" origin="0.5,0.5" />
<Sprite texture="Content/Items/Tools/tools.png" sourcerect="231,102,25,54" depth="0.55" origin="0.5,0.5" />
@@ -430,7 +430,7 @@
<PreferredContainer spawnprobability="0" />
<Price sold="false" />
<Deconstruct time="10">
<Item identifier="aluminium"/>
<Item identifier="aluminium" amount="2"/>
</Deconstruct>
<Fabricate />
<Fabricate />

View File

@@ -11,9 +11,9 @@
<Price storeidentifier="merchantmine" sold="false" multiplier="0.75" />
</Price>
<Deconstruct time="10">
<Item identifier="alienblood" />
<Item identifier="alienblood" />
<Item identifier="adrenalinegland" />
<Item identifier="alienblood" amount="2" />
<Item identifier="alienblood" amount="2" />
<Item identifier="adrenalinegland" amount="2" />
</Deconstruct>
<!-- rectangular body to prevent the egg from rolling -->
<Body width="43" height="55" friction="1.0" restitution="0.01" angulardamping="0.8" density="11"/>
@@ -48,9 +48,9 @@
<Price storeidentifier="merchantmine" sold="false" multiplier="0.75" />
</Price>
<Deconstruct time="10">
<Item identifier="alienblood" />
<Item identifier="alienblood" />
<Item identifier="adrenalinegland" />
<Item identifier="alienblood" amount="2" />
<Item identifier="alienblood" amount="2" />
<Item identifier="adrenalinegland" amount="2" />
</Deconstruct>
<!-- rectangular body to prevent the egg from rolling -->
<Body width="43" height="55" friction="1.0" restitution="0.01" angulardamping="0.8" density="11"/>
@@ -85,9 +85,9 @@
<Price storeidentifier="merchantmine" sold="false" multiplier="0.75" />
</Price>
<Deconstruct time="10">
<Item identifier="alienblood" />
<Item identifier="alienblood" />
<Item identifier="adrenalinegland" />
<Item identifier="alienblood" amount="2" />
<Item identifier="alienblood" amount="2" />
<Item identifier="adrenalinegland" amount="2" />
</Deconstruct>
<!-- rectangular body to prevent the egg from rolling -->
<Body width="43" height="55" friction="1.0" restitution="0.01" angulardamping="0.8" density="11"/>
@@ -122,9 +122,9 @@
<Price storeidentifier="merchantmine" multiplier="0.75" />
</Price>
<Deconstruct time="10">
<Item identifier="alienblood" />
<Item identifier="alienblood" />
<Item identifier="adrenalinegland" />
<Item identifier="alienblood" amount="2" />
<Item identifier="alienblood" amount="2" />
<Item identifier="adrenalinegland" amount="2" />
</Deconstruct>
<!-- rectangular body to prevent the egg from rolling -->
<Body width="43" height="55" friction="1.0" restitution="0.01" angulardamping="0.8" density="11"/>

View File

@@ -2,7 +2,7 @@
<Item name="" identifier="poop" nameidentifier="poop" Tags="smallitem" maxstacksize="60" hideinmenus="true" health="20" damagedbyexplosions="true" damagedbyprojectiles="true" damagedbymeleeweapons="true" damagedbyrepairtools="true" category="Misc" scale="0.5" impactsoundtag="impact_soft" impacttolerance="6">
<Sprite texture="Content/Characters/Pets/pets.png" depth="0.7" sourcerect="387,15,53,41" origin="0.5,0.5" />
<Deconstruct time="10">
<Item identifier="carbon" />
<Item identifier="carbon" amount="2" />
</Deconstruct>
<!-- rectangular body to prevent the poop from rolling -->
<Body width="53" height="41" density="9" />
@@ -53,9 +53,9 @@
<Sprite texture="Content/Characters/Pets/pets.png" depth="0.2" sourcerect="330,11,42,44" origin="0.5,0.5" />
<Price baseprice="1" sold="false" canbespecial="false" />
<Deconstruct time="10">
<Item identifier="antibleeding1" />
<Item identifier="paralyxis" />
<Item identifier="calcium" />
<Item identifier="antibleeding1" amount="2" />
<Item identifier="paralyxis" amount="2" />
<Item identifier="calcium" amount="2" />
</Deconstruct>
<Body width="53" height="41" density="15" />
<Throwable characterusable="true" slots="Any,RightHand,LeftHand" throwforce="3.5" aimpos="35,-10" msg="ItemMsgPickUpSelect">
@@ -75,7 +75,7 @@
<Sprite texture="Content/Characters/Pets/pets.png" depth="0.2" sourcerect="330,265,52,44" origin="0.5,0.5" />
<Price baseprice="1" sold="false" canbespecial="false" />
<Deconstruct time="10">
<Item identifier="carbon" />
<Item identifier="carbon" amount="2" />
</Deconstruct>
<Body width="53" height="41" density="15" />
<Holdable slots="Any,RightHand,LeftHand" handle1="0,0" msg="ItemMsgPickUpSelect" />
@@ -89,7 +89,7 @@
<Price storeidentifier="merchantmine" />
</Price>
<Deconstruct time="10">
<Item identifier="chitin" />
<Item identifier="chitin" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<RequiredItem identifier="chitin" />

View File

@@ -5,7 +5,7 @@
<PreferredContainer primary="wreckstoragecab,abandonedstoragecab,piratestoragecab" amount="2" spawnprobability="0.1"/>
<PreferredContainer primary="outpostcrewcabinet" amount="2" spawnprobability="0.2"/>
<Deconstruct time="10">
<Item identifier="organicfiber" />
<Item identifier="organicfiber" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<Item identifier="organicfiber" amount="2" />
@@ -36,7 +36,7 @@
<PreferredContainer primary="wreckstoragecab,abandonedstoragecab,piratestoragecab" />
<PreferredContainer primary="outpostcrewcabinet" />
<Deconstruct time="10">
<Item identifier="organicfiber" amount="3" />
<Item identifier="organicfiber" amount="6" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20" requiresrecipe="true">
<Item identifier="organicfiber" amount="5" />
@@ -72,7 +72,7 @@
<PreferredContainer secondary="wreckstoragecab,abandonedstoragecab,piratestoragecab"/>
<PreferredContainer secondary="outpostcrewcabinet"/>
<Deconstruct time="10">
<Item identifier="steel" />
<Item identifier="steel" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<RequiredSkill identifier="mechanical" level="20" />
@@ -132,8 +132,8 @@
<Sprite texture="Content/Items/Tools/tools.png" sourcerect="0,3,152,88" depth="0.55" origin="0.5,0.5" />
<!-- the item takes 10 seconds to break down in a deconstructor and turns into steel and plastic -->
<Deconstruct time="10">
<Item identifier="steel" />
<Item identifier="plastic" />
<Item identifier="steel" amount="2" />
<Item identifier="plastic" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<RequiredSkill identifier="mechanical" level="30" />
@@ -228,8 +228,8 @@
<Price storeidentifier="merchantengineering" minavailable="5" multiplier="0.9"/>
</Price>
<Deconstruct time="10">
<Item identifier="steel" />
<Item identifier="plastic" />
<Item identifier="steel" amount="2" />
<Item identifier="plastic" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<RequiredSkill identifier="mechanical" level="30" />
@@ -314,7 +314,7 @@
<Price storeidentifier="merchanttutorial" multiplier="0.5" minavailable="9" />
</Price>
<Deconstruct time="10">
<Item identifier="aluminium" />
<Item identifier="aluminium" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredSkill identifier="mechanical" level="20" />
@@ -361,7 +361,7 @@
<Price storeidentifier="merchantmine" multiplier="1.4" />
</Price>
<Deconstruct time="10">
<Item identifier="aluminium" />
<Item identifier="aluminium" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="15">
<RequiredSkill identifier="mechanical" level="40" />
@@ -407,8 +407,8 @@
<Price storeidentifier="merchantmine" minavailable="6" />
</Price>
<Deconstruct time="10">
<Item identifier="aluminium" />
<Item identifier="sodium" mincondition="0.5" />
<Item identifier="aluminium" amount="2" />
<Item identifier="sodium" amount="2" mincondition="0.5" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredSkill identifier="mechanical" level="20" />
@@ -450,8 +450,8 @@
<Sprite texture="Content/Items/Tools/tools.png" sourcerect="373,165,124,73" depth="0.55" origin="0.5,0.5" />
<!-- the item takes 25 seconds to break down in a deconstructor and turns into steel and plastic -->
<Deconstruct time="25">
<Item identifier="steel" />
<Item identifier="plastic" />
<Item identifier="steel" amount="2" />
<Item identifier="plastic" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="35">
<RequiredSkill identifier="mechanical" level="30" />
@@ -510,7 +510,7 @@
<Price storeidentifier="merchantengineering" minavailable="10" multiplier="0.9"/>
</Price>
<Deconstruct time="20">
<Item identifier="iron" />
<Item identifier="iron" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredSkill identifier="mechanical" level="20" />
@@ -558,7 +558,7 @@
<Price storeidentifier="merchantengineering" minavailable="10" multiplier="0.9"/>
</Price>
<Deconstruct time="10">
<Item identifier="iron" />
<Item identifier="iron" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredSkill identifier="mechanical" level="20" />
@@ -599,7 +599,7 @@
<Price storeidentifier="merchantmine" />
</Price>
<Deconstruct time="10">
<Item identifier="iron" />
<Item identifier="iron" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<RequiredSkill identifier="mechanical" level="30" />
@@ -639,8 +639,8 @@
<Price storeidentifier="merchantengineering" multiplier="0.9" minavailable="6" />
</Price>
<Deconstruct time="15">
<Item identifier="copper" />
<Item identifier="plastic" amount="2" />
<Item identifier="copper" amount="2" />
<Item identifier="plastic" amount="4" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<RequiredSkill identifier="mechanical" level="30" />
@@ -700,8 +700,8 @@
<Price storeidentifier="merchantengineering" multiplier="0.9" minavailable="6" />
</Price>
<Deconstruct time="15">
<Item identifier="copper" />
<Item identifier="plastic" amount="2" />
<Item identifier="copper" amount="2" />
<Item identifier="plastic" amount="4" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="15">
<RequiredSkill identifier="mechanical" level="30" />
@@ -754,8 +754,8 @@
<RequiredItem tag="lightcomponent" />
</Fabricate>
<Deconstruct time="15">
<Item identifier="aluminium" />
<Item identifier="lightcomponent" />
<Item identifier="aluminium" amount="2" />
<Item identifier="lightcomponent" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="704,320,64,64" origin="0.5,0.5" />
<Sprite texture="Content/Items/Tools/tools.png" sourcerect="293,185,49,18" depth="0.55" origin="0.5,0.5" />
@@ -836,8 +836,8 @@
<Price storeidentifier="merchantmine" />
</Price>
<Deconstruct time="10">
<Item identifier="flashpowder" mincondition="0.9" />
<Item identifier="plastic" mincondition="0.9" />
<Item identifier="flashpowder" amount="2" mincondition="0.9" />
<Item identifier="plastic" amount="2" mincondition="0.9" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="68,966,54,54" origin="0.5,0.5" />
<Sprite texture="Content/Items/Tools/tools.png" sourcerect="283,204,54,18" depth="0.55" origin="0.5,0.5" />
@@ -878,8 +878,8 @@
<Sprite texture="Content/Items/Tools/tools.png" sourcerect="154,22,158,77" depth="0.55" origin="0.5,0.5" />
<!-- the item takes 10 seconds to break down in a deconstructor and turns into steel and plastic -->
<Deconstruct time="10">
<Item identifier="steel" />
<Item identifier="rubber" />
<Item identifier="steel" amount="2" />
<Item identifier="rubber" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20" requiresrecipe="true">
<RequiredSkill identifier="mechanical" level="30" />
@@ -991,8 +991,8 @@
<Price storeidentifier="merchantmedical" multiplier="1.25" />
</Price>
<Deconstruct time="10">
<Item identifier="aluminium" />
<Item identifier="plastic" />
<Item identifier="aluminium" amount="2" />
<Item identifier="plastic" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredSkill identifier="medical" level="50" />
@@ -1042,7 +1042,7 @@
<PreferredContainer secondary="outpostcrewcabinet" minamount="2" maxamount="6" spawnprobability="0.4"/>
<PreferredContainer secondary="wreckstoragecab,abandonedstoragecab,piratestoragecab" minamount="2" maxamount="6" spawnprobability="0.2"/>
<Deconstruct time="10">
<Item identifier="aluminium" />
<Item identifier="aluminium" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" displayname="OxygenTankEmpty" outcondition="0.0">
<RequiredSkill identifier="mechanical" level="20" />
@@ -1082,9 +1082,9 @@
<PreferredContainer secondary="wrecksupplycab" amount="2" spawnprobability="0.04"/>
<PreferredContainer secondary="wreckstoragecab,abandonedstoragecab,piratestoragecab" amount="2" spawnprobability="0.02"/>
<Deconstruct time="10">
<Item identifier="aluminium" />
<Item identifier="liquidoxygenite" mincondition="0.1" />
<Item identifier="liquidoxygenite" mincondition="0.9" />
<Item identifier="aluminium" amount="2" />
<Item identifier="liquidoxygenite" amount="2" mincondition="0.1" />
<Item identifier="liquidoxygenite" amount="2" mincondition="0.9" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" outcondition="1.0" requiredtime="5">
<RequiredSkill identifier="mechanical" level="40" />
@@ -1133,8 +1133,8 @@
<Price storeidentifier="merchanttutorial" multiplier="0.5" minavailable="9" />
</Price>
<Deconstruct time="10">
<Item identifier="steel" />
<Item identifier="uranium" mincondition="0.95"/>
<Item identifier="steel" amount="2" />
<Item identifier="uranium" amount="2" mincondition="0.95"/>
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="15">
<RequiredSkill identifier="electrical" level="25" />
@@ -1181,9 +1181,9 @@
<Price storeidentifier="merchantengineering" multiplier="0.9" minavailable="6" />
</Price>
<Deconstruct time="10">
<Item identifier="steel" />
<Item identifier="lead" />
<Item identifier="fulgurium" mincondition="0.95"/>
<Item identifier="steel" amount="2" />
<Item identifier="lead" amount="2" />
<Item identifier="fulgurium" amount="2" mincondition="0.95"/>
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="15">
<RequiredSkill identifier="electrical" level="60" />
@@ -1225,9 +1225,9 @@
<Price storeidentifier="merchantengineering" multiplier="0.9" minavailable="6" />
</Price>
<Deconstruct time="10">
<Item identifier="steel" />
<Item identifier="lead" />
<Item identifier="thorium" mincondition="0.95"/>
<Item identifier="steel" amount="2" />
<Item identifier="lead" amount="2" />
<Item identifier="thorium" amount="2" mincondition="0.95"/>
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="15">
<RequiredSkill identifier="electrical" level="50" />
@@ -1280,7 +1280,7 @@
<RequiredItem identifier="alienblood" />
</Fabricate>
<Deconstruct time="10">
<Item identifier="ethanol" mincondition="0.9" />
<Item identifier="ethanol" amount="2" mincondition="0.9" />
</Deconstruct>
<Throwable characterusable="true" canBeCombined="true" slots="Any,RightHand,LeftHand" throwforce="3.5" aimpos="35,-10" msg="ItemMsgPickUpSelect">
<StatusEffect type="OnImpact" target="This" Condition="0.0" setvalue="true">
@@ -1314,7 +1314,7 @@
<RequiredItem identifier="copper" />
</Fabricate>
<Deconstruct time="10">
<Item identifier="ethanol" mincondition="0.9" />
<Item identifier="ethanol" amount="2" mincondition="0.9" />
</Deconstruct>
<Throwable characterusable="true" canBeCombined="true" slots="Any,RightHand,LeftHand" throwforce="3.5" aimpos="35,-10" msg="ItemMsgPickUpSelect">
<StatusEffect type="OnImpact" target="This" Condition="0.0" setvalue="true">
@@ -1348,7 +1348,7 @@
<RequiredItem identifier="zinc" />
</Fabricate>
<Deconstruct time="10">
<Item identifier="ethanol" mincondition="0.9" />
<Item identifier="ethanol" amount="2" mincondition="0.9" />
</Deconstruct>
<Throwable characterusable="true" canBeCombined="true" slots="Any,RightHand,LeftHand" throwforce="3.5" aimpos="35,-10" msg="ItemMsgPickUpSelect">
<StatusEffect type="OnImpact" target="This" Condition="0.0" setvalue="true">
@@ -1382,7 +1382,7 @@
<RequiredItem identifier="zinc" />
</Fabricate>
<Deconstruct time="10">
<Item identifier="ethanol" mincondition="0.9" />
<Item identifier="ethanol" amount="2" mincondition="0.9" />
</Deconstruct>
<Throwable characterusable="true" canBeCombined="true" slots="Any,RightHand,LeftHand" throwforce="3.5" aimpos="35,-10" msg="ItemMsgPickUpSelect">
<StatusEffect type="OnImpact" target="This" Condition="0.0" setvalue="true">
@@ -1416,7 +1416,7 @@
<RequiredItem identifier="zinc" />
</Fabricate>
<Deconstruct time="10">
<Item identifier="ethanol" mincondition="0.9" />
<Item identifier="ethanol" amount="2" mincondition="0.9" />
</Deconstruct>
<Throwable characterusable="true" canBeCombined="true" slots="Any,RightHand,LeftHand" throwforce="3.5" aimpos="35,-10" msg="ItemMsgPickUpSelect">
<StatusEffect type="OnImpact" target="This" Condition="0.0" setvalue="true">
@@ -1438,8 +1438,8 @@
<InventoryIcon texture="Content/Items/InventoryIconAtlas2.png" sourcerect="384,256,62,64" />
<Sprite texture="Content/Items/Weapons/weapons_new.png" sourcerect="263,193,150,87" depth="0.55" origin="0.5,0.5" />
<Deconstruct time="10">
<Item identifier="steel" />
<Item identifier="plastic" />
<Item identifier="steel" amount="2" />
<Item identifier="plastic" amount="2" />
</Deconstruct>
<Body width="150" height="77" density="25" />
<Holdable slots="Any,RightHand+LeftHand" controlpose="true" aimpos="50,0" handle1="-55,-20" handle2="-15,-10" msg="ItemMsgPickUpSelect" />

View File

@@ -229,7 +229,7 @@
<Price storeidentifier="merchantarmory" multiplier="0.9" minavailable="9" />
</Price>
<Deconstruct time="10">
<Item identifier="aluminium" />
<Item identifier="aluminium" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<RequiredSkill identifier="weapons" level="40" />
@@ -271,8 +271,8 @@
<Price storeidentifier="merchantarmory" sold="true" multiplier="0.9" minavailable="3"/>
</Price>
<Deconstruct time="10">
<Item identifier="physicorium" mincondition="0.95" />
<Item identifier="aluminium" />
<Item identifier="physicorium" amount="2" mincondition="0.95" />
<Item identifier="aluminium" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<RequiredSkill identifier="weapons" level="55" />
@@ -316,7 +316,7 @@
<Price storeidentifier="merchantarmory" multiplier="0.9" minavailable="9" />
</Price>
<Deconstruct time="10">
<Item identifier="aluminium" />
<Item identifier="aluminium" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<RequiredSkill identifier="weapons" level="60" />

View File

@@ -297,7 +297,7 @@
<Price storeidentifier="merchantarmory" multiplier="0.9" minavailable="45"/>
</Price>
<Deconstruct time="10">
<Item identifier="aluminium"/>
<Item identifier="aluminium" amount="2"/>
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<RequiredSkill identifier="weapons" level="25"/>
@@ -354,8 +354,8 @@
<RequiredItem tag="ammobox" mincondition="0.0" maxcondition="0.1" usecondition="false" description="fabricationdescription.ammoboxrecycle" header="fabricationheader.ammoboxrecycle" defaultitem="physicoriumammobox" />
</Fabricate>
<Deconstruct time="10">
<Item identifier="physicorium" mincondition="0.95"/>
<Item identifier="aluminium"/>
<Item identifier="physicorium" amount="2" mincondition="0.95"/>
<Item identifier="aluminium" amount="2"/>
</Deconstruct>
<!--<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="320,128,64,64" />-->
<Sprite texture="Content/Items/Containers/containers.png" depth="0.54" sourcerect="918,788,95,78" origin="0.5,0.5" />
@@ -390,8 +390,8 @@
<Price storeidentifier="merchantarmory" sold="true" multiplier="0.9" maxavailable="2" minleveldifficulty="5" />
</Price>
<Deconstruct time="10">
<Item identifier="sodium" mincondition="0.95" />
<Item identifier="aluminium" />
<Item identifier="sodium" amount="2" mincondition="0.95" />
<Item identifier="aluminium" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<RequiredSkill identifier="weapons" level="50" />
@@ -438,7 +438,7 @@
<Price storeidentifier="merchantarmory" multiplier="0.9" minavailable="24" minleveldifficulty="5"/>
</Price>
<Deconstruct time="10">
<Item identifier="aluminium"/>
<Item identifier="aluminium" amount="2"/>
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<RequiredSkill identifier="weapons" level="30" />
@@ -497,7 +497,7 @@
<RequiredItem tag="ammobox" mincondition="0.0" maxcondition="0.1" usecondition="false" description="fabricationdescription.ammoboxrecycle" header="fabricationheader.ammoboxrecycle" defaultitem="coilgunammobox" />
</Fabricate>
<Deconstruct time="10">
<Item identifier="aluminium"/>
<Item identifier="aluminium" amount="2"/>
</Deconstruct>
<!--<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="320,128,64,64" />-->
<Sprite texture="Content/Items/Containers/containers2.png" depth="0.54" sourcerect="2,192,95,78" origin="0.5,0.5" />

View File

@@ -40,8 +40,8 @@
<Price storeidentifier="merchantmine" multiplier="1.25" />
</Price>
<Deconstruct time="10">
<Item identifier="iron" />
<Item identifier="uex" />
<Item identifier="iron" amount="2" />
<Item identifier="uex" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<RequiredSkill identifier="weapons" level="25" />
@@ -104,9 +104,9 @@
<Price storeidentifier="merchantmine" multiplier="1.25" />
</Price>
<Deconstruct time="20">
<Item identifier="iron" />
<Item identifier="uranium" />
<Item identifier="incendium" />
<Item identifier="iron" amount="2" />
<Item identifier="uranium" amount="2" />
<Item identifier="incendium" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="30">
<RequiredSkill identifier="weapons" level="40" />
@@ -180,8 +180,8 @@
<Price sold="false" />
</Price>
<Deconstruct time="10">
<Item identifier="iron" />
<Item identifier="uranium" />
<Item identifier="iron" amount="2" />
<Item identifier="uranium" amount="2" />
<!-- clear the rest of the deconstruction -->
<Item />
</Deconstruct>
@@ -204,9 +204,9 @@
<Price storeidentifier="merchantmine" sold="false" multiplier="1.25" />
</Price>
<Deconstruct time="10">
<Item identifier="iron" />
<Item identifier="copper" />
<Item identifier="plastic" amount="2" />
<Item identifier="iron" amount="2" />
<Item identifier="copper" amount="2" />
<Item identifier="plastic" amount="4" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<RequiredSkill identifier="weapons" level="25" />
@@ -267,9 +267,9 @@
<Price storeidentifier="merchantmine" multiplier="1.25" />
</Price>
<Deconstruct time="20">
<Item identifier="iron" />
<Item identifier="uranium" />
<Item identifier="incendium" />
<Item identifier="iron" amount="2" />
<Item identifier="uranium" amount="2" />
<Item identifier="incendium" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="30">
<RequiredSkill identifier="weapons" level="40" />
@@ -349,8 +349,8 @@
<Price sold="false" />
</Price>
<Deconstruct time="10">
<Item identifier="iron" />
<Item identifier="uranium" />
<Item identifier="iron" amount="2" />
<Item identifier="uranium" amount="2" />
<!-- clear the rest of the deconstruction -->
<Item />
</Deconstruct>
@@ -367,7 +367,7 @@
<Price storeidentifier="merchantarmory" sold="true" multiplier="0.9" minavailable="18" />
</Price>
<Deconstruct time="10">
<Item identifier="steel" />
<Item identifier="steel" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<RequiredSkill identifier="weapons" level="25" />

View File

@@ -253,8 +253,8 @@
<RequiredItem identifier="fpgacircuit" />
</Fabricate>
<Deconstruct time="5">
<Item identifier="copper" />
<Item identifier="plastic" />
<Item identifier="copper" amount="2" />
<Item identifier="plastic" amount="2" />
</Deconstruct>
<Body width="40" height="22" density="20" />
<Holdable selectkey="Action" pickkey="Use" slots="Any,RightHand,LeftHand" msg="ItemMsgDetachWrench" aimpos="35,-10" handle1="0,0" attachable="true" aimable="true">
@@ -312,8 +312,8 @@
<RequiredItem tag="wire" />
</Fabricate>
<Deconstruct time="5">
<Item identifier="copper" />
<Item identifier="plastic" />
<Item identifier="copper" amount="2" />
<Item identifier="plastic" amount="2" />
</Deconstruct>
<Body width="40" height="22" density="20" />
<Holdable selectkey="Action" pickkey="Use" slots="Any,RightHand,LeftHand" msg="ItemMsgDetachWrench" aimpos="35,-10" handle1="0,0" attachable="true" aimable="true">

View File

@@ -189,7 +189,7 @@
<Price storeidentifier="merchantarmory" multiplier="0.9" minavailable="45" minleveldifficulty="10"/>
</Price>
<Deconstruct time="10">
<Item identifier="aluminium"/>
<Item identifier="aluminium" amount="2"/>
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<RequiredSkill identifier="weapons" level="25"/>
@@ -299,7 +299,7 @@
<Price storeidentifier="merchantarmory" multiplier="0.9" minavailable="24" minleveldifficulty="10"/>
</Price>
<Deconstruct time="10">
<Item identifier="aluminium"/>
<Item identifier="aluminium" amount="2"/>
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<RequiredSkill identifier="weapons" level="25"/>
@@ -426,8 +426,8 @@
<RequiredItem tag="ammobox" mincondition="0.0" maxcondition="0.1" usecondition="false" description="fabricationdescription.ammoboxrecycle" header="fabricationheader.ammoboxrecycle" defaultitem="flakcannonammoboxphysicorium" />
</Fabricate>
<Deconstruct time="10">
<Item identifier="physicorium" mincondition="0.95"/>
<Item identifier="aluminium"/>
<Item identifier="physicorium" amount="2" mincondition="0.95"/>
<Item identifier="aluminium" amount="2"/>
</Deconstruct>
<Sprite texture="Content/Items/Containers/containers.png" depth="0.54" sourcerect="800,878,95,78" origin="0.5,0.5" />
<Body width="90" height="72" density="30" />
@@ -537,8 +537,8 @@
<Price storeidentifier="merchantarmory" multiplier="0.9" minavailable="24" minleveldifficulty="15"/>
</Price>
<Deconstruct time="10">
<Item identifier="c4block" mincondition="0.95" />
<Item identifier="aluminium" />
<Item identifier="c4block" amount="2" mincondition="0.95" />
<Item identifier="aluminium" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<RequiredSkill identifier="weapons" level="50" />
@@ -663,9 +663,9 @@
<Price storeidentifier="merchantarmory" multiplier="0.9" />
</Price>
<Deconstruct time="10">
<Item identifier="dementonite" mincondition="0.95" />
<Item identifier="dementonite" mincondition="0.5" />
<Item identifier="aluminium" />
<Item identifier="dementonite" amount="2" mincondition="0.95" />
<Item identifier="dementonite" amount="2" mincondition="0.5" />
<Item identifier="aluminium" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<RequiredSkill identifier="weapons" level="50" />

View File

@@ -200,8 +200,8 @@
<Price storeidentifier="merchantarmory" multiplier="0.9" />
</Price>
<Deconstruct time="10">
<Item identifier="lithium" mincondition="0.95"/>
<Item identifier="aluminium" />
<Item identifier="lithium" amount="2" mincondition="0.95"/>
<Item identifier="aluminium" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<RequiredSkill identifier="weapons" level="50" />
@@ -243,8 +243,8 @@
<Price storeidentifier="merchantarmory" multiplier="0.9" />
</Price>
<Deconstruct time="10">
<Item identifier="fulgurium" mincondition="0.95"/>
<Item identifier="aluminium" />
<Item identifier="fulgurium" amount="2" mincondition="0.95"/>
<Item identifier="aluminium" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<RequiredSkill identifier="weapons" level="65" />

View File

@@ -135,7 +135,7 @@
<Price storeidentifier="merchantarmory" multiplier="0.9" minavailable="30" />
</Price>
<Deconstruct time="10">
<Item identifier="steel" />
<Item identifier="steel" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<RequiredSkill identifier="weapons" level="25" />
@@ -203,9 +203,9 @@
<Price storeidentifier="merchantarmory" sold="true" multiplier="0.9" minavailable="3" minleveldifficulty="35" />
</Price>
<Deconstruct time="10">
<Item identifier="steel" />
<Item identifier="uranium" />
<Item identifier="incendium" />
<Item identifier="steel" amount="2" />
<Item identifier="uranium" amount="2" />
<Item identifier="incendium" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="30">
<RequiredSkill identifier="weapons" level="40" />
@@ -283,8 +283,8 @@
<Price sold="false" />
</Price>
<Deconstruct time="10">
<Item identifier="steel" />
<Item identifier="uranium" />
<Item identifier="steel" amount="2" />
<Item identifier="uranium" amount="2" />
<!-- clear the rest of the deconstruction -->
<Item />
</Deconstruct>
@@ -307,7 +307,7 @@
<Price storeidentifier="merchantarmory" multiplier="0.9" />
</Price>
<Deconstruct time="20">
<Item identifier="physicorium" />
<Item identifier="physicorium" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<RequiredSkill identifier="weapons" level="30" />
@@ -400,7 +400,7 @@
<Price storeidentifier="merchantarmory" multiplier="0.9" minavailable="15" />
</Price>
<Deconstruct time="10">
<Item identifier="steel" />
<Item identifier="steel" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<RequiredSkill identifier="weapons" level="25" />
@@ -449,7 +449,7 @@
<Price storeidentifier="merchantarmory" multiplier="0.9" />
</Price>
<Deconstruct time="20">
<Item identifier="dementonite" />
<Item identifier="dementonite" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<RequiredSkill identifier="weapons" level="30" />
@@ -548,7 +548,7 @@
<RequiredItem identifier="ballisticfiber" />
</Fabricate>
<Deconstruct time="10">
<Item identifier="ballisticfiber"/>
<Item identifier="ballisticfiber" amount="2"/>
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="576,320,64,64" origin="0.5,0.5" />
<Sprite texture="TurretsAndDepthCharges.png" sourcerect="538,209,219,29" depth="0.55" origin="0.5,0.5" />

View File

@@ -145,9 +145,9 @@
<Price storeidentifier="merchantarmory" multiplier="0.9" minavailable="9" />
</Price>
<Deconstruct time="10">
<Item identifier="steel" />
<Item identifier="plastic" />
<Item identifier="tin" />
<Item identifier="steel" amount="2" />
<Item identifier="plastic" amount="2" />
<Item identifier="tin" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<RequiredSkill identifier="weapons" level="30" />
@@ -289,8 +289,8 @@
<Price storeidentifier="merchantarmory" multiplier="0.9" minavailable="9" />
</Price>
<Deconstruct time="10">
<Item identifier="steel" />
<Item identifier="plastic" />
<Item identifier="steel" amount="2" />
<Item identifier="plastic" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="35" requiresrecipe="true">
<RequiredSkill identifier="weapons" level="35" />
@@ -383,7 +383,7 @@
<RequiredItem identifier="smgmagazine" mincondition="0.0" maxcondition="0.1" usecondition="false" />
</Fabricate>
<Deconstruct time="10">
<Item identifier="steel" />
<Item identifier="steel" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="960,960,64,64" />
<Sprite texture="Content/Items/Weapons/weapons_new.png" depth="0.54" sourcerect="146,157,21,44" origin="0.5,0.5" />
@@ -418,8 +418,8 @@
<RequiredItem identifier="titaniumaluminiumalloy" amount="2" />
</Fabricate>
<Deconstruct time="10">
<Item identifier="plastic" />
<Item identifier="titaniumaluminiumalloy" />
<Item identifier="plastic" amount="2" />
<Item identifier="titaniumaluminiumalloy" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="832,830,64,64" origin="0.5,0.5" />
<Sprite texture="Content/Items/Weapons/weapons_new.png" sourcerect="0,121,144,80" depth="0.55" origin="0.5,0.5" />
@@ -476,8 +476,8 @@
<Price storeidentifier="merchantarmory" multiplier="0.9" minavailable="18" />
</Price>
<Deconstruct time="10">
<Item identifier="iron" />
<Item identifier="phosphorus" mincondition="0.9" />
<Item identifier="iron" amount="2" />
<Item identifier="phosphorus" amount="2" mincondition="0.9" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<RequiredSkill identifier="weapons" level="30" />
@@ -555,8 +555,8 @@
</Price>
<Upgrade gameversion="0.9.3.0" scale="0.5" />
<Deconstruct time="10">
<Item identifier="iron" />
<Item identifier="copper" mincondition="0.9" />
<Item identifier="iron" amount="2" />
<Item identifier="copper" amount="2" mincondition="0.9" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredSkill identifier="weapons" level="30" />
@@ -629,8 +629,8 @@
<Price storeidentifier="merchantarmory" multiplier="0.9" minavailable="9" />
</Price>
<Deconstruct time="10">
<Item identifier="iron" />
<Item identifier="sodium" />
<Item identifier="iron" amount="2" />
<Item identifier="sodium" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<RequiredSkill identifier="weapons" level="60" />
@@ -800,8 +800,8 @@
<Price storeidentifier="merchantarmory" multiplier="0.9" minavailable="18" />
</Price>
<Deconstruct time="10">
<Item identifier="steel" />
<Item identifier="plastic" />
<Item identifier="steel" amount="2" />
<Item identifier="plastic" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredSkill identifier="weapons" level="30" />
@@ -879,7 +879,7 @@
<Price storeidentifier="merchanthusk" minavailable="0" maxavailable="2"/>
</Price>
<Deconstruct time="10">
<Item identifier="iron" />
<Item identifier="iron" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredSkill identifier="weapons" level="30" />
@@ -923,8 +923,8 @@
<Price storeidentifier="merchantarmory" sold="true" multiplier="0.9" minavailable="3" />
</Price>
<Deconstruct time="10">
<Item identifier="steel" />
<Item identifier="titaniumaluminiumalloy" />
<Item identifier="steel" amount="2" />
<Item identifier="titaniumaluminiumalloy" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="896,831,64,64" origin="0.5,0.5" />
<Sprite texture="Content/Items/Weapons/weapons_new.png" sourcerect="0,244,186,65" depth="0.55" origin="0.5,0.5" />
@@ -982,8 +982,8 @@
<Price storeidentifier="merchantarmory" sold="true" multiplier="0.9" minavailable="12" />
</Price>
<Deconstruct time="5">
<Item identifier="iron" />
<Item identifier="sodium" />
<Item identifier="iron" amount="2" />
<Item identifier="sodium" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredSkill identifier="weapons" level="30" />
@@ -1025,8 +1025,8 @@
<Price storeidentifier="merchantarmory" sold="true" multiplier="0.9" minavailable="12" />
</Price>
<Deconstruct time="5">
<Item identifier="iron" />
<Item identifier="phosphorus" />
<Item identifier="iron" amount="2" />
<Item identifier="phosphorus" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredSkill identifier="weapons" level="30" />
@@ -1070,9 +1070,9 @@
<Price storeidentifier="merchantarmory" multiplier="0.9" minavailable="9" />
</Price>
<Deconstruct time="10">
<Item identifier="steel" />
<Item identifier="titaniumaluminiumalloy" />
<Item identifier="plastic" />
<Item identifier="steel" amount="2" />
<Item identifier="titaniumaluminiumalloy" amount="2" />
<Item identifier="plastic" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="60" requiresrecipe="true">
<RequiredSkill identifier="weapons" level="55" />
@@ -1216,8 +1216,8 @@
<Price storeidentifier="merchantarmory" multiplier="0.9" minavailable="12" />
</Price>
<Deconstruct time="10">
<Item identifier="steel" />
<Item identifier="plastic" />
<Item identifier="steel" amount="2" />
<Item identifier="plastic" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20">
<RequiredSkill identifier="weapons" level="40" />
@@ -1357,8 +1357,8 @@
<PreferredContainer secondary="wrecksecarmcab,abandonedsecarmcab,piratesecarmcab" spawnprobability="0.1" />
<Price baseprice="931" sold="false" canbespecial="false" />
<Deconstruct time="10">
<Item identifier="steel" />
<Item identifier="titaniumaluminiumalloy" />
<Item identifier="steel" amount="2" />
<Item identifier="titaniumaluminiumalloy" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas2.png" sourcerect="320,320,64,64" origin="0.5,0.5" />
<Sprite texture="Content/Items/Weapons/weapons_new.png" sourcerect="262,70,184,51" depth="0.55" origin="0.5,0.25" />
@@ -1409,8 +1409,8 @@
<PreferredContainer secondary="wrecksecarmcab,wreckarmcab,abandonedsecarmcab,piratesecarmcab,abandonedarmcab,piratearmcab" amount="12" spawnprobability="0.1" />
<Price baseprice="550" sold="false" canbespecial="false" />
<Deconstruct time="5">
<Item identifier="steel" />
<Item identifier="iron" />
<Item identifier="steel" amount="2" />
<Item identifier="iron" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas2.png" sourcerect="448,256,64,64" origin="0.5,0.5" />
<Sprite texture="Content/Items/Weapons/weapons_new.png" sourcerect="262,363,172,14" depth="0.55" origin="0.5,0.5" />
@@ -1443,8 +1443,8 @@
<PreferredContainer secondary="wrecksecarmcab,abandonedsecarmcab,piratesecarmcab" spawnprobability="0.1" />
<Price baseprice="770" sold="false" canbespecial="false" />
<Deconstruct time="10">
<Item identifier="iron" />
<Item identifier="morbusine" />
<Item identifier="iron" amount="2" />
<Item identifier="morbusine" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas2.png" sourcerect="448,320,64,64" origin="0.5,0.5" />
<Sprite texture="Content/Items/Weapons/weapons_new.png" sourcerect="186,183,63,16" depth="0.55" origin="0.5,0.5" />
@@ -1477,8 +1477,8 @@
<PreferredContainer secondary="wrecksecarmcab,abandonedsecarmcab,piratesecarmcab" spawnprobability="0.1" />
<Price baseprice="1064" sold="false" canbespecial="false" />
<Deconstruct time="10">
<Item identifier="steel" />
<Item identifier="plastic" />
<Item identifier="steel" amount="2" />
<Item identifier="plastic" amount="2" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas2.png" sourcerect="384,320,64,64" origin="0.5,0.5" />
<Sprite texture="Content/Items/Weapons/weapons_new.png" sourcerect="263,135,145,56" depth="0.55" origin="0.5,0.5" />
@@ -1536,9 +1536,9 @@
<Price storeidentifier="merchantarmory" multiplier="0.9" minavailable="9" />
</Price>
<Deconstruct time="10">
<Item identifier="steel" />
<Item identifier="titaniumaluminiumalloy" />
<Item identifier="plastic" />
<Item identifier="steel" amount="2" />
<Item identifier="titaniumaluminiumalloy" amount="2" />
<Item identifier="plastic" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="60" requiresrecipe="true">
<RequiredSkill identifier="weapons" level="55" />
@@ -1673,9 +1673,9 @@
<RequiredItem identifier="rubber" />
</Fabricate>
<Deconstruct time="35">
<Item identifier="physicorium" amount="2" />
<Item identifier="titaniumaluminiumalloy" amount="2" />
<Item identifier="rubber" />
<Item identifier="physicorium" amount="4" />
<Item identifier="titaniumaluminiumalloy" amount="4" />
<Item identifier="rubber" amount="2" />
</Deconstruct>
<Sprite texture="Content/Items/Weapons/weapons_new.png" sourcerect="262,436,230,72" depth="0.55" origin="0.5,0.5" />
<Body width="220" height="60" density="30" />
@@ -1769,7 +1769,7 @@
<RequiredItem identifier="hmgmagazine" mincondition="0.0" maxcondition="0.1" usecondition="false" />
</Fabricate>
<Deconstruct time="15">
<Item identifier="steel" />
<Item identifier="steel" amount="2" />
</Deconstruct>
<Sprite texture="Content/Items/Weapons/weapons_new.png" sourcerect="208,88,29,37" depth="0.55" origin="0.5,0.5" />
<Body width="29" height="37" density="25" />
@@ -1821,9 +1821,9 @@
<Price storeidentifier="merchantarmory" multiplier="0.9" minavailable="9" />
</Price>
<Deconstruct time="10">
<Item identifier="aluminium" />
<Item identifier="plastic" />
<Item identifier="copper" />
<Item identifier="aluminium" amount="2" />
<Item identifier="plastic" amount="2" />
<Item identifier="copper" amount="2" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="20" requiresrecipe="true">
<RequiredSkill identifier="weapons" level="30" />
@@ -1884,8 +1884,8 @@
<Price storeidentifier="merchantarmory" multiplier="0.9" minavailable="6" />
</Price>
<Deconstruct time="10">
<Item identifier="steel" />
<Item identifier="plastic" />
<Item identifier="steel" amount="2" />
<Item identifier="plastic" amount="2" />
</Deconstruct>
<Sprite texture="Content/Items/Weapons/weapons_new.png" sourcerect="270,295,107,49" depth="0.55" origin="0.5,0.5" />
<Body width="100" height="44" density="25" />

View File

@@ -231,7 +231,7 @@
<Description tag="talentdescription.blooddonor" />
<AbilityGroupEffect abilityeffecttype="OnAnyMissionCompleted">
<Abilities>
<CharacterAbilityPutItem itemidentifier="antibloodloss2" amount="2"/>
<CharacterAbilityPutItem itemidentifier="antibloodloss2" amount="8"/>
</Abilities>
</AbilityGroupEffect>
</Talent>

Submodule Daedalic Entertainment GmbH updated: f9c0451861...73ad1b146f

120
cookmods.yml Normal file
View File

@@ -0,0 +1,120 @@
- name: removehash
regex: (expectedhash="[^"]+")
lua: |
s1 = ""
files:
- "LocalMods/**/filelist.xml"
- name: containers
regex: '(?-s)capacity="(?<capacity>!num)"(?:!anyslotsperrow="(?<slotsperrow>!num))?'
lua: |
if capacity == 1 then return false end
-- file:find("fabricators.xml") then
-- apacity=round(capacity*1.5)
-- eturn true
--
capacity=round(capacity*3)
if capacity > 50 then capacity=50 end
if not slotsperrow then return true end
slotsperrow=1
while slotsperrow * slotsperrow < capacity do
slotsperrow = slotsperrow + 1
end
files:
- "LocalMods/**/*.xml"
- name: containerscontainable
# Just to be safe... Probably not needed though...
isolate: true
regex: capacity="(?<capacity>!num).{0,200}?Containable.{0,50}?items="([^"]+)"
lua: |
-- If we fuck with the diving gear the game fucking explodes
-- Thinking we don't have oxygen tanks and killing us
if file:find("divinggear.xml") then return false end
if file:find("weapons.xml") then return false end
if capacity == 1 then return false end
print(s1)
local gurantee = {"ammobox", "deepdiving", "smallitem", "mediumitem", "largeitem"}
local has = {}
local items = strsplit(s1, ",")
for i, item in pairs(items) do
for _, g in pairs(gurantee) do
if string.find(item, g) then
has[g] = true
end
end
end
for _, g in pairs(gurantee) do
if not has[g] then
s1 = s1 .. "," .. g
end
end
files:
- "LocalMods/**/*.xml"
- name: excludeditems
regex: <Containable!any(\s?excludeditems="[^"]+")
lua: |
s1 = ""
files:
- "LocalMods/**/*.xml"
- name: maxstacksize
regex: 'maxstacksize="!num'
lua: |
=60
files:
- "LocalMods/**/*.xml"
- name: maxstacksizecharacterinventory
regex: 'maxstacksizecharacterinventory="!num'
lua: |
=60
files:
- "LocalMods/**/*.xml"
- name: morebetterquality
regex: (?-s)QualityStat!anyvalue="!num"
lua: |
round(v1 * 3, 2)
files:
- "LocalMods/**/*.xml"
- name: morewires
nodedup: true
regex: (?-s)<output!any(maxwires="(?<maxwires>!num)"|/>)
lua: |
print(maxwires, v1, s1)
if maxwires then
maxwires = round(maxwires * 4, 2)
else
s1 = " maxwires=\"10\" />"
end
files:
- "LocalMods/**/*.xml"
- name: deconstruction
isolate: true
regex: <Deconstruct.{0,50}?>(.{0,400}?)</Deconstruct>
lua: |
-- print("start:", s1)
local lines = strsplit(s1, "\n")
local newLines = {}
for _, line in pairs(lines) do
if line:find("Item identifier=") then
local amount = line:match("amount=\"(%d+)\"")
if amount then
line = line:gsub("amount=\"%d+\"", "amount=\"" .. amount*2 .. "\"")
else
line = line:gsub("(identifier=\"%w+\")", "%1 amount=\"2\"")
end
end
newLines[#newLines + 1] = line
end
-- print("end:", table.concat(newLines, "\n"))
s1 = table.concat(newLines, "\n")
files:
- "LocalMods/**/*.xml"

View File

@@ -193,16 +193,24 @@
- "Content/Items/**/*.xml"
- name: deconstruction
regex: <Deconstruct!any>(!any)</Deconstruct>
isolate: true
regex: <Deconstruct.{0,50}?>(.{0,400}?)</Deconstruct>
lua: |
-- print("start:", s1)
local lines = strsplit(s1, "\n")
local newLines = {}
for _, line in pairs(lines) do
if line ~= "" then
newLines[#newLines + 1] = line
newLines[#newLines + 1] = line
if line:find("Item identifier=") then
local amount = line:match("amount=\"(%d+)\"")
if amount then
line = line:gsub("amount=\"%d+\"", "amount=\"" .. amount*2 .. "\"")
else
line = line:gsub("(identifier=\"%w+\")", "%1 amount=\"2\"")
end
end
newLines[#newLines + 1] = line
end
-- print("end:", table.concat(newLines, "\n"))
s1 = table.concat(newLines, "\n")
files:
- "Content/Items/**/*.xml"