Advertisement
Azarikesh

generic ammo recipes

Dec 10th, 2018
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.86 KB | None | 0 0
  1. <configs>
  2.  
  3. <!-- Original author's recipes, using intermediary items and quests to generate ammo
  4.    <append xpath="/recipes">
  5.        <recipe name="Ammo Supply 9mm" count="1">
  6.             <ingredient name="Generic Ammo Supply" count="1"/>
  7.        </recipe>
  8.  
  9.        <recipe name="Ammo Supply 44Mag" count="1">
  10.             <ingredient name="Generic Ammo Supply" count="1"/>
  11.        </recipe>
  12.  
  13.        <recipe name="Ammo Supply 762mm" count="1">
  14.             <ingredient name="Generic Ammo Supply" count="1"/>
  15.         </recipe>
  16.  
  17.         <recipe name="Ammo Supply Shotgun" count="1">
  18.             <ingredient name="Generic Ammo Supply" count="1"/>
  19.         </recipe>
  20.  
  21.         <recipe name="Ammo Supply ShotgunSlug" count="1">
  22.             <ingredient name="Generic Ammo Supply" count="1"/>
  23.         </recipe>
  24.  
  25.         <recipe name="meleeToolStoneAxeTazas" count="1">
  26.             <ingredient name="meleeToolStoneAxe" count="1"/>
  27.             <ingredient name="resourceRockSmall" count="40"/>
  28.             <ingredient name="resourceYuccaFibers" count="20"/>
  29.             <ingredient name="resourceWood" count="10"/>
  30.             <ingredient name="resourceClayLump" count="20"/>
  31.         </recipe>
  32.     </append>
  33. -->
  34.        
  35.     <append xpath="/recipes">
  36.         <recipe name="ammo9mmBullet" count="50">
  37.             <ingredient name="Generic Ammo Supply" count="1"/>
  38.         </recipe>
  39.     </append>
  40.        
  41.     <append xpath="/recipes">
  42.         <recipe name="ammo44MagnumBullet" count="25">
  43.             <ingredient name="Generic Ammo Supply" count="1"/>
  44.         </recipe>
  45.     </append>
  46.        
  47.     <append xpath="/recipes">
  48.         <recipe name="ammo762mmBulletFMJ" count="20">
  49.             <ingredient name="Generic Ammo Supply" count="1"/>
  50.         </recipe>
  51.     </append>
  52.        
  53.     <append xpath="/recipes">
  54.         <recipe name="ammoShotgunShell" count="25">
  55.             <ingredient name="Generic Ammo Supply" count="1"/>
  56.         </recipe>
  57.     </append>
  58.        
  59.     <append xpath="/recipes">
  60.         <recipe name="ammoShotgunSlug" count="25">
  61.             <ingredient name="Generic Ammo Supply" count="1"/>
  62.         </recipe>      
  63.     </append>
  64. </configs>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement