Processed Cheese

From PZwiki
Revision as of 22:14, 15 October 2014 by Proknifer (talk | contribs) (Created page with "{{consumables |image = DAIRYProcessedCheese.png |weight = 0,1 |hunger = -10 }} Processed cheese is a perishable food which is mostly found in refrigerators. =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Processed cheese is a perishable food which is mostly found in refrigerators.

Nutritional information

It takes 6 in-game days for the food to go stale and 10 to rot .

Template:Consumables2

Code

item Processedcheese
	{
		HungerChange	=	-10,
		Weight	=	0.1,
		Type	=	Food,
		DaysTotallyRotten	=	10,
		DisplayName	=	Processed cheese,
		Icon	=	Processedcheese,
		DaysFresh	=	6,
	}