Orange Soda: Difference between revisions

From PZwiki
mNo edit summary
No edit summary
Line 1: Line 1:
{{languages}}
{{languages|Orange Soda}}
{{Consumables
{{Consumables
|image = Orangedrink.png
|image = Orangedrink.png

Revision as of 20:14, 18 March 2016


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