Advertisement
frightfulactions

7DTD Expanded WeaponsTools Recipes.xml

Aug 3rd, 2015
2,409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.52 KB | None | 0 0
  1.         <!-- Expanded Weapons and Tools Mod -->
  2.     <recipe name="gunBoltRifle" count="1" scrapable="True" craft_area="assembly" >
  3.     <ingredient name="flashlight02" count="0"/>
  4.     <ingredient name="partsHuntingRifle_barrel" count="1"/>
  5.     <ingredient name="partsHuntingRifle_stock" count="1"/>
  6.     <ingredient name="partsHuntingRifle_receiver" count="1"/>
  7.     <ingredient name="partsBoltRifle_parts" count="1" />
  8.     </recipe>
  9.     <recipe name="gunSniperRifleHPScope" count="1" scrapable="True" craft_area="assembly" >
  10.     <ingredient name="flashlight02" count="0" />
  11.     <ingredient name="partsSniperRifle_barrel" count="1"/>
  12.     <ingredient name="gunScope" count="1"/>
  13.     <ingredient name="partsSniperRifle_stock" count="1"/>
  14.     <ingredient name="partsSniperRifle_parts" count="1"/>
  15.     </recipe>
  16.     <recipe name="ironCrossbow" count="1" scrapable="False" >
  17.   <ingredient name="forgedIron" count="5" />
  18.   <ingredient name="leather" count="2" />
  19.     <ingredient name="wood" count="10"/>
  20.     </recipe>
  21.     <recipe name="ironBow" count="1" scrapable="False" >
  22.     <ingredient name="forgedIron" count="6" />
  23.     <ingredient name="wood" count="6"/>
  24.     <ingredient name="leather" count="1"  />
  25.     <ingredient name="yuccaFibers" count="3"/>
  26.     </recipe>
  27.     <recipe name="combatAxe" count="1" scrapable="False" >
  28.         <ingredient name="forgedIron" count="8"/>
  29.         <ingredient name="wood" count="8"/>
  30.     </recipe>
  31.     <recipe name="weedCleaver" count="1" scrapable="False" >
  32.         <ingredient name="forgedIron" count="4"/>
  33.         <ingredient name="wood" count="3"/>
  34.     </recipe>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement