Pop: Difference between revisions

From PZwiki
(Updating Navigational Bar with Complete Listing - Noted slight change)
m (fixed container links)
Line 11: Line 11:
|weight = 0.3
|weight = 0.3
}}
}}
Pop is drink item often found in [[Containers#Kitchen_cupboard|kitchen cupboards]] and vending machines as well as the supermarkets. It is a [[Food#Non-Perishable|non-perishable]] item.
Pop is drink item often found in [[Containers#Kitchen Counter|kitchen counters]] and [[Containers#Vending Machines|vending machines]] as well as the supermarkets. It is a [[Food#Non-Perishable|non-perishable]] item.
<br>
<br>
Unlike bottles of water, it has to be drunk manually to satiate thirst.
Unlike bottles of water, it has to be drunk manually to satiate thirst.
Line 19: Line 19:
Pop provides when completely drunk: -8 hunger, -60 Thirst and -10 Unhappiness.  
Pop provides when completely drunk: -8 hunger, -60 Thirst and -10 Unhappiness.  


'''It's Nutritional Values are as follows:'''<br>
'''Its Nutritional Values are as follows:'''<br>
Carbohydrates = 39 <br>
Carbohydrates = 39 <br>
Proteins = 0 <br>
Proteins = 0 <br>

Revision as of 18:13, 9 May 2018


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

Pop is drink item often found in kitchen counters and vending machines as well as the supermarkets. It is a non-perishable item.
Unlike bottles of water, it has to be drunk manually to satiate thirst.

Nutritional Information

Pop provides when completely drunk: -8 hunger, -60 Thirst and -10 Unhappiness.

Its Nutritional Values are as follows:
Carbohydrates = 39
Proteins = 0
Lipids = 0
Calories = 140

Code

Pop Can No.1 Pop.png

item Pop 
		HungerChange		= -8,
		Weight			= 0.3,	
		AlwaysWelcomeGift	= TRUE,
		Type			= Food,	
		UnhappyChange		= -10,
		ThirstChange		= -60,
		DisplayName		= Pop,
		Icon			= Pop,
		CustomContextMenu 	= Drink,
		CustomEatSound 		= PZ_DrinkingFromBottle,
                Carbohydrates 		= 39,
                Proteins 		= 0,
                Lipids 			= 0,
                Calories 		= 140,
                Packaged 		= TRUE,
                CantBeFrozen 		= TRUE,

Pop Can No.2 Pop2.png

item Pop2 
		HungerChange		= -8,
 		Weight			= 0.3,	
		AlwaysWelcomeGift	= TRUE,
 		Type			= Food,	
		UnhappyChange		= -10,
		ThirstChange		= -60,
		DisplayName		= Pop,
		Icon			= Pop2,
		CustomContextMenu 	= Drink,
		CustomEatSound 		= PZ_DrinkingFromBottle,
                Carbohydrates 		= 39,
                Proteins 		= 0,
                Lipids 			= 0,
                Calories 		= 140,
                Packaged 		= TRUE,
                CantBeFrozen 		= TRUE,

Pop Can No.3 Pop3.png

item Pop3 
		HungerChange		= -8,
		Weight			= 0.3,	
		AlwaysWelcomeGift	= TRUE,
		Type			= Food,	
		UnhappyChange		= -10,
		ThirstChange		= -60,
		DisplayName		= Pop,
		Icon			= Pop3,
		CustomContextMenu 	= Drink,
		CustomEatSound 		= PZ_DrinkingFromBottle,
                Carbohydrates 		= 39,
                Proteins 		= 0,
                Lipids 			= 0,
                Calories 		= 140,
                Packaged 		= TRUE,
                CantBeFrozen 		= TRUE,

See Also

Template:Navbox/Consumables