Milk: Difference between revisions

From PZwiki
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{Items
{{Items
|image = Milk package.png  
|image = Milk package.png  
|weight = 1 <br>Thirst: -5 <br> Hunger: -5
|weight = 0.3 <br>Thirst: -100 <br> Hunger: -10
}}
}}


A carton of milk
A carton of milk that gets rid of 100 thirst and gets rid of 10 hunger.




== Code ==
<nowiki>item Icecream
{
HungerChange = -10,
Weight = 0.3,
AlwaysWelcomeGift = true,
Type = Food,
ThirstChange = -100,
DisplayName = Milk,
Icon = Milk,
}</nowiki>


<!--
<!--

Revision as of 11:46, 3 September 2013

Template:Items

A carton of milk that gets rid of 100 thirst and gets rid of 10 hunger.


Code

item Icecream
{
HungerChange	=	-10,
		Weight	=	0.3,
		AlwaysWelcomeGift	=	true,
		Type	=	Food,
		ThirstChange	=	-100,
		DisplayName	=	Milk,
		Icon	=	Milk,
}