Pop: Difference between revisions

From PZwiki
(New infobox + new layout)
m (added quote)
Line 23: Line 23:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Pop<br>Base.Pop2<br>Base.Pop3
|class_name=Base.Pop<br>Base.Pop2<br>Base.Pop3
}}'''Pop''' is a [[Food#Non-Perishable|non-perishable]] food [[items|item]].
}}{{Quote|text=&#9834; Never let the music stop! &#9834;<br>&#9834; Grab, grab, grab a can of POP! &#9834;|author=In-game radio}}
'''Pop''' is a [[Food#Non-Perishable|non-perishable]] food [[items|item]].


==Usage==
==Usage==

Revision as of 15:26, 19 September 2018

Pop
Pop
Empty Pop Can
General
Category Food
Encumbrance
Heavy Load
0.3
Packaged True
Nutrition
Hunger
Hunger
-8
Thirst
Thirst
-60
Calories
Calories
140
Carbohydrates
Carbohydrates
39
Proteins
Proteins
0
Fat
Fat
0
Effect
Unhappiness
Unhappiness
-10
Technical details
Item ID Base.Pop
Base.Pop2
Base.Pop3
♪ Never let the music stop! ♪
♪ Grab, grab, grab a can of POP! ♪
— In-game radio

Pop is a non-perishable food item.

Usage

Cans of Pop can be eaten, providing the player with some positive effects, including reducing unhappiness. Once fully consumed, an empty pop can will be left.

Unlike bottles of water, it has to be drunk manually to satiate thirst.

Distribution

Cans of Pop can be found in Pop vending machines, offices, Spiffo's, bars, motel rooms, restaurants, some refrigerators, theatres, and candy stores.

Code

From items.txt (Project Zomboid directory/media/scripts/)

Diet Pop Pop.png Retrieved: Build 40.16

	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 Pop2.png Retrieved: Build 40.16

	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,

Fizz Pop3.png Retrieved: Build 40.16

	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