Instant Popcorn

From PZwiki
Revision as of 16:49, 26 July 2018 by Simian (talk | contribs)


Page Updated @ Version: 34.28

Instant popcorn is a non-perishable food item which is often found in kitchen counters.

Instant popcorn cooks in 5 minutes and burns in 10 minutes.

Nutritional information

Uncooked instant popcorn File:Instant Popcorn.png provides -10 hunger, whereas cooked instant popcorn SNACKPopcorn.png provides -13 hunger.

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