Pop: Difference between revisions

From PZwiki
m (replaced code and fixed values)
(Updated Page, +nav bar, +relevant info, +corrected categories, +corrected nutritional info, +consumables, redone descrip)
Line 1: Line 1:
__NOTOC__
{{languages}}
{{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]] -> [[Pop|Pop]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = Popanim.gif  
|image = Popanim.gif
|hunger = 0
|hunger = -8
|thirst = -60
|unhappiness = -10
|weight = 0.3
|weight = 0.3
}}
}}
Pop is a drinkable item that satiates both thirst and unhappiness. It's often found on the floor with [[crisps]] in many houses and in the supermarket, and it is found in kitchen [[Containers]] usually in [[containers#vending machines|Vending machines]]. Unlike bottles of water, it has to be drunk manually to satiate thirst.
Pop is drink item often found in [[Containers#Kitchen_cupboard|kitchen cupboards]] and vending machines as well as the supermarkets. It is a [[Food#Non-Perishable|non-perishable]] item.
<br>
Unlike bottles of water, it has to be drunk manually to satiate thirst.
<br>


== Nutritional Information ==
Chardonnay provides when completely drunk: -8 hunger, -60 Thirst and -10 Unhappiness.


== Effects ==
'''It's Nutritional Values are as follows:'''<br>
[[Hunger]]: -11<br>
Carbohydrates = 39 <br>
[[Thirst]]: -60<br>
Proteins = 0 <br>
[[Unhappy]]: -10
Lipids = 0 <br>
 
Calories = 140 <br><br>


== Code ==
== Code ==
<pre>
Pop Can No.1 [[File:pop.png]]
item Pop
<nowiki>item Pop  
{
HungerChange = -8,
HungerChange = -11,
Weight = 0.3,
Weight = 0.3,
AlwaysWelcomeGift = TRUE,
AlwaysWelcomeGift = TRUE,
Type = Food,
Type = Food,
UnhappyChange = -10,
UnhappyChange = -10,
ThirstChange = -60,
ThirstChange = -60,
DisplayName = Pop,
DisplayName = Pop,
Icon = Pop,
Icon = Pop,
CustomContextMenu = Drink,
CustomContextMenu = Drink,
CustomEatSound = PZ_DrinkingFromBottle,
}
                Carbohydrates = 39,
 
                Proteins = 0,
item Pop2
                Lipids = 0,
{
                Calories = 140,
HungerChange = -11,
                Packaged = TRUE,
Weight = 0.3,
                CantBeFrozen = TRUE,
AlwaysWelcomeGift = TRUE,
</nowiki>
Type = Food,
Pop Can No.2 [[File:pop2.png]]
UnhappyChange = -10,
<nowiki>item Pop2  
ThirstChange = -60,
HungerChange = -8,
DisplayName = Pop,
Weight = 0.3,
Icon = Pop2,
AlwaysWelcomeGift = TRUE,
CustomContextMenu = Drink,
Type = Food,
}
UnhappyChange = -10,
 
ThirstChange = -60,
item Pop3
DisplayName = Pop,
{
Icon = Pop2,
HungerChange = -11,
CustomContextMenu = Drink,
Weight = 0.3,
CustomEatSound = PZ_DrinkingFromBottle,
AlwaysWelcomeGift = TRUE,
                Carbohydrates = 39,
Type = Food,
                Proteins = 0,
UnhappyChange = -10,
                Lipids = 0,
ThirstChange = -60,
                Calories = 140,
DisplayName = Pop,
                Packaged = TRUE,
Icon = Pop3,
                CantBeFrozen = TRUE,
CustomContextMenu = Drink,
</nowiki>
}
Pop Can No.3 [[File:pop3.png]]
</pre>
<nowiki>item Pop3  
 
HungerChange = -8,
== History ==
Weight = 0.3,
{| class="wikitable" width="550" style="text-align:center;"
AlwaysWelcomeGift = TRUE,
|-
Type = Food,
! Pre Alpha || 
UnhappyChange = -10,
|-
ThirstChange = -60,
| Initial || Added to the game.
DisplayName = Pop,
|}
Icon = Pop3,
 
CustomContextMenu = Drink,
CustomEatSound = PZ_DrinkingFromBottle,
                Carbohydrates = 39,
                Proteins = 0,
                Lipids = 0,
                Calories = 140,
                Packaged = TRUE,
                CantBeFrozen = TRUE,
</nowiki>
==See Also==
==See Also==
* [[crisps]]
* [[Items#Other|Entry in Item List - Other]]


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

Revision as of 21:15, 9 July 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Drinks -> Pop   

Pop is drink item often found in kitchen cupboards and vending machines as well as the supermarkets. It is a non-perishable item.
Unlike bottles of water, it has to be drunk manually to satiate thirst.

Nutritional Information

Chardonnay provides when completely drunk: -8 hunger, -60 Thirst and -10 Unhappiness.

It's Nutritional Values are as follows:
Carbohydrates = 39
Proteins = 0
Lipids = 0
Calories = 140

Code

Pop Can No.1 Pop.png

item Pop 
		HungerChange		= -8,
		Weight			= 0.3,	
		AlwaysWelcomeGift	= TRUE,
		Type			= Food,	
		UnhappyChange		= -10,
		ThirstChange		= -60,
		DisplayName		= Pop,
		Icon			= Pop,
		CustomContextMenu 	= Drink,
		CustomEatSound 		= PZ_DrinkingFromBottle,
                Carbohydrates 		= 39,
                Proteins 		= 0,
                Lipids 			= 0,
                Calories 		= 140,
                Packaged 		= TRUE,
                CantBeFrozen 		= TRUE,

Pop Can No.2 Pop2.png

item Pop2 
		HungerChange		= -8,
 		Weight			= 0.3,	
		AlwaysWelcomeGift	= TRUE,
 		Type			= Food,	
		UnhappyChange		= -10,
		ThirstChange		= -60,
		DisplayName		= Pop,
		Icon			= Pop2,
		CustomContextMenu 	= Drink,
		CustomEatSound 		= PZ_DrinkingFromBottle,
                Carbohydrates 		= 39,
                Proteins 		= 0,
                Lipids 			= 0,
                Calories 		= 140,
                Packaged 		= TRUE,
                CantBeFrozen 		= TRUE,

Pop Can No.3 Pop3.png

item Pop3 
		HungerChange		= -8,
		Weight			= 0.3,	
		AlwaysWelcomeGift	= TRUE,
		Type			= Food,	
		UnhappyChange		= -10,
		ThirstChange		= -60,
		DisplayName		= Pop,
		Icon			= Pop3,
		CustomContextMenu 	= Drink,
		CustomEatSound 		= PZ_DrinkingFromBottle,
                Carbohydrates 		= 39,
                Proteins 		= 0,
                Lipids 			= 0,
                Calories 		= 140,
                Packaged 		= TRUE,
                CantBeFrozen 		= TRUE,

See Also

Template:Navbox/Consumables