frightfulactions

Workstations - Recipes

Jan 2nd, 2016
526
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 11.72 KB | None | 0 0
  1.         <!-- Workstations Mod -->
  2.     <recipe name="Crafting_Workbench" count="1" scrapable="False" >
  3.         <ingredient name="wood" count="10"/>
  4.     </recipe>
  5.     <recipe name="Industrial_Workbench" count="1" scrapable="False" >
  6.         <ingredient name="wood" count="10"/>
  7.     </recipe>
  8.     <recipe name="Masonry_Workbench" count="1" scrapable="False" >
  9.         <ingredient name="wood" count="10"/>
  10.     </recipe>
  11.  
  12.     <recipe name="barbedFence" count="1" scrapable="True" craft_area="Industrial_Workbench">
  13.         <ingredient name="wood" count="2"/>
  14.         <ingredient name="forgedIron" count="1"/>
  15.     </recipe>
  16.     <recipe name="bed01" count="1" scrapable="False" craft_area="Industrial_Workbench">
  17.         <ingredient name="cloth" count="20"/>
  18.         <ingredient name="cotton" count="20"/>
  19.         <ingredient name="spring" count="10"/>
  20.         <ingredient name="shortMetalPipe" count="20"/>
  21.     </recipe>
  22.     <recipe name="desk02" count="1" scrapable="False" craft_area="Industrial_Workbench">
  23.         <ingredient name="forgedIron" count="15"/>
  24.         <ingredient name="spring" count="4" />
  25.     </recipe>  
  26.     <recipe name="deskSafe" count="1" scrapable="False" craft_area="Industrial_Workbench">
  27.         <ingredient name="forgedIron" count="5"/>
  28.     </recipe>  
  29.     <recipe name="scrapStairs" count="1" scrapable="False" craft_area="Industrial_Workbench">
  30.         <ingredient name="scrapIron" count="5"/>
  31.     </recipe>
  32.     <recipe name="ladderMetal" count="3" scrapable="False" craft_area="Industrial_Workbench">
  33.         <ingredient name="forgedIron" count="10"/>
  34.     </recipe>
  35.     <recipe name="metalTrussing" count="3" scrapable="False" craft_area="Industrial_Workbench">
  36.         <ingredient name="shortMetalPipe" count="10"/>
  37.     </recipe>
  38.     <recipe name="oilBarrel" count="1" scrapable="False" craft_area="Industrial_Workbench">
  39.         <ingredient name="gasCan" count="600"/>
  40.     </recipe>
  41.     <recipe name="storeShelving01" count="1" scrapable="False" craft_area="Industrial_Workbench">
  42.         <ingredient name="forgedIron" count="10"/>
  43.     </recipe>
  44.     <recipe name="reinforcedMetalSiding" count="1" scrapable="False" craft_area="Industrial_Workbench">
  45.         <ingredient name="scrapIron" count="5"/>
  46.     </recipe>
  47.     <recipe name="scrapIronFrame" count="1" scrapable="False" craft_area="Industrial_Workbench">
  48.         <ingredient name="scrapIron" count="10"/>
  49.     </recipe>
  50.     <recipe name="scrapIronInsideCornerFrame" count="1" scrapable="False" craft_area="Industrial_Workbench">
  51.         <ingredient name="scrapIron" count="10"/>
  52.     </recipe>
  53.     <recipe name="scrapIronOutsideCornerFrame" count="1" scrapable="False" craft_area="Industrial_Workbench">
  54.         <ingredient name="scrapIron" count="10"/>
  55.     </recipe>
  56.     <recipe name="scrapIronRampFrame" count="1" scrapable="False" craft_area="Industrial_Workbench">
  57.         <ingredient name="scrapIron" count="10"/>
  58.     </recipe>
  59.     <recipe name="secureGunSafe" count="1" scrapable="False" craft_area="Industrial_Workbench">
  60.         <ingredient name="forgedIron" count="15"/>
  61.         <ingredient name="spring" count="5"/>
  62.     </recipe>
  63.     <recipe name="tableScrapIron" count="1" scrapable="False" craft_area="Industrial_Workbench">
  64.         <ingredient name="scrapIron" count="10"/>
  65.     </recipe>
  66.     <recipe name="tableIron" count="1" scrapable="False" craft_area="Industrial_Workbench">
  67.         <ingredient name="forgedIron" count="7"/>
  68.     </recipe>
  69.  
  70.     <recipe name="barnWood" count="1" scrapable="False" craft_area="Crafting_Workbench">
  71.         <ingredient name="wood" count="20"/>
  72.         <ingredient name="plantChrysanthemum" count="1"/>
  73.     </recipe>  
  74.     <recipe name="bed02" count="1" scrapable="False" craft_area="Crafting_Workbench">
  75.         <ingredient name="cloth" count="40"/>
  76.         <ingredient name="cotton" count="40"/>
  77.         <ingredient name="shortMetalPipe" count="20"/>
  78.         <ingredient name="wood" count="20"/>
  79.         <ingredient name="spring" count="20"/>
  80.     </recipe>  
  81.     <recipe name="cabinetTop" count="1" scrapable="False" craft_area="Crafting_Workbench">
  82.         <ingredient name="wood" count="10"/>
  83.     </recipe>
  84.     <recipe name="desk01" count="1" scrapable="False" craft_area="Crafting_Workbench">
  85.         <ingredient name="wood" count="15"/>
  86.     </recipe>
  87.     <recipe name="nightstand" count="1" scrapable="False" craft_area="Crafting_Workbench">
  88.         <ingredient name="wood" count="20"/>
  89.         <ingredient name="nail" count="10"/>
  90.     </recipe>
  91.     <recipe name="oldChair" count="1" scrapable="False" craft_area="Crafting_Workbench">
  92.         <ingredient name="wood" count="10"/>
  93.         <ingredient name="nail" count="10"/>
  94.     </recipe>
  95.     <recipe name="officeChair01" count="1" scrapable="False" craft_area="Crafting_Workbench">
  96.         <ingredient name="wood" count="10"/>
  97.         <ingredient name="cotton" count="10"/>
  98.         <ingredient name="leather" count="5"/>
  99.     </recipe>  
  100.     <recipe name="woodPillar" count="1" scrapable="False" craft_area="Crafting_Workbench">
  101.         <ingredient name="wood" count="10"/>
  102.     </recipe>
  103.     <recipe name="sectionalArm" count="1" scrapable="False" craft_area="Crafting_Workbench">
  104.         <ingredient name="cloth" count="5"/>
  105.         <ingredient name="wood" count="10"/>
  106.         <ingredient name="nail" count="10"/>
  107.     </recipe>
  108.     <recipe name="sectionalArm2" count="1" scrapable="False" craft_area="Crafting_Workbench">
  109.         <ingredient name="leather" count="5"/>
  110.         <ingredient name="wood" count="10"/>
  111.         <ingredient name="nail" count="10"/>
  112.     </recipe>
  113.     <recipe name="sectionalCorner" count="1" scrapable="False" craft_area="Crafting_Workbench">
  114.         <ingredient name="wood" count="10"/>
  115.         <ingredient name="cloth" count="5"/>
  116.         <ingredient name="nail" count="10"/>
  117.     </recipe>
  118.     <recipe name="sectionalCorner2" count="1" scrapable="False" craft_area="Crafting_Workbench">
  119.         <ingredient name="wood" count="10"/>
  120.         <ingredient name="leather" count="5"/>
  121.         <ingredient name="nail" count="10"/>
  122.     </recipe>
  123.     <recipe name="sectionalMiddle" count="1" scrapable="False" craft_area="Crafting_Workbench">
  124.         <ingredient name="cloth" count="5"/>
  125.         <ingredient name="wood" count="10"/>
  126.         <ingredient name="nail" count="10"/>
  127.     </recipe>
  128.     <recipe name="sectionalMiddle2" count="1" scrapable="False" craft_area="Crafting_Workbench">
  129.         <ingredient name="leather" count="5"/>
  130.         <ingredient name="wood" count="10"/>
  131.         <ingredient name="nail" count="10"/>
  132.     </recipe>
  133.     <recipe name="shinglesWood" count="1" scrapable="False" craft_area="Crafting_Workbench">
  134.         <ingredient name="wood" count="20"/>
  135.     </recipe>  
  136.     <recipe name="stairsSmallRichwood" count="1" scrapable="False" craft_area="Crafting_Workbench">
  137.         <ingredient name="wood" count="10"/>
  138.     </recipe>
  139.     <recipe name="tableRedwood" count="1" scrapable="False" craft_area="Crafting_Workbench">
  140.         <ingredient name="plantChrysanthemum" count="1"/>
  141.         <ingredient name="wood" count="10"/>
  142.         <ingredient name="nail" count="10"/>
  143.     </recipe>
  144.     <recipe name="tableWood" count="1" scrapable="False" craft_area="Crafting_Workbench">
  145.         <ingredient name="wood" count="10"/>
  146.         <ingredient name="nail" count="10"/>
  147.     </recipe>
  148.     <recipe name="wedgeWoodShingles" count="1" scrapable="False" craft_area="Crafting_Workbench">
  149.         <ingredient name="wood" count="20"/>
  150.     </recipe>
  151.     <recipe name="window03Wood" count="1" scrapable="False" craft_area="Crafting_Workbench">
  152.         <ingredient name="wood" count="8"/>
  153.     </recipe>
  154.     <recipe name="woodenStairs" count="1" scrapable="False" craft_area="Crafting_Workbench">
  155.         <ingredient name="wood" count="10"/>
  156.     </recipe>
  157.     <recipe name="woodFence" count="1" scrapable="False" craft_area="Crafting_Workbench">
  158.         <ingredient name="wood" count="9"/>
  159.     </recipe>
  160.     <recipe name="woodFenceOldFarm" count="1" scrapable="False" craft_area="Crafting_Workbench">
  161.         <ingredient name="wood" count="5"/>
  162.     </recipe>
  163.     <recipe name="woodFrame" count="1" scrapable="False" craft_area="Crafting_Workbench">
  164.         <ingredient name="wood" count="10"/>
  165.     </recipe>
  166.     <recipe name="woodInsideCornerFrame" count="1" scrapable="False" craft_area="Crafting_Workbench">
  167.         <ingredient name="wood" count="10"/>
  168.     </recipe>
  169.     <recipe name="woodOutsideCornerFrame" count="1" scrapable="False" craft_area="Crafting_Workbench">
  170.         <ingredient name="wood" count="10"/>
  171.     </recipe>
  172.     <recipe name="woodRampFrame" count="1" scrapable="False" craft_area="Crafting_Workbench">
  173.         <ingredient name="wood" count="5"/>
  174.     </recipe>
  175.     <recipe name="woodShinglesCorner" count="2" scrapable="False" craft_area="Crafting_Workbench">
  176.         <ingredient name="wood" count="20"/>
  177.     </recipe>
  178.  
  179.     <recipe name="adobeTan" count="1" scrapable="False" craft_area="Masonry_Workbench">
  180.         <ingredient name="cement" count="1"/>
  181.         <ingredient name="crushedSand" count="10"/>
  182.     </recipe>
  183.     <recipe name="cabinet" count="1" scrapable="False" craft_area="Masonry_Workbench">
  184.         <ingredient name="cobblestones" count="5"/>
  185.         <ingredient name="cabinetTop" count="1"/>
  186.     </recipe>
  187.     <recipe name="cobblestoneFrame" count="1" scrapable="False" craft_area="Masonry_Workbench">
  188.         <ingredient name="wood" count="5"/>
  189.         <ingredient name="yuccaFibers" count="1"/>
  190.     </recipe>
  191.     <recipe name="cobblestoneRampFrame" count="1" scrapable="False" craft_area="Masonry_Workbench">
  192.         <ingredient name="wood" count="5"/>
  193.         <ingredient name="yuccaFibers" count="1"/>
  194.     </recipe>
  195.     <recipe name="concrete" count="1" scrapable="False" craft_area="Masonry_Workbench">
  196.         <ingredient name="concreteMix" count="5"/>
  197.     </recipe>
  198.     <recipe name="concreteSlope" count="6" scrapable="False" craft_area="Masonry_Workbench">
  199.         <ingredient name="concrete" count="3"/>
  200.     </recipe>
  201.     <recipe name="flagstone" count="1" scrapable="False" craft_area="Masonry_Workbench">
  202.         <ingredient name="cement" count="1"/>
  203.         <ingredient name="rockSmall" count="10"/>
  204.     </recipe>
  205.     <recipe name="flagstoneStairs" count="1" scrapable="False" craft_area="Masonry_Workbench">
  206.         <ingredient name="cement" count="1"/>
  207.         <ingredient name="rockSmall" count="10"/>
  208.     </recipe>
  209.     <recipe name="halfBlockConcrete" count="2" scrapable="False" craft_area="Masonry_Workbench">
  210.         <ingredient name="concrete" count="1"/>
  211.     </recipe>
  212.     <recipe name="poleBlockOldWood" count="4" scrapable="False" craft_area="Masonry_Workbench">
  213.         <ingredient name="wood" count="3"/>
  214.     </recipe>
  215.     <recipe name="pyramidShinglesWood" count="1" scrapable="False" craft_area="Masonry_Workbench">
  216.         <ingredient name="wood" count="20"/>
  217.     </recipe>
  218.     <recipe name="railingOldWood" count="1" scrapable="False" craft_area="Masonry_Workbench">
  219.         <ingredient name="wood" count="4"/>
  220.     </recipe>
  221.     <recipe name="redWoodPillar" count="1" scrapable="False" craft_area="Masonry_Workbench">
  222.         <ingredient name="wood" count="10"/>
  223.         <ingredient name="plantChrysanthemum" count="1"/>
  224.     </recipe>
  225.     <recipe name="stairsConcrete" count="4" scrapable="False" craft_area="Masonry_Workbench">
  226.         <ingredient name="concrete" count="4"/>
  227.     </recipe>
  228.     <recipe name="stairsStone" count="1" scrapable="False" craft_area="Masonry_Workbench">
  229.         <ingredient name="cobblestones" count="4"/>
  230.     </recipe>
  231.     <recipe name="tubeConcrete" count="3" scrapable="False" craft_area="Masonry_Workbench">
  232.         <ingredient name="concrete" count="3"/>
  233.     </recipe>
  234.     <recipe name="wedgeCabinFlagstone" count="1" scrapable="False" craft_area="Masonry_Workbench">
  235.         <ingredient name="cement" count="1"/>
  236.         <ingredient name="rockSmall" count="10"/>
  237.     </recipe>
Advertisement
Add Comment
Please, Sign In to add comment