Orange Soda: Difference between revisions

From PZwiki
No edit summary
mNo edit summary
Line 3: Line 3:
|image = Orangedrink.png
|image = Orangedrink.png
|hunger = -10
|hunger = -10
|weight = 1
|weight = 1.5
}}
}}


Line 27: Line 27:
DisplayName = Orange Soda,
DisplayName = Orange Soda,
Icon = Pop4,
Icon = Pop4,
Weight = 1,
Weight = 1.5,
ThirstChange = -100,
ThirstChange = -100,
HungerChange = -10,
HungerChange = -10,

Revision as of 08:11, 5 May 2013


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: -10
Moodles: -100
Unhappy: -10





Code

item PopBottle
{
	Type				=			Food,
	DisplayName			=			Orange Soda,
	Icon				=			Pop4,
	Weight				=			1.5,
	ThirstChange		=			-100,
	HungerChange		=			-10,
	UnhappyChange		=			-10,
	ReplaceOnUse 		=			PopBottleEmpty,
}

Template:Navbox/Consumables