Processed Cheese: Difference between revisions

From PZwiki
mNo edit summary
mNo edit summary
Line 11: Line 11:


[[Hunger]]: -10
[[Hunger]]: -10


== Code ==
== Code ==

Revision as of 22:22, 15 October 2014


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

Nutritional information

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

Moodles: -10




Code

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