Juice Box

From PZwiki
Revision as of 12:05, 10 May 2018 by Vaileasys (talk | contribs) (fixed language and container links)


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Non Perishable Foods -> Juice Box   

A Juice Box is an non-perishable food item which is found in kitchen counters.

Nutritional Information


A Juice box provides when drunk completely provides -2 hunger, -13 thirst and -10 unhappiness.

Its Nutritional Values are as follows:
Carbohydrates = 14
Proteins = 0
Lipids = 0
Calories = 60

Code


    item JuiceBox
	Type			= Food,
	DisplayName		= Juice Box,
	Icon			= JuiceBox,
	Weight			= 0.1,
	HungerChange 		= -2,
	ThirstChange		= -13,
	UnhappyChange		= -10,
	CustomContextMenu 	= Drink,
	CustomEatSound 		= PZ_DrinkingFromBottle,
        Carbohydrates 		= 14,
        Proteins 		= 0,
        Lipids 			= 0,
        Calories 		= 60,
        Packaged 		= TRUE,
 

Template:Navbox/Consumables