Pop: Difference between revisions

From PZwiki
m (fixed languages links)
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Pop}}
{{languages|Pop}}
<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 -->
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=16}}{{Infobox food
<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 -->
|display_name=Pop
<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 -->
|name_colour=Food
{{Consumables
|name_text_colour=Food
|image = Popanim.gif
|image=PopAnim_120px.gif
|hunger = -8
|alternate_image=PopEmpty.png
|thirst = -60
|alternate_name=Empty Pop Can
|unhappiness = -10
|alternate_link=Empty Pop Can
|weight = 0.3
<!--GENERAL-->
}}
|category=Food
Pop is drink item often found in [[Containers#Kitchen Counter|kitchen counters]] and [[Containers#Vending Machines|vending machines]] as well as the supermarkets. It is a [[Food#Non-Perishable|non-perishable]] item.
|weight=0.3
<br>
|packaged=True
Unlike bottles of water, it has to be drunk manually to satiate thirst.
<!--NUTRITION-->
<br>
|hunger_change=-8
|thirst_change=-60
|calories=140
|lipids=0
|proteins=0
|carbohydrates=39
<!--EFFECTS-->
|unhappy_change=-10
<!--TECHNICAL DETAILS-->
|class_name=Base.Pop<br>Base.Pop2<br>Base.Pop3
}}'''Pop''' is a [[Food#Non-Perishable|non-perishable]] food [[items|item]].


== Nutritional Information ==
==Usage==
Pop provides when completely drunk: -8 hunger, -60 Thirst and -10 Unhappiness.  
Cans of Pop can be eaten, providing the player with some positive effects, including reducing [[Moodles#Unhappy|unhappiness]]. Once fully consumed, an [[Empty Pop Can|empty pop can]] will be left.


'''Its Nutritional Values are as follows:'''<br>
Unlike [[Water Bottle|bottles of water]], it has to be drunk manually to satiate [[Moodles#Thirst|thirst]].
Carbohydrates = 39 <br>
 
Proteins = 0 <br>
==Distribution==
Lipids = 0 <br>
Cans of Pop can be found in [[Containers#Vending Machines|Pop vending machines]], offices, Spiffo's, bars, motel rooms, restaurants, some [[Containers#Refrigerators|refrigerators]], theatres, and candy stores.
Calories = 140 <br><br>


== Code ==
== Code ==
Pop Can No.1 [[File:pop.png]]
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki>item Pop  
 
''Diet Pop'' [[File:Pop.png]]
{{Retrieved|version=40|incver=16}}
<pre> item Pop  
HungerChange = -8,
HungerChange = -8,
Weight = 0.3,
Weight = 0.3,
Line 43: Line 54:
                 Calories = 140,
                 Calories = 140,
                 Packaged = TRUE,
                 Packaged = TRUE,
                 CantBeFrozen = TRUE,
                 CantBeFrozen = TRUE,</pre>
</nowiki>
 
Pop Can No.2 [[File:pop2.png]]
''Pop'' [[File:Pop2.png]]
<nowiki>item Pop2  
{{Retrieved|version=40|incver=16}}
<pre> item Pop2  
HungerChange = -8,
HungerChange = -8,
  Weight = 0.3,
  Weight = 0.3,
Line 62: Line 74:
                 Calories = 140,
                 Calories = 140,
                 Packaged = TRUE,
                 Packaged = TRUE,
                 CantBeFrozen = TRUE,
                 CantBeFrozen = TRUE,</pre>
</nowiki>
 
Pop Can No.3 [[File:pop3.png]]
''Fizz'' [[File:Pop3.png]]
<nowiki>item Pop3  
{{Retrieved|version=40|incver=16}}
<pre> item Pop3  
HungerChange = -8,
HungerChange = -8,
Weight = 0.3,
Weight = 0.3,
Line 81: Line 94:
                 Calories = 140,
                 Calories = 140,
                 Packaged = TRUE,
                 Packaged = TRUE,
                 CantBeFrozen = TRUE,
                 CantBeFrozen = TRUE,</pre>
</nowiki>
 
==See Also==
==See also==
* [[Items#Other|Entry in Item List - Other]]
*[[Orange Soda]]
*[[Juice Box]]
*[[Milk]]


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

Revision as of 16:14, 19 September 2018

Pop
Pop
Empty Pop Can
General
Category Food
Encumbrance
Heavy Load
0.3
Packaged True
Nutrition
Hunger
Hunger
-8
Thirst
Thirst
-60
Calories
Calories
140
Carbohydrates
Carbohydrates
39
Proteins
Proteins
0
Fat
Fat
0
Effect
Unhappiness
Unhappiness
-10
Technical details
Item ID Base.Pop
Base.Pop2
Base.Pop3

Pop is a non-perishable food item.

Usage

Cans of Pop can be eaten, providing the player with some positive effects, including reducing unhappiness. Once fully consumed, an empty pop can will be left.

Unlike bottles of water, it has to be drunk manually to satiate thirst.

Distribution

Cans of Pop can be found in Pop vending machines, offices, Spiffo's, bars, motel rooms, restaurants, some refrigerators, theatres, and candy stores.

Code

From items.txt (Project Zomboid directory/media/scripts/)

Diet Pop Pop.png Retrieved: Build 40.16

	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 Pop2.png Retrieved: Build 40.16

	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,

Fizz Pop3.png Retrieved: Build 40.16

	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