Instant Popcorn: Difference between revisions

From PZwiki
m (Category Project: Grains)
(→‎top: New infobox upgrade - Food)
Line 2: Line 2:
{{header/sandbox2|Project Zomboid|Items|Food|Grains}}
{{header/sandbox2|Project Zomboid|Items|Food|Grains}}
{{page version|41.73}}
{{page version|41.73}}
{{Infobox food
{{Infobox item
|display_name=Instant Popcorn
|name=Instant Popcorn
|name_colour=Food
|model=InstantPopcorn Model.png
|name_text_colour=Food
|icon=Popcorn.png
|image=InstantPopcorn Model.png
|icon_name=Instant Popcorn
|image_width=200px
|icon2=PopcornCooked.png
|alternate_image=Popcorn.png
|icon_name2=Instant Popcorn (Cooked)
|alternate_name=Instant Popcorn
 
|alternate_image2=PopcornCooked.png
|alternate_name2=Instant Popcorn (Cooked)
|alternate_link2=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 28: Line 25:
|burn_minutes=5
|burn_minutes=5
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Popcorn
|item_id=Base.Popcorn
}}
}}
'''Instant popcorn''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].  
'''Instant popcorn''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].  

Revision as of 11:05, 29 January 2024

Template:Header/sandbox2

Spiffo controlyourself.png
This page was last updated for an older version (41.73).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Instant Popcorn
InstantPopcorn Model.png
Instant Popcorn (Cooked)
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Properties
Packaged
Yes
Nutrition
HungerMoodle Icon Hungry.png
-10
ThirstMoodle Icon Thirsty.png
+10
CaloriesCalories
120
CarbohydratesCarbohydrates
20.41
ProteinsProteins
3.57
FatFat
2.69
Cooking
Time until cooked
5 minutes
Time until burned
5 minutes
Technical
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.

Uncooked Cooked Burned

Popcorn.png
Hunger: -10


PopcornCooked.png
Hunger: -13

Popcorn.png
Hunger: -3
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Distribution

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

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