Instant Popcorn: Difference between revisions

From PZwiki
mNo edit summary
(Updated page, +nutritional info, slight description change, +navigation, + info, +code +NOTOC +consumables, effects moved into nutritional section. + relevant categories.)
Line 1: Line 1:
{{languages|Instant Popcorn}}
__NOTOC__
 
{{languages}}
{{Items
<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:Non-Perishable_Food|Non Perishable Foods]] -> [[Instant_Popcorn|Instant Popcorn]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
|image = Instant Popcorn.png  
|image = Instant Popcorn.png  
|hunger = -13
|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 non-perishable food item usually found in kitchens. It reduces [[hunger]], but increases [[thirst]].


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 it takes 5 minutes and will unlock its true potential, increasing its effectivenes to a wooping -13. It also burns in 10 minutes.


== Effects ==
== Nutritional Information ==
 
Instant popcorn, when uncooked, provides when completely eaten: -10 hunger +10 thirst.
* [[Hunger]] : -10
Instant popcorn, when cooked, provides when completely eaten: -13 hunger +10 thirst.
* [[Thirst]] : +10
<br><br>
'''It's 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>
<pre>
<nowiki>
item Popcorn
item Popcorn
{
DisplayName = Instant Popcorn,
HungerChange = -10,
HungerChange = -10,
Icon = Popcorn,
Weight = 0.3,
Type = Food,
IsCookable = TRUE,
IsCookable = TRUE,
MinutesToBurn = 10,
MinutesToBurn = 10,
ThirstChange = 10,
DisplayName = Instant Popcorn,
Icon = Popcorn,
MinutesToCook = 5,
MinutesToCook = 5,
ThirstChange = 10,
        Carbohydrates = 20.41,
Type = Food,
        Proteins = 3.57,
Weight = 0.3
        Lipids = 2.69,
}
        Calories = 120,
</pre>
        Packaged = TRUE,
        CantBeFrozen = TRUE,
</nowiki>


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

Revision as of 20:10, 3 July 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Non Perishable Foods -> Instant Popcorn   

Instant Popcorn is a non-perishable food item which is often found in 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.

Nutritional Information

Instant popcorn, when uncooked, provides when completely eaten: -10 hunger +10 thirst. Instant popcorn, when cooked, provides when completely eaten: -13 hunger +10 thirst.

It's 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