Juice Box: Difference between revisions

From PZwiki
(New infobox + new layout)
(Update distribution file)
 
(25 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{languages|Juice Box}}
{{Header|Project Zomboid|Items|Food|Drinks}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=14}}{{Infobox food
{{Page version|41.68}}
|display_name=Juice Box
{{Infobox item
|name_colour=Food
|name=Juice Box
|name_text_colour=Food
|model=JuiceBox_Model.png
|image=JuiceBox_120px.png
|icon=JuiceBox.png
|icon_name=Juice Box
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 19: Line 20:
|unhappy_change=-10
|unhappy_change=-10
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.JuiceBox
|item_id=Base.JuiceBox
}}A '''juice box''' is a [[Food#Non-Perishable|non-perishable]] food [[items|item]].
}}
A '''juice box''' is a non-perishable [[food]] [[Items|item]].


==Usage==
==Usage==
A juice box can be eaten, providing the player with some positive effects, including reducing [[Moodles#Unhappy|unhappiness]].
A juice box can be eaten, providing the player with some positive effects, including reducing [[Unhappy|unhappiness]].


==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
<!--BOT FLAG|JuiceBox|41.78.16-->
{{Clear}}
<div class="togglebox theme-red">
    <div>JuiceBox distribution
        <span class="mw-customtoggle-togglebox-JuiceBox" title="{{int:show}} / {{int:hide}}" style="float: right; padding-right: 30px; padding-top: 4px; font-size: 0.7em; font-weight: normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-JuiceBox">
    Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the [[lucky]] and [[unlucky]] traits.    <div class="toggle-content">
<div class="pz-container">
<div id="containers" style="flex-basis:50%">
    {| class="wikitable theme-red" style="margin-right: 15px; width: 95%;"
    |+ {{ll|Containers}}
    ! Building/Room
    ! Container
    ! Effective chance
    |-
    | GroceryBag1
    | {{ll|GroceryBag1}}
    | 1.01%
    |-
    | all
    | {{ll|fridge}}
    | 3.98%
    |-
    | cafeteria
    | {{ll|displaycasebakery}}
    | 23.28%
    |-
    | cafeteria
    | {{ll|displaycasebakery}}
    | 41.14%
    |-
    | camping
    | {{ll|fridge}}
    | 23.28%
    |-
    | conveniencestore
    | {{ll|fridge}}
    | 23.28%
    |-
    | cornerstore
    | {{ll|fridge}}
    | 23.28%
    |-
    | daycare
    | {{ll|desk}}
    | 3.98%
    |-
    | fossoil
    | {{ll|fridge}}
    | 23.28%
    |-
    | gasstore
    | {{ll|fridge}}
    | 23.28%
    |-
    | generalstore
    | {{ll|fridge}}
    | 23.28%
    |-
    | generalstorestorage
    | {{ll|fridge}}
    | 23.28%
    |-
    | gigamart
    | {{ll|fridge}}
    | 23.28%
    |-
    | grocery
    | {{ll|fridge}}
    | 23.28%
    |-
    | grocerystorage
    | {{ll|fridge}}
    | 23.28%
    |-
    | kitchen
    | {{ll|counter}}
    | 15.1%
    |-
    | kitchen
    | {{ll|overhead}}
    | 15.1%
    |-
    | kitchen
    | {{ll|shelves}}
    | 15.1%
    |-
    | livingroom
    | {{ll|counter}}
    | 15.1%
    |-
    | livingroom
    | {{ll|overhead}}
    | 15.1%
    |-
    | pharmacy
    | {{ll|fridge}}
    | 23.28%
    |-
    | zippeestore
    | {{ll|fridge}}
    | 23.28%
    |}
</div>
    </div><div style="clear: both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-JuiceBox" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|JuiceBox|41.78.16-->
Juice boxes can be found in convenience store, Spiffo's and Pizza Whirled [[Containers#Refrigerators|refrigerators]].
Juice boxes can be found in convenience store, Spiffo's and Pizza Whirled [[Containers#Refrigerators|refrigerators]].


== Code ==
===Evolved recipes===
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
Juice Box is a spice when used in [[cooking]] [[Recipe ingredients|recipes]], therefore will not be included in the maximum number of ingredients.
{{Retrieved|version=40|incver=14}}
{{EvolvedRecipesForItem|spice=true|toast=1|beverage=2}}
<pre> item JuiceBox
 
Type = Food,
==Code==
DisplayName = Juice Box,
{{CodeBox
Icon = JuiceBox,
| {{CodeSnip
Weight = 0.1,
  | lang = java
HungerChange = -2,
  | line = true
ThirstChange = -13,
  | start = 2881
UnhappyChange = -10,
  | source = items_food.txt
CustomContextMenu = Drink,
  | retrieved = true
CustomEatSound = PZ_DrinkingFromBottle,
  | version = 41.78.16
        Carbohydrates = 14,
  | code =
        Proteins = 0,
item JuiceBox
        Lipids = 0,
{
        Calories = 60,
DisplayName = Juice Box,
        Packaged = TRUE,</pre>
DisplayCategory = Food,
Type = Food,
Weight = 0.1,
Icon = JuiceBox,
EvolvedRecipe = Beverage:2;Beverage2:2,
FoodType = Juice,
Packaged = TRUE,
HungerChange = -2,
ThirstChange = -13,
UnhappyChange = -10,
Calories = 60,
Carbohydrates = 14,
Lipids = 0,
Proteins = 0,
CustomContextMenu = Drink,
CustomEatSound = DrinkingFromCarton,
WorldStaticModel = JuiceBox,
EvolvedRecipeName = Juice,
}
}}
}}


==See also==
==See also==
Line 52: Line 183:
*[[Milk]]
*[[Milk]]


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

Latest revision as of 04:51, 30 April 2024

Project ZomboidItemsFoodDrinksJuice Box
Spiffo controlyourself.png
This page was last updated for an older version (41.68).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Juice Box
JuiceBox Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Packaged
True
Nutrition
HungerMoodle Icon Hungry.png
-2
ThirstMoodle Icon Thirsty.png
-13
CaloriesCalories
60
CarbohydratesCarbohydrates
14
ProteinsProteins
0
FatFat
0
Effect
UnhappinessMoodle Icon Unhappy.png
-10
Technical
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

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

JuiceBox distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
GroceryBag1 GroceryBag1 1.01%
all fridge 3.98%
cafeteria displaycasebakery 23.28%
cafeteria displaycasebakery 41.14%
camping fridge 23.28%
conveniencestore fridge 23.28%
cornerstore fridge 23.28%
daycare desk 3.98%
fossoil fridge 23.28%
gasstore fridge 23.28%
generalstore fridge 23.28%
generalstorestorage fridge 23.28%
gigamart fridge 23.28%
grocery fridge 23.28%
grocerystorage fridge 23.28%
kitchen counter 15.1%
kitchen overhead 15.1%
kitchen shelves 15.1%
livingroom counter 15.1%
livingroom overhead 15.1%
pharmacy fridge 23.28%
zippeestore fridge 23.28%

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
Beverage
2
Toast
Toast
1

Code

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

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item JuiceBox
	{
		DisplayName = Juice Box,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = JuiceBox,
		EvolvedRecipe = Beverage:2;Beverage2:2,
		FoodType = Juice,
		Packaged = TRUE,
		HungerChange = -2,
		ThirstChange = -13,
		UnhappyChange = -10,
		Calories = 60,
		Carbohydrates = 14,
		Lipids = 0,
		Proteins = 0,
		CustomContextMenu = Drink,
		CustomEatSound = DrinkingFromCarton,
		WorldStaticModel = JuiceBox,
		EvolvedRecipeName = Juice,
	}

See also