Orange Soda: Difference between revisions

From PZwiki
(Updating Navigational Bar with Complete Listing - Noted slight change)
(Accidently undid previous change. Corrected again)
Line 3: Line 3:
<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 -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Drinks|Drinks]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Drinks|Drinks]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = Pop4.png
|image = Pop4.png

Revision as of 23:01, 24 August 2016


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Drinks -> Orange Soda   

Orange Soda is drink item often found in kitchen cupboards and vending machines. It is a non-perishable item.
Upon consumption it'll reduce the user's thirst by 85, hunger by 12 and unhappiness by 10 and provides a empty water bottle to use for water storage.

Nutritional Information


It's Nutritional Values are as follows:
Carbohydrates = 104
Proteins = 0
Lipids = 0
Calories = 400

Code

item PopBottle
		HungerChange	= -12,
		Weight		= 0.8,
		Type		= Food,
		UnhappyChange	= -10,
		ThirstChange	= -85,
		DisplayName	= Orange Soda,
		ReplaceOnUse	= PopBottleEmpty,
		Icon		= Pop4,
		CustomContextMenu = Drink,
		CustomEatSound 	= PZ_DrinkingFromBottle,
        	Carbohydrates 	= 104,
        	Proteins 	= 0,
        	Lipids 		= 0,
        	Calories 	= 400,
        	Packaged 	= TRUE,
        	CantBeFrozen 	= TRUE,

See Also

Template:Navbox/Consumables