Advertisement
frightfulactions

Expanded Player Storage Recipes.xml

May 23rd, 2015
1,618
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.21 KB | None | 0 0
  1.         <!-- Expanded Player Storage Mod -->   
  2.     <recipe name="cntEPSMunitionsBox" count="1" scrapable="False" >
  3.         <ingredient name="forgedIron" count="6" />
  4.     </recipe>
  5.     <recipe name="cntEPSCardboardBox" count="1" scrapable="False" >
  6.         <ingredient name="paper" count="16" />
  7.         <ingredient name="ductTape" count="1" />
  8.     </recipe>
  9.     <recipe name="cntEPSFileCabinet" count="1" scrapable="False" >
  10.         <ingredient name="forgedIron" count="10" />
  11.     </recipe>
  12.     <recipe name="cntEPSLockers" count="1" scrapable="False" >
  13.         <ingredient name="forgedIron" count="12" />
  14.     </recipe>
  15.     <recipe name="cntEPSFridge" count="1" scrapable="False" >
  16.         <ingredient name="forgedIron" count="15" />
  17.         <ingredient name="shortMetalPipe" count="3" />
  18.         <ingredient name="cookingGrill" count="3" />
  19.     </recipe>
  20.     <recipe name="cntEPSFridgeBottom" count="1" scrapable="False" >
  21.         <ingredient name="forgedIron" count="10" />
  22.         <ingredient name="shortMetalPipe" count="1" />
  23.         <ingredient name="cookingGrill" count="1" />
  24.     </recipe>
  25.     <recipe name="cntEPSFridgeTop" count="1" scrapable="False" >
  26.         <ingredient name="forgedIron" count="10" />
  27.         <ingredient name="shortMetalPipe" count="1" />
  28.         <ingredient name="cookingGrill" count="1" />
  29.     </recipe>
  30.     <recipe name="cntEPSBookcase" count="1" scrapable="False" >
  31.   <ingredient name="wood" count="10"  />
  32.     </recipe>
  33.     <recipe name="cntEPSMedicineCabinet" count="1" scrapable="False" >
  34.   <ingredient name="wood" count="8"  />
  35.        </recipe>
  36.     <recipe name="cntEPSPillCase" count="1" scrapable="False" >
  37.   <ingredient name="wood" count="8"  />
  38. </recipe>
  39.     <recipe name="cntEPSBeerCooler" count="1" scrapable="False" >
  40.   <ingredient name="wood" count="8"  />
  41. </recipe>
  42.     <recipe name="cntEPSWallSafe" count="1" scrapable="False" >
  43.     <ingredient name="forgedIron" count="10"/>
  44.     <ingredient name="spring" count="2"/>
  45.     </recipe>
  46.     <recipe name="cntEPSCoffin" count="1" scrapable="False" >
  47.   <ingredient name="wood" count="8"  />
  48.     </recipe>
  49.     <recipe name="cntEPSGasPump" count="1" scrapable="False" >
  50.         <ingredient name="forgedIron" count="15" />
  51.         <ingredient name="shortMetalPipe" count="5" />
  52.     </recipe>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement