Instant Popcorn: Difference between revisions

From PZwiki
(Update of NavBar.)
m (adjusted grammar and links)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages}}
{{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 -->
<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 -->
Line 9: Line 9:
|weight = 0.3
|weight = 0.3
}}
}}
Instant Popcorn is a [[Food#Non-Perishable|non-perishable]] food item which is often found in [[Containers#Kitchen_cupboard|kitchen cupboards]].
[[Instant Popcorn]] is a [[Food#Non-Perishable|non-perishable]] food item which is often found in [[Containers#Cupboard|kitchen cupboards]].


Cooking it takes 5 minutes and will unlock its true potential, increasing its effectivenes to a wooping -13. It also burns in 10 minutes.
Cooking takes 5 minutes, increasing its effectiveness to -13, and will burn in 10 minutes.


== Nutritional Information ==
== Nutritional Information ==
Instant popcorn, when uncooked, provides when completely eaten: -10 hunger +10 thirst.
Uncooked instant popcorn, when eaten completely provides: -10 hunger +10 thirst. [[File:Instant_Popcorn.png]]<br>
Instant popcorn, when cooked, provides when completely eaten: -13 hunger +10 thirst.
Cooked instant popcorn, when eaten completely provides: -13 hunger +10 thirst. [[File:SNACKPopcorn.png]]
<br><br>
<br><br>
'''It's Nutritional Values are as follows:'''<br>
'''Its Nutritional Values are as follows:'''<br>
Carbohydrates = 20.41 <br>
Carbohydrates = 20.41 <br>
Proteins = 3.57 <br>
Proteins = 3.57 <br>

Revision as of 15:54, 15 April 2018


Page Updated @ Version: 34.28

Instant Popcorn is a non-perishable food item which is often found in kitchen cupboards.

Cooking takes 5 minutes, increasing its effectiveness to -13, and will burn in 10 minutes.

Nutritional Information

Uncooked instant popcorn, when eaten completely provides: -10 hunger +10 thirst. File:Instant Popcorn.png
Cooked instant popcorn, when eaten completely provides: -13 hunger +10 thirst. SNACKPopcorn.png

Its Nutritional Values are as follows:
Carbohydrates = 20.41
Proteins = 3.57
Lipids = 2.69
Calories = 120

Code


	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,
 

Template:Navbox/Consumables