Instant Popcorn: Difference between revisions

From PZwiki
mNo edit summary
mNo edit summary
Line 6: Line 6:
|image=Popcorn_120px.png
|image=Popcorn_120px.png
|alternate_image=PopcornCooked.png
|alternate_image=PopcornCooked.png
|alternate_name=Popcorn
|alternate_name=Instant Popcorn (Cooked)
|alternate_link=
|alternate_link=
<!--GENERAL-->
<!--GENERAL-->
Line 47: Line 47:
|burned boredom = +20
|burned boredom = +20
|burned unhappiness = +20
|burned unhappiness = +20
|burned image = PopcornCooked.png
|burned image = Popcorn.png
|cooked image = PopcornCooked.png
|cooked image = PopcornCooked.png
}}
}}

Revision as of 18:24, 10 September 2018

Instant Popcorn
Instant Popcorn
Instant Popcorn (Cooked)
General
Category Food
Encumbrance
Heavy Load
0.3
Packaged True
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