Bacon

From PZwiki
Revision as of 18:33, 26 February 2018 by N1ghtmar3 (talk | contribs)


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Perishable Foods -> Bacon   


Bacon is a perishable food item that goes bad over time. It can be found in refrigerators, and can be crafted into bacon rashers using a kitchen knife, which then can be crafted into bacon bits also using a kitchen knife. It is more efficient to eat bacon bits, rather than bacon rashers, or the whole bacon slice itself. Bacon takes three in-game days to go stale, and five in-game days to rot.

Nutritional Information

Template:Consumables2























It's Nutritional Values are as follows:
Carbohydrates = 0
Proteins = 10
Lipids = 14
Calories = 160

Crafting

Name Recipe Description Crafting Level
























Evolved Recipes

Product Nutrition
Stew
Stew
12
Stir Fry
Stir Fry
12
Roasted Vegetables
Roasted Vegetables
12
Sandwich
Sandwich
12
Burger
Burger
12
Pie (savory)
Pie (savory)
12
Rice Pot/Saucepan
Rice Pot/Saucepan
12
Pasta Pot/Saucepan
Pasta Pot/Saucepan
12

Trapping

Bacon Bits (bacon cut up as rashers, then cut into bits as shown in recipes) can also be used in traps to capture mice and rats.

Refer to trapping for further information.

Code

	
    item Bacon
		Type			= Food,
		DisplayName		= Bacon,
		Icon			= Bacon,
		Weight			= 0.3,
		IsCookable		= true,
		MinutesToCook   	= 20,
		MinutesToBurn   	= 50,
		HungerChange 		= -12,
		DaysFresh 		= 3,
		DaysTotallyRotten 	= 5,
		DangerousUncooked 	= true,
		EvolvedRecipe       	= Stew:12;Pie:12;Stir fry:12;Sandwich:12|Cooked;Burger:12;Roasted Vegetables:12;RicePot:12;RicePan:12;PastaPot:12;PastaPan:12,
		FoodType    		= Meat,
        	Carbohydrates 		= 0,
        	Proteins 		= 10,
        	Lipids 			= 14,
        	Calories 		= 160,
        	Packaged 		= TRUE,

See Also

Template:Navbox/Consumables