Advertisement
Guest User

Recipes

a guest
Jan 12th, 2019
639
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. <recipe name="Fishing Rod" count="1" craft_area="workbench">
  2. <ingredient name="resourceScrapPolymers" count="50"/>
  3. <ingredient name="resourceForgedIron" count="10"/>
  4. <ingredient name="resourceDuctTape" count="10"/>
  5. <ingredient name="resourceMechanicalParts" count="5"/>
  6. </recipe>
  7.  
  8. <recipe name="Boiled Fish" count="1" craft_time = "8" craft_area="campfire" craft_tool="toolCookingPot" >
  9. <ingredient name="Raw Fish" count="1"/>
  10. <ingredient name="drinkJarBoiledWater" count="1"/>
  11. </recipe>
  12.  
  13. <recipe name="Grilled Fish" count="1" craft_time = "8" craft_area="campfire" craft_tool="toolCookingGrill" >
  14. <ingredient name="Raw Fish" count="1"/>
  15. </recipe>
  16.  
  17. <recipe name="Charred Fish" count="1" craft_time = "8" craft_area="campfire">
  18. <ingredient name="Raw Fish" count="1"/>
  19. </recipe>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement