Instant Popcorn: Difference between revisions

From PZwiki
mNo edit summary
m (Distribution table update)
(39 intermediate revisions by 11 users not shown)
Line 1: Line 1:
{{languages|Instant Popcorn}}
{{Header|Project Zomboid|Items|Food|Grains}}
{{Page version|41.78.16}}
{{Infobox item
|name=Instant Popcorn
|model=InstantPopcorn_Model.png
|icon=Popcorn.png
|icon_name=Instant Popcorn
|icon2=PopcornCooked.png
|icon_name2=Instant Popcorn (Cooked)


{{Items
<!--GENERAL-->
|image = Instant Popcorn.png
|category=Food
|weight = 0.3
|weight=0.3
|packaged=Yes
<!--NUTRITION-->
|hunger_change=-10
|thirst_change=+10
|calories=120
|lipids=2.69
|proteins=3.57
|carbohydrates=20.41
<!--COOKING-->
|cook_minutes=5
|burn_minutes=5
<!--TECHNICAL DETAILS-->
|item_id=Base.Popcorn
}}
}}
'''Instant popcorn''' is a non-perishable [[food]] [[Items|item]]]].


Instant popcorn is a non-perishable food item usually found in kitchens. It reduces [[hunger]], but increases [[thirst]].
==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.
{{Consumables
|image = Popcorn.png
|hunger = -10
|perishable = 0
|cookable = 1
|dangerous uncooked = 0
|unrotten hunger = -19
|unrotten boredom = +10
|unrotten unhappiness = +20
|rotten hunger = -11
|rotten boredom = +20
|rotten unhappiness = +30
|cooked hunger = -13
|cooked unhappiness = 0
|cooked boredom = 0
|burned hunger = -3
|burned boredom = +20
|burned unhappiness = +20
|burned image = Popcorn.png
|cooked image = PopcornCooked.png
}}
 
==Distribution==
The loot distributions can be found in the table(s) below.


Cooking it takes 5 minutes and will unlock its true potential, increasing its effectivenes to a wooping -13. It also burns in 10 minutes.
<!--BOT FLAG|Popcorn|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>Popcorn distribution
        <span class="mw-customtoggle-togglebox-Popcorn" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Popcorn">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | Not referenced
    | {{ll|TheatrePopcorn}}
    | 4
    | 10.0
    |-
    | Not referenced
    | {{ll|TheatrePopcorn}}
    | 4
    | 20.0
    |-
    | Not referenced
    | {{ll|TheatrePopcorn}}
    | 4
    | 50.0
    |-
    | all
    | {{ll|FoodBox}}
    | 15
    | 8.0
    |-
    | all
    | {{ll|GroceryBag1}}
    | 1
    | 1.0
    |-
    | all
    | {{ll|GroceryBag3}}
    | 1
    | 10.0
    |-
    | breakroom
    | {{ll|counter}}
    | 4
    | 8.0
    |-
    | breakroom
    | {{ll|overhead}}
    | 4
    | 8.0
    |-
    | generalstore
    | {{ll|crate}}
    | 4
    | 10.0
    |-
    | grocerystorage
    | {{ll|crate}}
    | 4
    | 1.0
    |-
    | kitchen
    | {{ll|counter}}
    | 4
    | 8.0
    |-
    | theatrekitchen
    | {{ll|crate}}
    | 4
    | 20.0
    |-
    | theatrekitchen
    | {{ll|crate}}
    | 4
    | 10.0
    |-
    | theatrekitchen
    | {{ll|crate}}
    | 4
    | 50.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Popcorn" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Popcorn|41.78.16-->
Instant popcorn is often found in [[Containers#Counter|kitchen counters]] and movie theaters.


== Effects ==
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 3975
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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,
}
}}
}}


* [[Hunger]] : -10
==See also==
* [[Thirst]] : +10
*[[Mac and Cheese]]
*[[TV Dinner]]


== Code ==
{{Navbox items|plants}}


<pre>
item Popcorn
{
DisplayName = Instant Popcorn,
HungerChange = -10,
Icon = Popcorn,
IsCookable = TRUE,
MinutesToBurn = 10,
MinutesToCook = 5,
ThirstChange = 10,
Type = Food,
Weight = 0.3
}
</pre>


[[Category:Food]]
[[Category:Non-perishable food]]

Revision as of 15:47, 24 April 2024

Project ZomboidItemsFoodGrainsInstant Popcorn
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
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

The loot distributions can be found in the table(s) below.

Popcorn distribution Show / Hide
Containers
Building / Room Container Rolls Chance
Not referenced TheatrePopcorn 4 10.0
Not referenced TheatrePopcorn 4 20.0
Not referenced TheatrePopcorn 4 50.0
all FoodBox 15 8.0
all GroceryBag1 1 1.0
all GroceryBag3 1 10.0
breakroom counter 4 8.0
breakroom overhead 4 8.0
generalstore crate 4 10.0
grocerystorage crate 4 1.0
kitchen counter 4 8.0
theatrekitchen crate 4 20.0
theatrekitchen crate 4 10.0
theatrekitchen crate 4 50.0

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

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
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