Orange Soda: Difference between revisions

From PZwiki
m (grammar fix and other minor edits)
m (fixed container links)
Line 11: Line 11:
|weight = 0.8
|weight = 0.8
}}
}}
[[Orange Soda]] is a drink item often found in [[Containers#Kitchen_cupboard|kitchen cupboards]] and vending machines. It is a [[Food#Non-Perishable|non-perishable]] item.
[[Orange Soda]] is a drink item often found in [[Containers#Kitchen Counter|kitchen counters]] and [[Containers#Vending Machines|vending machines]]. It is a [[Food#Non-Perishable|non-perishable]] item.
<br>
<br>
Upon consumption it'll reduce the user's thirst by 85, hunger by 12 and unhappiness by 10 and provides an [[Empty Pop Bottle|empty pop bottle]] to use for water storage.
Upon consumption it'll reduce the user's thirst by 85, hunger by 12 and unhappiness by 10 and provides an [[Empty Pop Bottle|empty pop bottle]] to use for water storage.

Revision as of 18:55, 9 May 2018


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Drinks -> Orange Soda   

Orange Soda is a drink item often found in kitchen counters and vending machines. It is a non-perishable item.
Upon consumption it'll reduce the user's thirst by 85, hunger by 12 and unhappiness by 10 and provides an empty pop bottle to use for water storage.

Nutritional Information


It's Nutritional Values are as follows:
Carbohydrates = 104
Proteins = 0
Lipids = 0
Calories = 400

Code

item PopBottle
		HungerChange	= -12,
		Weight		= 0.8,
		Type		= Food,
		UnhappyChange	= -10,
		ThirstChange	= -85,
		DisplayName	= Orange Soda,
		ReplaceOnUse	= PopBottleEmpty,
		Icon		= Pop4,
		CustomContextMenu = Drink,
		CustomEatSound 	= PZ_DrinkingFromBottle,
        	Carbohydrates 	= 104,
        	Proteins 	= 0,
        	Lipids 		= 0,
        	Calories 	= 400,
        	Packaged 	= TRUE,
        	CantBeFrozen 	= TRUE,

See Also

Template:Navbox/Consumables