Juice Box: Difference between revisions

From PZwiki
m (Category Project: Drinks)
Line 1: Line 1:
{{languages}}
{{languages}}
{{header|Project Zomboid|Items|Food|Drinks|type=Food|version=Version 41|incver=68}}{{Infobox food
{{header|Project Zomboid|Items|Food|Drinks}}
{{page version|41.68}}
{{Infobox food
|display_name=Juice Box
|display_name=Juice Box
|name_colour=Food
|name_colour=Food
Line 38: Line 40:
== Code ==
== Code ==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=68}}
{{Retrieved|version=41.68}}
<pre>    item JuiceBox
<pre>    item JuiceBox
{
{
Line 65: Line 67:


{{Navbox_food}}
{{Navbox_food}}
[[Category:Non-perishable food]]

Revision as of 12:14, 27 January 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
Juice Box
Juice Box
General
Category Food
Encumbrance
Heavy Load
0.1
Packaged True
Nutrition
Hunger
Hunger
-2
Thirst
Thirst
-13
Calories
Calories
60
Carbohydrates
Carbohydrates
14
Proteins
Proteins
0
Fat
Fat
0
Effect
Unhappiness
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
Beverage
2
Toast
Toast
1

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 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