Instant Popcorn: Difference between revisions

From PZwiki
(added model to infobox)
Line 3: Line 3:
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Popcorn.png
|image=InstantPopcorn Model.png
|alternate_image=PopcornCooked.png
|image_width=200px
|alternate_name=Instant Popcorn (Cooked)
|alternate_image=Popcorn.png
|alternate_link=
|alternate_name=Instant Popcorn
|alternate_image2=PopcornCooked.png
|alternate_name2=Instant Popcorn (Cooked)
|alternate_link2=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food

Revision as of 14:15, 18 June 2023

Instant Popcorn
Instant Popcorn
Instant Popcorn Instant Popcorn (Cooked)
General
Category Food
Encumbrance
Heavy Load
0.3
Packaged Yes
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 5 minutes
Technical details
Item ID Base.Popcorn

Instant popcorn is a non-perishable food item.

Usage

Consumable properties

Popcorn cooks in 5 minutes, and will burn if left in a heat source for more than 10 minutes. Instant popcorn can be eaten raw or consumed after cooking, which will reduce more hunger. It is advisable to cook in a microwave, where you can control the cooking time to the minute. Template:Consumables2

Distribution

Instant popcorn is often found in kitchen counters and movie theaters.

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

	item Popcorn
	{
		DisplayName = Instant Popcorn,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.3,
		Icon = Popcorn,
		CantBeFrozen = TRUE,
		IsCookable = TRUE,
		Packaged = TRUE,
		MinutesToCook = 5,
		MinutesToBurn = 10,
		HungerChange = -10,
		ThirstChange = 10,
		Calories = 120,
		Carbohydrates = 20.41,
		Lipids = 2.69,
		Proteins = 3.57,
		WorldStaticModel = Popcorn,
	}

See also