Processed Cheese: Difference between revisions

From PZwiki
(Created page with "{{consumables |image = DAIRYProcessedCheese.png |weight = 0,1 |hunger = -10 }} Processed cheese is a perishable food which is mostly found in refrigerators. =...")
 
No edit summary
Line 10: Line 10:
It takes 6 in-game days for the food to go stale and 10 to rot .
It takes 6 in-game days for the food to go stale and 10 to rot .


{{Consumables2
[[Hunger]]: -10
|image = DAIRYProcessedCheese.png
|hunger = -10
|thirst = 0
|unrotten hunger = 0
|unrotten boredom = 0
|unrotten unhappiness = 0
|unrotten thirst = 0
|unrotten image = DAIRYProcessedCheese.png
|rotten hunger = 0
|rotten boredom = 0
|rotten unhappiness = 0
|rotten thirst = 0
|perishable = 1
|rotten image = DAIRYProcessedCheese.png
}}


== Code ==
== Code ==

Revision as of 23:20, 15 October 2014


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 .

Hungry: -10

Code

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