Pop

From PZwiki
Revision as of 02:27, 4 June 2012 by 14.32.248.195 (talk)


Pop is a drinkable item that satiates both thirst and unhappiness. It's often found on the floor with crisps in many houses and in the supermarket, and it is found in kitchen Containers usually in Vending machines. Unlike bottles of water, it has to be drunk manually to satiate thirst.


Effects

Hungry: 0
Moodles: -100
Unhappy: -10





Code

item Pop
{
	Type				=			Food,
	DisplayName			=			Pop,
	Icon				=			Pop,
	Weight				=			1,
	HungerChange 		=			0,
	AlwaysWelcomeGift 	=	 		true,
	ThirstChange		=			-100,
	HungerChange		=			-10,
	UnhappyChange		=			-10,

}
item Pop2
{
	Type				=			Food,
	DisplayName			=			Pop,
	Icon				=			Pop2,
	Weight				=			1,
	HungerChange 		=			0,
	AlwaysWelcomeGift 	=	 		true,
	ThirstChange		=			-100,
	HungerChange		=			-10,
	UnhappyChange		=			-10,
}
item Pop3
{
	Type				=			Food,
	DisplayName			=			Pop,
	Icon				=			Pop3,
	Weight				=			1,
	HungerChange 		=			0,
	AlwaysWelcomeGift 	=	 		true,
	ThirstChange		=			-100,
	HungerChange		=			-10,
	UnhappyChange		=			-10,
}

Template:Navbox/Consumables