Advertisement
frightfulactions

Expanded Ammo Types Recipes.xml

Jul 25th, 2015
824
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.35 KB | None | 0 0
  1.         <!-- Expanded Ammunition Types -->
  2.         <!-- WARNING : blunderbussAmmoShredder replaces a Blunderbuss ammos, remove them from this file. -->
  3.     <recipe name="blunderbussAmmoShredder" count="1" scrapable="False" >
  4.         <ingredient name="scrapIron" count="1"/>
  5.         <ingredient name="gunPowder" count="1"/>
  6.         <ingredient name="paper" count="1"/>
  7.     </recipe>  
  8.     <recipe name="HollowTip" count="1" scrapable="False" craft_area="forge" craft_tool="anvil" material_based="true">
  9.         <ingredient name="unit_lead" count="1"/>
  10.         <ingredient name="unit_clay" count="1"/>
  11.     </recipe>
  12.     <recipe name="10mmBulletHP" count="1" scrapable="True" >
  13.         <ingredient name="HollowTip" count="1" />
  14.         <ingredient name="gunPowder" count="2"/>
  15.         <ingredient name="bulletCasing" count="1"/>
  16.     </recipe>
  17.     <recipe name="10mmBulletINC" count="1" scrapable="True"  >
  18.         <ingredient name="HollowTip" count="1" />
  19.         <ingredient name="gunPowder" count="2"/>
  20.         <ingredient name="bulletCasing" count="1"/>
  21.     </recipe>
  22.     <recipe name="44MagBulletHP" count="1" scrapable="True"  >
  23.         <ingredient name="HollowTip" count="1" />
  24.         <ingredient name="gunPowder" count="3"/>
  25.         <ingredient name="bulletCasing" count="1"/>
  26.     </recipe>
  27.     <recipe name="44MagBulletINC" count="1" scrapable="True"  >
  28.         <ingredient name="HollowTip" count="1" />
  29.         <ingredient name="gunPowder" count="3"/>
  30.         <ingredient name="bulletCasing" count="1"/>
  31.     </recipe>
  32.     <recipe name="762mmBulletHP" count="1" scrapable="True"  >
  33.         <ingredient name="HollowTip" count="1" />
  34.         <ingredient name="gunPowder" count="3"/>
  35.         <ingredient name="bulletCasing" count="1"/>
  36.     </recipe>
  37.     <recipe name="762mmBulletINC" count="1" scrapable="True"  >
  38.         <ingredient name="HollowTip" count="1" />
  39.         <ingredient name="gunPowder" count="3"/>
  40.         <ingredient name="bulletCasing" count="1"/>
  41.     </recipe>
  42.     <recipe name="9mmBulletHP" count="1" scrapable="True"  >
  43.         <ingredient name="HollowTip" count="1" />
  44.         <ingredient name="gunPowder" count="1"/>
  45.         <ingredient name="bulletCasing" count="1"/>
  46.     </recipe>
  47.     <recipe name="9mmBulletINC" count="1" scrapable="True"  >
  48.         <ingredient name="HollowTip" count="1" />
  49.         <ingredient name="gunPowder" count="1"/>
  50.         <ingredient name="bulletCasing" count="1"/>
  51.     </recipe>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement