Advertisement
frightfulactions

Survivor Notes Recipes

Jul 17th, 2015
1,428
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.74 KB | None | 0 0
  1.         <!--Survivor Notes Mod --> 
  2. <recipe name="studyDesk" count="1" scrapable="False">
  3.     <ingredient name="wood" count="15"/>
  4. </recipe>
  5.     <recipe name="huntingKnifeBook" count="1" craft_area="studyDesk" scrapable="False" >
  6.     <ingredient name="survivorNotes" count="10" />
  7.   </recipe>
  8.     <recipe name="pistolBook" count="1" craft_area="studyDesk" scrapable="False" >
  9.     <ingredient name="survivorNotes" count="10" />
  10.   </recipe>
  11.     <recipe name="leatherBootsSchematic" count="1" craft_area="studyDesk" scrapable="False" >
  12.     <ingredient name="survivorNotes" count="10" />
  13.   </recipe>
  14.     <recipe name="leatherPantsSchematic" count="1" craft_area="studyDesk" scrapable="False" >
  15.     <ingredient name="survivorNotes" count="10" />
  16.   </recipe>
  17.     <recipe name="leatherJacketSchematic" count="1" craft_area="studyDesk" scrapable="False" >
  18.     <ingredient name="survivorNotes" count="10" />
  19.   </recipe>
  20.     <recipe name="leatherHoodSchematic" count="1" craft_area="studyDesk" scrapable="False" >
  21.     <ingredient name="survivorNotes" count="10" />
  22.   </recipe>
  23.     <recipe name="leatherGlovesSchematic" count="1" craft_area="studyDesk" scrapable="False" >
  24.     <ingredient name="survivorNotes" count="10" />
  25.   </recipe>
  26.     <recipe name="crossbowSchematic" count="1" craft_area="studyDesk" scrapable="False" >
  27.     <ingredient name="survivorNotes" count="10" />
  28.   </recipe>
  29.     <recipe name="flamingArrowSchematic" count="1" craft_area="studyDesk" scrapable="False" >
  30.     <ingredient name="survivorNotes" count="10" />
  31.   </recipe>
  32.     <recipe name="explodingCrossbowBoltSchematic" count="1" craft_area="studyDesk" scrapable="False" >
  33.     <ingredient name="survivorNotes" count="15" />
  34.   </recipe>
  35.     <recipe name="clubSpikedSchematic" count="1" craft_area="studyDesk" scrapable="False" >
  36.     <ingredient name="survivorNotes" count="10" />
  37.   </recipe>
  38.     <recipe name="huntingRifleSchematic" count="1" craft_area="studyDesk" scrapable="False" >
  39.     <ingredient name="survivorNotes" count="15" />
  40.   </recipe>
  41.     <recipe name="herbalAntibioticsRecipe" count="1" craft_area="studyDesk" scrapable="False" >
  42.     <ingredient name="survivorNotes" count="15" />
  43.   </recipe>
  44.     <recipe name="gasCanSchematic" count="1" craft_area="studyDesk" scrapable="False" >
  45.     <ingredient name="survivorNotes" count="15" />
  46.   </recipe>
  47.     <recipe name="pumpShotgunSchematic" count="1" craft_area="studyDesk" scrapable="False" >
  48.     <ingredient name="survivorNotes" count="15" />
  49.   </recipe>
  50.     <recipe name="sawedoffPumpShotgunSchematic" count="1" craft_area="studyDesk" scrapable="False" >
  51.     <ingredient name="survivorNotes" count="15" />
  52.   </recipe>
  53.     <recipe name="sledgehammerSchematic" count="1" craft_area="studyDesk" scrapable="False" >
  54.     <ingredient name="survivorNotes" count="15" />
  55.   </recipe>
  56.     <recipe name="firstAidKitSchematic" count="1" craft_area="studyDesk" scrapable="False" >
  57.     <ingredient name="survivorNotes" count="12" />
  58.   </recipe>
  59.     <recipe name="theEnforcerMagazine" count="1" craft_area="studyDesk" scrapable="False" >
  60.     <ingredient name="survivorNotes" count="15" />
  61.   </recipe>
  62.     <recipe name="smgSchematics" count="1" craft_area="studyDesk" scrapable="False" >
  63.     <ingredient name="survivorNotes" count="20" />
  64.   </recipe>
  65.     <recipe name="ironHelmetSchematic" count="1" craft_area="studyDesk" scrapable="False" >
  66.     <ingredient name="survivorNotes" count="16" />
  67.   </recipe>
  68.     <recipe name="ironChestArmorSchematic" count="1" craft_area="studyDesk" scrapable="False" >
  69.     <ingredient name="survivorNotes" count="16" />
  70.   </recipe>
  71.     <recipe name="ironLegArmorSchematic" count="1" craft_area="studyDesk" scrapable="False" >
  72.     <ingredient name="survivorNotes" count="16" />
  73.   </recipe>
  74.     <recipe name="ironBootsSchematic" count="1" craft_area="studyDesk" scrapable="False" >
  75.     <ingredient name="survivorNotes" count="16" />
  76.   </recipe>
  77.     <recipe name="ironGlovesSchematic" count="1" craft_area="studyDesk" scrapable="False" >
  78.     <ingredient name="survivorNotes" count="16" />
  79.   </recipe>
  80.     <recipe name="sniperRifleSchematic" count="1" craft_area="studyDesk" scrapable="False" >
  81.     <ingredient name="survivorNotes" count="20" />
  82.   </recipe>
  83.     <recipe name="minibikesForDumbshits" count="1" craft_area="studyDesk" scrapable="False" >
  84.     <ingredient name="survivorNotes" count="20" />
  85.   </recipe>
  86.     <recipe name="augerSchematic" count="1" craft_area="studyDesk" scrapable="False" >
  87.     <ingredient name="survivorNotes" count="20" />
  88.   </recipe>
  89.     <recipe name="chainsawSchematic" count="1" craft_area="studyDesk" scrapable="False" >
  90.     <ingredient name="survivorNotes" count="20" />
  91.   </recipe>
  92.     <recipe name="ak47Schematic" count="1" craft_area="studyDesk" scrapable="False" >
  93.     <ingredient name="survivorNotes" count="20" />
  94.   </recipe>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement