Pop: Difference between revisions

From PZwiki
mNo edit summary
(added empty pop can link + changed navbox)
Line 1: Line 1:
{{languages|Pop}}
{{languages}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=16}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=16}}{{Infobox food
|display_name=Pop
|display_name=Pop
Line 17: Line 17:
|alternate_image4=PopEmpty.png
|alternate_image4=PopEmpty.png
|alternate_name4=Empty Pop Can
|alternate_name4=Empty Pop Can
|alternate_link4=
|alternate_link4=Empty Pop Can
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 37: Line 37:


==Usage==
==Usage==
Pop can be drunk, providing the player with some positive effects, including reducing [[Moodles#Unhappy|unhappiness]]. Once fully consumed, an '''empty pop can''' will be left.
Pop can be drunk, providing the player with some positive effects, including reducing [[Moodles#Unhappy|unhappiness]]. Once fully consumed, an [[Empty Pop Can|empty pop can]] will be left.


Unlike [[Water Bottle|bottles of water]], pop has to be drunk manually to satiate [[Moodles#Thirst|thirst]].
Unlike [[Water Bottle|bottles of water]], pop has to be drunk manually to satiate [[Moodles#Thirst|thirst]].
Line 112: Line 112:
*[[Milk]]
*[[Milk]]


{{Navbox/Consumables}}
{{Navbox_food}}
[[Category:Drinks]]
[[Category:Drinks]]

Revision as of 04:52, 13 March 2022

Pop
Pop
Pop 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

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

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

Distribution

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