![]() |
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. |
Juice Box
Jump to navigation
Jump to search
![]() |
English |
Juice Box | ||
---|---|---|
![]() | ||
| ||
General | ||
Category | Food | |
Weight | 0.1 | |
Packaged | True | |
Nutrition | ||
Hunger | -2 | |
Thirst | -13 | |
Calories | 60 | |
Carbohydrates | 14 | |
Proteins | 0 | |
Fat | 0 | |
Effect | ||
Unhappiness | -10 | |
Technical details | ||
Item ID | Base.JuiceBox |
A juice box is a non-perishable food item.
Usage
A juice box can be eaten, providing the player with some positive effects, including reducing unhappiness.
Distribution
Juice boxes can be found in convenience store, Spiffo's and Pizza Whirled refrigerators.
Evolved recipes
Juice Box is a spice when used in cooking recipes, therefore will not be included in the maximum number of ingredients.
Product | Nutrition |
---|---|
![]() Beverage |
2 |
Code
From items_food.txt (Project Zomboid directory/media/scripts/)
Retrieved | |
---|---|
Version 41.68 |
item JuiceBox { DisplayCategory = Food, Type = Food, DisplayName = Juice Box, Icon = JuiceBox, Weight = 0.1, HungerChange = -2, ThirstChange = -13, UnhappyChange = -10, CustomContextMenu = Drink, CustomEatSound = DrinkingFromCarton, Carbohydrates = 14, Proteins = 0, Lipids = 0, Calories = 60, Packaged = TRUE, WorldStaticModel = JuiceBox, }
See also