Pop: Difference between revisions

From PZwiki
(→‎Usage: added blurb about calories)
m (Bump to .16, minor cleanups)
Line 1: Line 1:
{{languages}}
{{Languages}}{{Header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=78.16}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=78}}{{Infobox food
|display_name=Pop
|display_name=Pop
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=PopCanRed_Model.png
|image=PopCanRed_Model.png
|image_width=300px
|image_width=200px
|alternate_image=Pop.png
|alternate_image=Pop.png
|alternate_name=Pop
|alternate_name=Pop
Line 48: Line 47:
{{EvolvedRecipesForItem|spice=true|Toast=1|Beverage=4}}
{{EvolvedRecipesForItem|spice=true|Toast=1|Beverage=4}}


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


''Diet Pop'' [[File:Pop.png]]
''Diet Pop'' [[File:Pop.png]]
{{Retrieved|version=40|incver=16}}
{{Retrieved|version=40|incver=16}}
<pre> item Pop  
<pre>
item Pop  
HungerChange = -8,
HungerChange = -8,
Weight = 0.3,
Weight = 0.3,
Line 69: Line 69:
                 Calories = 140,
                 Calories = 140,
                 Packaged = TRUE,
                 Packaged = TRUE,
                 CantBeFrozen = TRUE,</pre>
                 CantBeFrozen = TRUE,
</pre>


''Pop'' [[File:Pop2.png]]
''Pop'' [[File:Pop2.png]]
{{Retrieved|version=40|incver=16}}
{{Retrieved|version=40|incver=16}}
<pre> item Pop2  
<pre>
item Pop2  
HungerChange = -8,
HungerChange = -8,
  Weight = 0.3,
  Weight = 0.3,
Line 89: Line 91:
                 Calories = 140,
                 Calories = 140,
                 Packaged = TRUE,
                 Packaged = TRUE,
                 CantBeFrozen = TRUE,</pre>
                 CantBeFrozen = TRUE,
</pre>


''Fizz'' [[File:Pop3.png]]
''Fizz'' [[File:Pop3.png]]
{{Retrieved|version=40|incver=16}}
{{Retrieved|version=40|incver=16}}
<pre> item Pop3  
<pre>
item Pop3  
HungerChange = -8,
HungerChange = -8,
Weight = 0.3,
Weight = 0.3,
Line 109: Line 113:
                 Calories = 140,
                 Calories = 140,
                 Packaged = TRUE,
                 Packaged = TRUE,
                 CantBeFrozen = TRUE,</pre>
                 CantBeFrozen = TRUE,
</pre>


==See also==
==See also==
Line 116: Line 121:
*[[Milk]]
*[[Milk]]


{{Navbox_food}}
{{Navbox food}}
[[Category:Drinks]]
[[Category:Drinks]]

Revision as of 19:50, 18 June 2023

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 by reducing thirst and hunger, as well as reducing unhappiness. Once fully consumed, an empty pop can will be left in the player’s inventory. Pop provides a low number of calories and carbohydrates, making it inefficient if the player wants to gain weight.

Unlike bottles of water, pop will not be drunk automatically to replenish thirst.

Distribution

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

Evolved recipes

Pop is a spice when used in cooking recipes, therefore will not be included in the maximum number of ingredients.

Product Nutrition
Beverage
Beverage
4
Toast
Toast
1

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