![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Pop
![]() |
English • français • русский |
Pop | |||||
---|---|---|---|---|---|
![]() | |||||
| |||||
General | |||||
Category | Food | ||||
Weight | 0.3 | ||||
Packaged | True | ||||
Nutrition | |||||
Hunger | -8 | ||||
Thirst | -60 | ||||
Calories | 140 | ||||
Carbohydrates | 39 | ||||
Proteins | 0 | ||||
Fat | 0 | ||||
Effect | |||||
Unhappiness | -10 | ||||
Technical details | |||||
Base 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.
Contents
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/)
Retrieved | |
---|---|
Version 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,
Retrieved | |
---|---|
Version 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,
Retrieved | |
---|---|
Version 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