Ice Cream: Difference between revisions

From PZwiki
m (fixed container links)
mNo edit summary
Line 10: Line 10:
|unhappiness = -10
|unhappiness = -10
}}
}}
Cold, delicious, [[Food#Non-Perishable|non-perishable]] [[Icecream|ice cream]] that takes away 30 points of hunger and reduces unhappiness by 10. <br>
'''Icecream''' is a [[Food#Non-Perishable|non-perishable]] food item found in the [[Containers#Refrigerators|freezers]] of many houses and certain stores. <br>
It is usually found in the freezer of most [[Containers#Refrigerators|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.
Icecream melts into melted icecream if left out of a freezer for more than 1 day.




== Nutritional Information ==
== Nutritional information ==
Ice cream provides -30 hunger and -10 unhappiness. [[File:Icecream.png]]<br>
Melted icecream does not provide the -10 unhappiness bonus given by frozen icecream.
Melted ice cream provides -30 hunger and no happiness bonus. [[File:IcecreamMelted.png]]
<br><br>
<br><br>
'''Its Nutritional Values are as follows:'''<br>
'''Its nutritional values are as follows:'''<br>
Carbohydrates = 180 <br>
Carbohydrates = 180 <br>
Proteins = 26 <br>
Proteins = 26 <br>
Line 26: Line 25:
== Code ==
== Code ==
<br>
<br>
''Ice Cream (Frozen/Solid)'' [[File:Icecream.png]]
''Icecream (frozen/solid)'' [[File:Icecream.png]]
  <nowiki>
  <nowiki>
item Icecream
item Icecream
Line 45: Line 44:
         Packaged = TRUE,
         Packaged = TRUE,
  </nowiki>
  </nowiki>
''Ice Cream (Melted)'' [[File:IcecreamMelted.png]]
''Icecream (melted)'' [[File:IcecreamMelted.png]]
  <nowiki>
  <nowiki>
item IcecreamMelted
item IcecreamMelted

Revision as of 00:04, 25 July 2018


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