Pop

From PZwiki
Revision as of 17:13, 9 May 2018 by Vaileasys (talk | contribs) (fixed languages links)


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