Cheese

From PZwiki
Revision as of 18:24, 29 August 2016 by MalonyJenkins (talk | contribs) (Update of NavBar.)


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

Cheese is a perishable item that goes bad as time passes, and is found within houses, inside of refrigerators. Cheese take fourteen in-game days to go stale, and twenty days in-game days to rot. Cheese can be used in multiple recipes.

Previously ingame, Cheese could be utilised to make several special recipes such as Brocolli Chicken Casserole, or the Cheese Sandwich (unique from current sandwiches) but these have since been removed.

Nutritional Information

Template:Consumables2












It's Nutritional Values are as follows:
Carbohydrates = 0.87
Proteins = 6.4
Lipids = 9.33
Calories = 113

Evolved Recipes

Product Nutrition
Soup
Soup
15
Salad
Salad
5
Sandwich
Sandwich
5
Burger
Burger
5
Pasta Pot/Saucepan
Pasta Pot/Saucepan
15

Code

	
	item Cheese
		HungerChange		= -15,
		Weight			= 0.2,
		Type			= Food,
		DaysTotallyRotten	= 20,
		DisplayName		= Cheese,
		Icon			= Cheese,
		DaysFresh		= 14,
		EvolvedRecipe 		= Soup:15;Sandwich:5;Burger:5;Salad:5;PastaPot:15;PastaPan:15,
		FoodType    		= NoExplicit,
        	Carbohydrates 		= 0.87,
        	Proteins 		= 6.4,
        	Lipids 			= 9.33,
        	Calories 		= 113,

See Also

Template:Navbox/Consumables