Pop: Difference between revisions

From PZwiki
m (added quote)
m (Automated Formatting)
 
(35 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{languages|Pop}}
{{Header|Project Zomboid|Items|Food|Drinks}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=16}}{{Infobox food
{{Page version|41.78.16}}
|display_name=Pop
{{Reupload|Missing 3D diet pop and fizz variants}}
|name_colour=Food
{{Infobox item
|name_text_colour=Food
|name=Pop
|image=PopAnim_120px.gif
|icon=Pop.png
|alternate_image=PopEmpty.png
|icon_name=Pop (diet)
|alternate_name=Empty Pop Can
|model2=PopCanRed_Model.png
|alternate_link=Empty Pop Can
|icon2=Pop2.png
|icon_name2=Pop
|icon3=Pop3.png
|icon_name3=Pop (fizz)
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 22: Line 25:
|unhappy_change=-10
|unhappy_change=-10
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Pop<br>Base.Pop2<br>Base.Pop3
|item_id=Base.Pop
}}{{Quote|text=&#9834; Never let the music stop! &#9834;<br>&#9834; Grab, grab, grab a can of POP! &#9834;|author=In-game radio}}
|item_id2=Base.Pop2
'''Pop''' is a [[Food#Non-Perishable|non-perishable]] food [[items|item]].
|item_id3=Base.Pop3
}}
{{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 non-perishable [[food]] [[Items|item]].


==Usage==
==Usage==
Cans of Pop can be eaten, 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.
Pop can be drunk, providing the player with some positive effects by reducing thirst and hunger, as well as reducing [[Unhappy|unhappiness]]. Once fully consumed, an [[Empty Pop Can|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 [[Water Bottle|bottles of water]], it has to be drunk manually to satiate [[Moodles#Thirst|thirst]].
Unlike [[Water Bottle|bottles of water]], pop will not be drunk automatically to replenish [[Thirst|thirst]].


==Distribution==
==Distribution==
Cans of Pop can be found in [[Containers#Vending Machines|Pop vending machines]], offices, Spiffo's, bars, motel rooms, restaurants, some [[Containers#Refrigerators|refrigerators]], theatres, and candy stores.
The loot distributions can be found in the table(s) below.


== Code ==
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|all
|[[fridge]]
|4
|2
|-
|artstore
|[[shelves]]
|4
|1
|-
|bandkitchen
|[[fridge]]
|4
|4
|-
|bar
|[[counter]]
|4
|1
|-
|breakroom
|[[fridge]]
|4
|4
|-
|rowspan="3"|cafeteria
|[[displaycasebakery]]
|4
|8
|-
|[[shelves]]
|4
|1
|-
|[[shelves]]
|4
|2
|-
|rowspan="4"|conveniencestore
|[[crate]]
|4
|1
|-
|[[crate]]
|4
|2
|-
|[[fridge]]
|4
|1
|-
|[[fridge]]
|4
|2
|-
|gasstorage
|[[crate]]
|4
|1
|-
|rowspan="2"|generalstore
|[[shelves]]
|4
|1
|-
|[[shelves]]
|4
|2
|-
|kitchen
|[[counter]]
|4
|1
|-
|motelroomoccupied
|[[fridge]]
|1
|6
|}
Pop can be found in [[Containers#Vending Machines|pop vending machines]], offices, Spiffo's, bars, motel rooms, restaurants, some [[Containers#Refrigerators|refrigerators]], theaters, and candy stores.


''Diet Pop'' [[File:Pop.png]]
===Evolved recipes===
{{Retrieved|version=40|incver=16}}
Pop is a spice when used in [[cooking]] [[Recipe ingredients|recipes]], therefore will not be included in the maximum number of ingredients.
<pre> item Pop
{{EvolvedRecipesForItem|spice=true|toast=1|beverage=4}}
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,</pre>


''Pop'' [[File:Pop2.png]]
==Advertisement==
{{Retrieved|version=40|incver=16}}
[[Adverts|Advertisement]] for the product:
<pre> item Pop2
{| class="mw wikitable theme-red"
HungerChange = -8,
!Pop
  Weight = 0.3,
|-
AlwaysWelcomeGift = TRUE,
|  ♪ Never let the music stop! ♪
Type = Food,
|-
UnhappyChange = -10,
| ♪ Grab, grab, grab a can of... POP! ♪
ThirstChange = -60,
|-
DisplayName = Pop,
|  Have you tried new Orange-Lite Pop?
Icon = Pop2,
|-
CustomContextMenu = Drink,
|  The ice-cold, all-American taste of pure refreshment!
CustomEatSound = PZ_DrinkingFromBottle,
|-
                Carbohydrates = 39,
|  Quench your thirst!
                Proteins = 0,
|-
                Lipids = 0,
|  Energize your being!
                Calories = 140,
|-
                Packaged = TRUE,
|  ♪ Never let the music stop! ♪
                CantBeFrozen = TRUE,</pre>
|-
|  ♪ Grab, grab, grab a can of... POP! ♪
|}


''Fizz'' [[File:Pop3.png]]
==Code==
{{Retrieved|version=40|incver=16}}
{{CodeBox|[[File:Pop.png]] {{ID|Base.Pop}}<br>
<pre> item Pop3
{{CodeSnip
HungerChange = -8,
  | lang = java
Weight = 0.3,
  | line = true
AlwaysWelcomeGift = TRUE,
  | start = 3365
Type = Food,
  | source = items_food.txt
UnhappyChange = -10,
  | retrieved = true
ThirstChange = -60,
  | version = 41.78.16
DisplayName = Pop,
  | code =
Icon = Pop3,
item Pop
CustomContextMenu = Drink,
{
CustomEatSound = PZ_DrinkingFromBottle,
DisplayName = Pop,
                Carbohydrates = 39,
DisplayCategory = Food,
                Proteins = 0,
Type = Food,
                Lipids = 0,
Weight = 0.3,
                Calories = 140,
Icon = Pop,
                Packaged = TRUE,
EvolvedRecipe = Beverage:4;Beverage2:4,
                CantBeFrozen = TRUE,</pre>
FoodType = SoftDrink,
CantBeFrozen = TRUE,
EatType = popcan,
Packaged = TRUE,
ReplaceOnUse = PopEmpty,
HungerChange = -8,
ThirstChange = -60,
UnhappyChange = -10,
Calories = 140,
Carbohydrates = 39,
Lipids = 0,
Proteins = 0,
CustomContextMenu = Drink,
CustomEatSound = DrinkingFromCan,
StaticModel = PopCanDiet,
WorldStaticModel = PopCanDiet,
Tags = HasMetal,
}
}}
 
[[File:Pop2.png]] {{ID|Base.Pop3}}<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 3392
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Pop2
{
DisplayName = Pop,
DisplayCategory = Food,
Type = Food,
Weight = 0.3,
Icon = Pop2,
EvolvedRecipe = Beverage:4;Beverage2:4,
FoodType = SoftDrink,
CantBeFrozen = TRUE,
EatType = popcan,
Packaged = TRUE,
ReplaceOnUse = Pop2Empty,
HungerChange = -8,
ThirstChange = -60,
UnhappyChange = -10,
Calories = 140,
Carbohydrates = 39,
Lipids = 0,
Proteins = 0,
CustomContextMenu = Drink,
CustomEatSound = DrinkingFromCan,
StaticModel = PopCanRed,
WorldStaticModel = PopCanRed,
Tags = HasMetal,
}
}}
 
[[File:Pop3.png]] {{ID|Base.Pop3 }}<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 3419
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Pop3
{
DisplayName = Pop,
DisplayCategory = Food,
Type = Food,
Weight = 0.3,
Icon = Pop3,
EvolvedRecipe = Beverage:4;Beverage2:4,
FoodType = SoftDrink,
CantBeFrozen = TRUE,
EatType = popcan,
Packaged = TRUE,
ReplaceOnUse = Pop3Empty,
HungerChange = -8,
ThirstChange = -60,
UnhappyChange = -10,
Calories = 140,
Carbohydrates = 39,
Lipids = 0,
Proteins = 0,
CustomContextMenu = Drink,
CustomEatSound = DrinkingFromCan,
StaticModel = PopCanFizz,
WorldStaticModel = PopCanFizz,
Tags = HasMetal,
}
}}
}}


==See also==
==See also==
*[[Empty Pop Can]]
*[[Orange Soda]]
*[[Orange Soda]]
*[[Juice Box]]
*[[Juice Box]]
*[[Milk]]
*[[Milk]]


{{Navbox/Consumables}}
{{Navbox items|drinks}}
[[Category:Drinks]]
 
 
[[Category:Non-perishable food]]

Latest revision as of 11:12, 14 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D diet pop and fizz variants
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Pop
Pop (diet)
PopCanRed Model.png
Pop (fizz)
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Properties
Packaged
True
Nutrition
HungerMoodle Icon Hungry.png
-8
ThirstMoodle Icon Thirsty.png
-60
CaloriesCalories
140
CarbohydratesCarbohydrates
39
ProteinsProteins
0
FatFat
0
Effect
UnhappinessMoodle Icon Unhappy.png
-10
Technical
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

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
all fridge 4 2
artstore shelves 4 1
bandkitchen fridge 4 4
bar counter 4 1
breakroom fridge 4 4
cafeteria displaycasebakery 4 8
shelves 4 1
shelves 4 2
conveniencestore crate 4 1
crate 4 2
fridge 4 1
fridge 4 2
gasstorage crate 4 1
generalstore shelves 4 1
shelves 4 2
kitchen counter 4 1
motelroomoccupied fridge 1 6

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

Advertisement for the product:

Pop
♪ Never let the music stop! ♪
♪ Grab, grab, grab a can of... POP! ♪
Have you tried new Orange-Lite Pop?
The ice-cold, all-American taste of pure refreshment!
Quench your thirst!
Energize your being!
♪ Never let the music stop! ♪
♪ Grab, grab, grab a can of... POP! ♪

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Pop.png Base.Pop
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item Pop
	{
		DisplayName = Pop,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.3,
		Icon = Pop,
		EvolvedRecipe = Beverage:4;Beverage2:4,
		FoodType = SoftDrink,
		CantBeFrozen = TRUE,
		EatType = popcan,
		Packaged = TRUE,
		ReplaceOnUse = PopEmpty,
		HungerChange = -8,
		ThirstChange = -60,
		UnhappyChange = -10,
		Calories = 140,
		Carbohydrates = 39,
		Lipids = 0,
		Proteins = 0,
		CustomContextMenu = Drink,
		CustomEatSound = DrinkingFromCan,
		StaticModel = PopCanDiet,
		WorldStaticModel = PopCanDiet,
		Tags = HasMetal,
	}

Pop2.png Base.Pop3
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item Pop2
	{
		DisplayName = Pop,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.3,
		Icon = Pop2,
		EvolvedRecipe = Beverage:4;Beverage2:4,
		FoodType = SoftDrink,
		CantBeFrozen = TRUE,
		EatType = popcan,
		Packaged = TRUE,
		ReplaceOnUse = Pop2Empty,
		HungerChange = -8,
		ThirstChange = -60,
		UnhappyChange = -10,
		Calories = 140,
		Carbohydrates = 39,
		Lipids = 0,
		Proteins = 0,
		CustomContextMenu = Drink,
		CustomEatSound = DrinkingFromCan,
		StaticModel = PopCanRed,
		WorldStaticModel = PopCanRed,
		Tags = HasMetal,
	}

Pop3.png Base.Pop3
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item Pop3
	{
		DisplayName = Pop,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.3,
		Icon = Pop3,
		EvolvedRecipe = Beverage:4;Beverage2:4,
		FoodType = SoftDrink,
		CantBeFrozen = TRUE,
		EatType = popcan,
		Packaged = TRUE,
		ReplaceOnUse = Pop3Empty,
		HungerChange = -8,
		ThirstChange = -60,
		UnhappyChange = -10,
		Calories = 140,
		Carbohydrates = 39,
		Lipids = 0,
		Proteins = 0,
		CustomContextMenu = Drink,
		CustomEatSound = DrinkingFromCan,
		StaticModel = PopCanFizz,
		WorldStaticModel = PopCanFizz,
		Tags = HasMetal,
	}

See also