Juice Box: Difference between revisions

From PZwiki
(update header & categories)
(→‎top: New infobox upgrade - Food)
Line 2: Line 2:
{{header/sandbox2|Project Zomboid|Items|Food|Drinks}}
{{header/sandbox2|Project Zomboid|Items|Food|Drinks}}
{{page version|41.68}}
{{page version|41.68}}
{{Infobox food
{{Infobox item
|display_name=Juice Box
|name=Juice Box
|name_colour=Food
|model=JuiceBox_Model.png
|name_text_colour=Food
|icon=JuiceBox.png
|image=JuiceBox_Model.png
|icon_name=Juice Box
|image_width=200px
|alternate_image=JuiceBox.png
|alternate_name=Juice Box
|alternate_link=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 25: Line 21:
|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 [[Food#Non-Perishable|non-perishable]] food [[items|item]].



Revision as of 11:16, 29 January 2024

Template:Header/sandbox2

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

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