Instant Popcorn: Difference between revisions

From PZwiki
mNo edit summary
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Instant_Popcorn}}
{{languages|Instant_Popcorn}}
<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|Perishable Food|type=Food|version=Version 40|incver=14}}{{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=Instant Popcorn
<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:Non-Perishable_Food|Non Perishable Foods]] -> [[{{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 = Instant Popcorn.png  
|image=Popcorn_120px.png
|hunger = -10/-13
|alternate_image=PopcornCooked.png
|thirst = +10
|alternate_name=Popcorn
|weight = 0.3
|alternate_link=
<!--GENERAL-->
|category=Food
|weight=0.3
|packed=True
<!--NUTRITION-->
|hunger_change=-10
|thirst_change=+10
|calories=120
|lipids=2.69
|proteins=3.57
|carbohydrates=20.41
<!--COOKING-->
|cook_minutes=5
|burn_minutes=10
<!--TECHNICAL DETAILS-->
|class_name=Base.Popcorn
}}'''Instant popcorn''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].
 
==Usage==
===Consumable properties===
Instant popcorn can be eaten raw or consumed after cooking, which will reduce more hunger.
{{Consumables2
|image = Popcorn.png
|hunger = -10
|perishable = 0
|cookable = 1
|dangerous uncooked = 0
|unrotten hunger = -19
|unrotten boredom = +10
|unrotten unhappiness = +20
|rotten hunger = -11
|rotten boredom = +20
|rotten unhappiness = +30
|cooked hunger = -13
|cooked unhappiness = 0
|cooked boredom = 0
|burned hunger = -3
|burned boredom = +20
|burned unhappiness = +20
|burned image = PopcornCooked.png
|cooked image = PopcornCooked.png
}}
}}
'''Instant popcorn''' is a [[Food#Non-Perishable|non-perishable]] food item which is often found in [[Containers#Counter|kitchen counters]].


Instant popcorn cooks in 5 minutes and burns in 10 minutes.
==Distribution==
 
Instant popcorn is often found in [[Containers#Counter|kitchen counters]].
== Nutritional information ==
Uncooked instant popcorn [[File:Instant_Popcorn.png]] provides -10 hunger, whereas cooked instant popcorn [[File:SNACKPopcorn.png]] provides -13 hunger.
<br><br>
'''Its nutritional values are as follows:'''<br>
Carbohydrates = 20.41 <br>
Proteins = 3.57 <br>
Lipids = 2.69 <br>
Calories = 120 <br><br>


== Code ==
== Code ==
<br>
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki>
{{Retrieved|version=40|incver=14}}
item Popcorn
<pre> item Popcorn
HungerChange = -10,
HungerChange = -10,
Weight = 0.3,
Weight = 0.3,
Line 41: Line 72:
         Calories = 120,
         Calories = 120,
         Packaged = TRUE,
         Packaged = TRUE,
         CantBeFrozen = TRUE,
         CantBeFrozen = TRUE,</pre>
</nowiki>
 
==See also==
*[[Mac and Cheese]]
*[[TV Dinner]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 18:10, 10 September 2018

Project ZomboidItemsFoodPerishable FoodInstant Popcorn
Instant Popcorn
Instant Popcorn
Popcorn
General
Category Food
Encumbrance
Heavy Load
0.3
Nutrition
Hunger
Hunger
-10
Thirst
Thirst
+10
Calories
Calories
120
Carbohydrates
Carbohydrates
20.41
Proteins
Proteins
3.57
Fat
Fat
2.69
Cooking
Time until cooked 5 minutes
Time until burned 10 minutes
Technical details
Item ID Base.Popcorn

Instant popcorn is a non-perishable food item.

Usage

Consumable properties

Instant popcorn can be eaten raw or consumed after cooking, which will reduce more hunger. Template:Consumables2

Distribution

Instant popcorn is often found in kitchen counters.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.14

	item Popcorn
		HungerChange	= -10,
		Weight		= 0.3,
		Type		= Food,
		IsCookable	= TRUE,
		MinutesToBurn	= 10,
		ThirstChange	= 10,
		DisplayName	= Instant Popcorn,
		Icon		= Popcorn,
		MinutesToCook	= 5,
        	Carbohydrates 	= 20.41,
        	Proteins 	= 3.57,
        	Lipids 		= 2.69,
        	Calories 	= 120,
        	Packaged 	= TRUE,
        	CantBeFrozen 	= TRUE,

See also

Template:Navbox/Consumables