Ice Cream: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 1: Line 1:
{{languages}}
{{languages}}
<table border=0 cellspacing=10 style="float:right; valign=top;"> <tr> <td style="background: #f7f7f7; border: 1px solid #ccc; vertical-align: top; width:180px;"> 
{{Items
<div style="margin: 5px; background: #3E3E3E; padding: 5px; font-weight: bold; text-align: center; font-size: 120%; color:#ffffff;"><div style="float: right;"></div> {{PAGENAME}}</div> 
|image=Ice cream.png
<div style="padding: 0em 1em;">
|hunger = -15
<center>[[Image: Ice cream.png|120px]] <small>Hunger: -15 <br> Weight: 0.2</small></center>
|weight = 0.2
</div> 
}}
</td></tr></table>
 
Cold, delicious, non-perishable ice cream that takes away 15 points of hunger. It is usually found in most refrigerators in most houses and in certain stores.
Cold, delicious, non-perishable ice cream that takes away 15 points of hunger. It is usually found in most refrigerators in most houses and in certain stores.


== Code ==
<nowiki>item Icecream
{
HungerChange = -15,
Weight = 0.2,
AlwaysWelcomeGift = true,
Type = Food,
DisplayName = Icecream,
Icon = Icecream,
}</nowiki>
<!--
== Crafting ==
ITEM NAME can be used in the following recipes:
{| class="wikitable" width="550" style="text-align:center;"
|-
! Ingredients || Other Items || Output || Description
|-
| Ingredient + Ingredient || Oven/None || What the recipe makes || Brief description of what it makes.
|}
-->


{{Navbox/Consumables}}
{{Navbox/Consumables}}

Revision as of 14:12, 7 November 2014

Template:Items Cold, delicious, non-perishable ice cream that takes away 15 points of hunger. It is usually found in most refrigerators in most houses and in certain stores.


Template:Navbox/Consumables