Juice Box: Difference between revisions

From PZwiki
(Updating Navigational Bar with Complete Listing)
m (fixed language and container links)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages}}
{{languages|Juice Box}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
Line 11: Line 11:
|weight = 0.1
|weight = 0.1
}}
}}
A Juice Box is an [[Food#Non-Perishable|non-perishable]] food item which is found in [[Containers#Kitchen_cupboard|kitchen cupboards]].
A Juice Box is an [[Food#Non-Perishable|non-perishable]] food item which is found in [[Containers#Kitchen_Counter|kitchen counters]].


== Nutritional Information ==
== Nutritional Information ==
Line 17: Line 17:
A Juice box provides when drunk completely provides -2 hunger, -13 thirst and -10 unhappiness.  
A Juice box provides when drunk completely provides -2 hunger, -13 thirst and -10 unhappiness.  
<br><br>
<br><br>
'''It's Nutritional Values are as follows:'''<br>
'''Its Nutritional Values are as follows:'''<br>
Carbohydrates = 14 <br>
Carbohydrates = 14 <br>
Proteins = 0 <br>
Proteins = 0 <br>

Revision as of 13:05, 10 May 2018


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