Orange Soda

From PZwiki
Revision as of 20:14, 18 March 2016 by Cheryl (talk | contribs)


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