Ice Cream: Difference between revisions

From PZwiki
(updated with melted icecream)
(Updated page, +nutritional info, slightly changed description+links, +navigation, +info,)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages}}
{{languages}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[Icecream|Icecream]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = Ice cream.png
|image = Ice cream.png
Line 8: Line 11:
}}
}}


Cold, delicious, non-perishable ice cream that takes away 15 points of hunger and reduces unhappiness by -10. It is usually found in most refrigerators in most houses and in certain stores. Ice cream melts into Melted Icecream, which gives the same hunger bonus but no happiness bonus.
Cold, delicious, [[Food#Non-Perishable|non-perishable]] ice cream that takes away 30 points of hunger and reduces unhappiness by 10. <br>
It is usually found in most [[Containers#Kitchen_cupboard|refrigerators]] in most houses and in certain stores. Ice cream melts into Melted Icecream, which gives the same hunger bonus but no happiness bonus.
 
 
== Nutritional Information ==
Ice Cream while solid provides -30 hunger and -10 unhappiness. However after 1 day, it melts and no-longer provides a happiness boost.
<br>
<br>
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 180 <br>
Proteins = 26 <br>
Lipids = 84 <br>
Calories = 1680 <br><br>
 
== Code ==
<br>
''Ice Cream (Frozen/Solid)''
<nowiki>
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,
</nowiki>
''Ice Cream (Once melted)''
<nowiki>
item IcecreamMelted
HungerChange = -30,
Weight = 0.2,
Type = Food,
DisplayName = Melted Icecream,
Icon = IcecreamMelted,
      Carbohydrates = 180,
        Proteins = 26,
        Lipids = 84,
        Calories = 1680,
        Packaged = TRUE,
    </nowiki>


== History ==
== History ==
Line 20: Line 71:
| 32.20 || Possibly due to a bug, ice cream does not expire.
| 32.20 || Possibly due to a bug, ice cream does not expire.
|}
|}
== Code ==
<nowiki>item Icecream
HungerChange = -30,
Weight = 0.2,
UnhappyChange = -10,
AlwaysWelcomeGift = true,
Type = Food,
DisplayName = Icecream,
Icon = Icecream,
</nowiki>


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Food]]
[[Category:Non-Perishable Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 32.20]]
[[Category:Version 34.28]]

Revision as of 19:22, 3 July 2016


Page Updated @ Version: 34.28
   Navigation - Index -> 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 most refrigerators in most houses and in certain stores. Ice cream melts into Melted Icecream, which gives the same hunger bonus but no happiness bonus.


Nutritional Information

Ice Cream while solid provides -30 hunger and -10 unhappiness. However after 1 day, it melts and no-longer provides a happiness boost.

It's Nutritional Values are as follows:
Carbohydrates = 180
Proteins = 26
Lipids = 84
Calories = 1680

Code


Ice Cream (Frozen/Solid)

	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 (Once melted)

	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