Ice Cream

From PZwiki
Revision as of 15:30, 15 April 2018 by Vaileasys (talk | contribs) (Arranged article to be clearer)


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

Cold, delicious, non-perishable ice-cream that takes away 30 points of hunger and reduces unhappiness by 10.
It is usually found in the freezer of most refrigerators in most houses and in certain stores. Ice-cream melts into Melted Ice-cream if left out of a freezer for more than 1 day.


Nutritional Information

Ice-cream provides -30 hunger and -10 unhappiness. Icecream.png
Melted Ice-cream provides -30 hunger and no happiness bonus. IcecreamMelted.png

Its Nutritional Values are as follows:
Carbohydrates = 180
Proteins = 26
Lipids = 84
Calories = 1680

Code


Ice-cream (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,
 

Ice-cream (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