Instant Popcorn

From PZwiki
Revision as of 20:10, 3 July 2016 by MalonyJenkins (talk | contribs) (Updated page, +nutritional info, slight description change, +navigation, + info, +code +NOTOC +consumables, effects moved into nutritional section. + relevant categories.)


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