Lemon: Difference between revisions

From PZwiki
mNo edit summary
mNo edit summary
Line 7: Line 7:
</td></tr></table>
</td></tr></table>


A perishable food item that goes bad as time passes.<br> Lemons are often found within houses, inside of [[refrigerator]]s and [[containers#Kitchen_cupboard|kitchen cupboards]], and in the corpses of defeated zombies.
A perishable food item that goes bad as time passes. Lemons are often found within houses, inside of [[refrigerator]]s and [[containers#Kitchen_cupboard|kitchen cupboards]], and in the corpses of defeated zombies. They reduce hunger by a total of 15 points.


== Code ==
<nowiki>item Apple
{
HungerChange = -15,
Weight = 0.2,
Type = Food,
DaysTotallyRotten = 9,
DisplayName = Lemon,
Icon = Lemon,
DaysFresh = 7,
}</nowiki>


{| class="wikitable sortable" style="text-align:center;"
{| class="wikitable sortable" style="text-align:center;"

Revision as of 11:48, 3 September 2013

Lemon
Lemon.png Hunger: -15

A perishable food item that goes bad as time passes. Lemons are often found within houses, inside of refrigerators and kitchen cupboards, and in the corpses of defeated zombies. They reduce hunger by a total of 15 points.


Code

item Apple
{
			HungerChange	=	-15,
		Weight	=	0.2,
		Type	=	Food,
		DaysTotallyRotten	=	9,
		DisplayName	=	Lemon,
		Icon	=	Lemon,
		DaysFresh	=	7,
}
Item Effects
Lemon.png

Ripe

Hunger -15
Lemon rotten.png

Rotten

Hunger -?? Unhappiness -??


Template:Navbox/Consumables