Orange Soda: Difference between revisions

From PZwiki
No edit summary
(Updated Page, +nav bar, +relevant info, +corrected categories, +corrected nutritional info, +consumables)
Line 1: Line 1:
{{languages|Orange Soda}}
__NOTOC__
{{languages}}
<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: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Drinks|Drinks]] -> [[Orange_Soda|Orange Soda]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = Orangedrink.png
|image = Pop4.png
|hunger = -15
|hunger = -12
|thirst = -85
|thirst = -85
|unhappiness = -10
|unhappiness = -10
|weight = 1.5
|weight = 0.8
}}
}}
Orange Soda is drink item often found in [[Containers#Kitchen_cupboard|kitchen cupboards]] and vending machines. It is a [[Food#Non-Perishable|non-perishable]] item.
<br>
Upon consumption it'll reduce the user's thirst by 85, hunger by 12 and unhappiness by 10 and provides a empty [[Water_Bottle|water bottle]] to use for water storage.


Unlike its bottle counterpart, the pop, it satiates hunger in addition to boredom and thirst. After using the Orange soda, it will become empty, and you can refill the bottle of soda at a faucet. It is found in vending machines and in many kitchen drawers.
== Nutritional Information ==
 
<br>
 
'''It's Nutritional Values are as follows:'''<br>
== Effects ==
Carbohydrates = 104 <br>
[[Hunger]]: -15<br>
Proteins = 0 <br>
[[Thirst]]: -85<br>
Lipids = 0 <br>
[[Unhappy]]: -10
Calories = 400 <br><br>
 
 
 
 
 
 
 


== Code ==
== Code ==
  <nowiki> item PopBottle
  <nowiki>item PopBottle
{
HungerChange = -12,
HungerChange = -15,
Weight = 0.8,
Weight = 0.8,
Type = Food,
Type = Food,
UnhappyChange = -10,
UnhappyChange = -10,
ThirstChange = -85,
ThirstChange = -85,
DisplayName = Orange Soda,
DisplayName = Orange Soda,
ReplaceOnUse = PopBottleEmpty,
ReplaceOnUse = PopBottleEmpty,
Icon = Pop4,
Icon = Pop4,
CustomContextMenu = Drink,
CustomContextMenu = Drink,
}
CustomEatSound = PZ_DrinkingFromBottle,
}</nowiki>
        Carbohydrates = 104,
        Proteins = 0,
        Lipids = 0,
        Calories = 400,
        Packaged = TRUE,
        CantBeFrozen = TRUE,
</nowiki>
 
==See Also==
* [[Items#Other|Entry in Item List - Other]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Items]]
[[Category:Drinks]]
[[Category:Drinks]]
[[Category:Version 0.2.0p]]
[[Category:Version 34.28]]

Revision as of 21:08, 9 July 2016


Page Updated @ Version: 34.28
   Navigation - Index -> 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