Orange Soda: Difference between revisions

From PZwiki
mNo edit summary
m (replaced code and fixed values)
Line 10: Line 10:


== Effects ==
== Effects ==
[[Hunger]]: -10<br>
[[Hunger]]: -15<br>
[[Thirst]]: -100<br>
[[Thirst]]: -85<br>
[[Unhappy]]: -10
[[Unhappy]]: -10


Line 22: Line 22:


== Code ==
== Code ==
  <nowiki>item PopBottle
  <nowiki> item PopBottle
{
{
Type = Food,
HungerChange = -15,
DisplayName = Orange Soda,
Weight = 0.8,
Icon = Pop4,
Type = Food,
Weight = 1.5,
UnhappyChange = -10,
ThirstChange = -100,
ThirstChange = -85,
HungerChange = -10,
DisplayName = Orange Soda,
UnhappyChange = -10,
ReplaceOnUse = PopBottleEmpty,
ReplaceOnUse = PopBottleEmpty,
Icon = Pop4,
CustomContextMenu = Drink,
}
}</nowiki>
}</nowiki>



Revision as of 13:46, 24 April 2014


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