Advertisement
frightfulactions

Armory Recipes

Dec 31st, 2015
445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 5.46 KB | None | 0 0
  1. <recipe name="clothBoots" count="1" scrapable="False" craft_area="workstationArmory" craft_tool="sewingKit">
  2.     <ingredient name="cloth" count="3"/>
  3. </recipe>
  4.  
  5. <recipe name="clothGloves" count="1" scrapable="False" craft_area="workstationArmory" craft_tool="sewingKit">
  6.     <ingredient name="cloth" count="2"/>
  7. </recipe>
  8.  
  9. <recipe name="clothHat" count="1" scrapable="False" craft_area="workstationArmory" craft_tool="sewingKit">
  10.     <ingredient name="cloth" count="4"/>
  11. </recipe>
  12.  
  13. <recipe name="clothJacket" count="1" scrapable="False" craft_area="workstationArmory" craft_tool="sewingKit">
  14.     <ingredient name="cloth" count="8"/>
  15. </recipe>
  16.  
  17. <recipe name="clothPants" count="1" scrapable="False" craft_area="workstationArmory" craft_tool="sewingKit">
  18.     <ingredient name="cloth" count="12"/>
  19. </recipe>
  20.  
  21.  
  22.  
  23.  
  24.  
  25. <recipe name="animalHideBoots" count="1" scrapable="False" craft_area="workstationArmory" craft_tool="sewingKit">
  26.     <ingredient name="animalHide" count="5"/>
  27. </recipe>
  28.  
  29. <recipe name="animalHideGloves" count="1" scrapable="False" craft_area="workstationArmory" craft_tool="sewingKit">
  30.     <ingredient name="animalHide" count="5"/>
  31. </recipe>
  32.  
  33. <recipe name="animalHideHood" count="1" scrapable="False" craft_area="workstationArmory" craft_tool="sewingKit">
  34.     <ingredient name="animalHide" count="5"/>
  35. </recipe>
  36.  
  37. <recipe name="animalHideChestArmor" count="1" scrapable="False" craft_area="workstationArmory" craft_tool="sewingKit">
  38.     <ingredient name="animalHide" count="10"/>
  39. </recipe>
  40.  
  41. <recipe name="animalHideLegArmor" count="1" scrapable="False" craft_area="workstationArmory" craft_tool="sewingKit">
  42.     <ingredient name="animalHide" count="10"/>
  43. </recipe>
  44.  
  45. <recipe name="animalHidePoncho" count="1" scrapable="False" craft_area="workstationArmory" craft_tool="sewingKit">
  46.     <ingredient name="animalHide" count="20"/>
  47. </recipe>
  48.  
  49.  
  50.  
  51.  
  52. <recipe name="leatherBoots" count="1" scrapable="False" craft_area="workstationArmory" craft_tool="tanningRack">
  53.     <ingredient name="leather" count="5"/>
  54. </recipe>
  55.  
  56. <recipe name="leatherGloves" count="1" scrapable="False" craft_area="workstationArmory" craft_tool="tanningRack">
  57.     <ingredient name="leather" count="5"/>
  58. </recipe>
  59.  
  60. <recipe name="leatherHood" count="1" scrapable="False" craft_area="workstationArmory" craft_tool="tanningRack">
  61.     <ingredient name="leather" count="5"/>
  62. </recipe>
  63.  
  64. <recipe name="leatherJacket" count="1" scrapable="False" craft_area="workstationArmory" craft_tool="tanningRack">
  65.     <ingredient name="leather" count="10"/>
  66. </recipe>
  67.  
  68. <recipe name="leatherPants" count="1" scrapable="False" craft_area="workstationArmory" craft_tool="tanningRack">
  69.     <ingredient name="leather" count="10"/>
  70. </recipe>
  71.  
  72.  
  73. <recipe name="ironBoots" count="1" scrapable="False" craft_area="workstationArmory" craft_tool="weldingTorch">
  74.     <ingredient name="forgedIron" count="5"/>
  75.     <ingredient name="leather" count="3"/>
  76. </recipe>
  77.  
  78. <recipe name="ironChestArmor" count="1" scrapable="False" craft_area="workstationArmory" craft_tool="weldingTorch">
  79.     <ingredient name="forgedIron" count="10"/>
  80.     <ingredient name="leather" count="3"/>
  81. </recipe>
  82.  
  83. <recipe name="ironGloves" count="1" scrapable="False" craft_area="workstationArmory" craft_tool="weldingTorch">
  84.     <ingredient name="forgedIron" count="5"/>
  85.     <ingredient name="leather" count="3"/>
  86. </recipe>
  87.  
  88. <recipe name="ironHelmet" count="1" scrapable="False" craft_area="workstationArmory" craft_tool="weldingTorch">
  89.     <ingredient name="forgedIron" count="5"/>
  90.     <ingredient name="leather" count="3"/>
  91. </recipe>
  92.  
  93. <recipe name="ironLegArmor" count="1" scrapable="False" craft_area="workstationArmory" craft_tool="weldingTorch">
  94.     <ingredient name="forgedIron" count="5"/>
  95.     <ingredient name="leather" count="3"/>
  96. </recipe>
  97.  
  98.  
  99. <recipe name="scrapBoots" count="1" scrapable="False" craft_area="workstationArmory" craft_tool="weldingTorch">
  100.     <ingredient name="scrapIron" count="5"/>
  101.     <ingredient name="leather" count="2"/>
  102.     <ingredient name="ductTape" count="1"/>
  103. </recipe>
  104.  
  105. <recipe name="scrapChestArmor" count="1" scrapable="False" craft_area="workstationArmory" craft_tool="weldingTorch">
  106.     <ingredient name="scrapIron" count="10"/>
  107.     <ingredient name="leather" count="5"/>
  108.     <ingredient name="ductTape" count="3"/>
  109. </recipe>
  110.  
  111. <recipe name="scrapGloves" count="1" scrapable="False" craft_area="workstationArmory" craft_tool="weldingTorch">
  112.     <ingredient name="scrapIron" count="5"/>
  113.     <ingredient name="leather" count="2"/>
  114.     <ingredient name="ductTape" count="1"/>
  115. </recipe>
  116.  
  117. <recipe name="scrapHelmet" count="1" scrapable="False" craft_area="workstationArmory" craft_tool="weldingTorch">
  118.     <ingredient name="scrapIron" count="5"/>
  119.     <ingredient name="leather" count="2"/>
  120.     <ingredient name="ductTape" count="1"/>
  121. </recipe>
  122.  
  123. <recipe name="scrapLegArmor" count="1" scrapable="False" craft_area="workstationArmory" craft_tool="weldingTorch">
  124.     <ingredient name="scrapIron" count="5"/>
  125.     <ingredient name="leather" count="2"/>
  126.     <ingredient name="ductTape" count="1"/>
  127. </recipe>
  128.  
  129.  
  130.     <recipe name="workstationArmory" count="1" scrapable="False" >
  131.         <ingredient name="wood" count="10"/>
  132.     </recipe>
  133.     <recipe name="tanningRack" count="1" scrapable="False" >
  134.         <ingredient name="wood" count="10"/>
  135.         <ingredient name="yuccaFibers" count="10"/>
  136.         <ingredient name="animalHide" count="1"/>
  137.     </recipe>
  138.     <recipe name="weldingTorch" count="1" scrapable="False" >
  139.         <ingredient name="forgedSteel" count="4" />
  140.         <ingredient name="shortMetalPipe" count="2" />
  141.     </recipe>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement