Processed Cheese

From PZwiki
Revision as of 21:57, 15 August 2016 by MalonyJenkins (talk | contribs) (Redesigned page, + Nav Bar, + Categories, Rewrote Description, + code, +Nutritional info, +Nutritional values)


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Perishable Foods -> Processed Cheese   

Processed Cheese is a perishable food item that goes bad as time passes. Processed Cheese is often inside of refrigerators. Processed Cheese takes six in-game days to go stale, and ten in-game days to rot.

Nutritional Information

Template:Consumables2












It's Nutritional Values are as follows:
Carbohydrates = 0
Proteins = 4
Lipids = 6
Calories = 70

Evolved Recipes

Product Nutrition
Sandwich
Sandwich
5
Burger
Burger
5
Rice Pot/Saucepan
Rice Pot/Saucepan
5
Pasta Pot/Saucepan
Pasta Pot/Saucepan
5

Code

	
	item Processedcheese
		HungerChange		= -5,
		Weight			= 0.1,
		Type			= Food,
		DaysTotallyRotten	= 10,
		DisplayName		= Processed Cheese,
		Icon			= Processedcheese,
		DaysFresh		= 6,
		EvolvedRecipe 		= Sandwich:5;Burger:5;RicePot:5;RicePan:5;PastaPot:5;PastaPan:5,
		FoodType 		= NoExplicit,
        	Carbohydrates 		= 0,
        	Proteins 		= 4,
        	Lipids 			= 6,
        	Calories 		= 70,
        	Packaged 		= TRUE,

Template:Navbox/Consumables