Orange Soda

From PZwiki
Revision as of 13:46, 24 April 2014 by LuckerLuke (talk | contribs) (replaced code and fixed values)


Unlike its bottle counterpart, the pop, it satiates hunger in addition to boredom and thirst. After using the Orange soda, it will become empty, and you can refill the bottle of soda at a faucet. It is found in vending machines and in many kitchen drawers.


Effects

Hungry: -15
Moodles: -85
Unhappy: -10





Code

	item PopBottle
	{
		HungerChange	=	-15,
		Weight	=	0.8,
		Type	=	Food,
		UnhappyChange	=	-10,
		ThirstChange	=	-85,
		DisplayName	=	Orange Soda,
		ReplaceOnUse	=	PopBottleEmpty,
		Icon	=	Pop4,
		CustomContextMenu = Drink,
	}
}

Template:Navbox/Consumables