Ice Cream

From PZwiki
Revision as of 11:00, 16 August 2018 by Vaileasys (talk | contribs) (Vaileasys moved page Ice Cream to Ice Cream: official display name)


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

Icecream is a non-perishable food item found in the freezers of many houses and certain stores.
Icecream melts into melted icecream if left out of a freezer for more than 1 day.


Nutritional information

Melted icecream does not provide the -10 unhappiness bonus given by frozen icecream.

Its nutritional values are as follows:
Carbohydrates = 180
Proteins = 26
Lipids = 84
Calories = 1680

Code


Icecream (frozen/solid) Icecream.png

	item Icecream
		HungerChange		= -30,
		Weight			= 0.2,
		UnhappyChange		= -10,
        	DaysFresh		= 1,
        	DaysTotallyRotten	= 1,
		AlwaysWelcomeGift	= true,
		Type			= Food,
		DisplayName		= Icecream,
		Icon			= Icecream,
        	Carbohydrates 		= 180,
        	Proteins 		= 26,
        	Lipids 			= 84,
        	Calories 		= 1680,
        	ReplaceOnRotten 	= IcecreamMelted,
        	Packaged 		= TRUE,
 

Icecream (melted) IcecreamMelted.png

	item IcecreamMelted
		HungerChange		= -30,
		Weight			= 0.2,
		Type			= Food,
		DisplayName		= Melted Icecream,
		Icon			= IcecreamMelted,
       		Carbohydrates 		= 180,
        	Proteins 		= 26,
        	Lipids 			= 84,
        	Calories 		= 1680,
        	Packaged 		= TRUE,
    

History

Alpha
34.27 Added 'Melted Icecream'
32.20 Possibly due to a bug, ice cream does not expire.

Template:Navbox/Consumables