Cereal: Difference between revisions

From PZwiki
m (Automated linking update.)
m (Distribution table update)
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Food|Grains}}
{{Header|Project Zomboid|Items|Food|Grains}}
{{Page version|41.73}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|name=Cereal
|name=Cereal
|model=Cereal Model.png
|model=Cereal_Model.png
|icon=Cereal.png
|icon=Cereal.png
|icon_name=Cereal
|icon_name=Cereal
Line 12: Line 12:
|category=Food
|category=Food
|weight=0.2
|weight=0.2
|packaged = Yes
|packaged=Yes
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-40
|hunger_change=-40
Line 22: Line 22:
|item_id=Base.Cereal
|item_id=Base.Cereal
}}
}}
'''Cereal''' is a [[Food#Non-Perishable|non-perishable]] food [[items|item]]]].
'''Cereal''' is a non-perishable [[food]] [[Items|item]].


==Usage==
==Usage==
Line 36: Line 36:
===Cooking===
===Cooking===
Cereal can be used to make a [[Bowl of Cereal|bowl of cereal]].
Cereal can be used to make a [[Bowl of Cereal|bowl of cereal]].
{{Crafting header|type=food|ing=3}}
{{Crafting/sandbox2
{{Crafting cooking|112|ing=3}}
|bowl_of_cereal
|}
}}


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


{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
<!--BOT FLAG|Cereal|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
!Building/Room
    <div>Cereal distribution
!Container
        <span class="mw-customtoggle-togglebox-Cereal" 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>
! style="width: 3.2em;" |Rolls
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Cereal">
! style="width: 3.2em;" |Chance
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
|-
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
| rowspan="2"|breakroom
    |+ {{ll|Containers}}
| [[counter]]
    ! Building / Room
| 4
    ! Container
| 6
    ! Rolls
|-
    ! Chance
|[[overhead]]
    |-
|4
    | all
|6
    | {{ll|FoodBox}}
|-
    | 15
| rowspan="5"|cafeteriakitchen
    | 10.0
| [[crate]]
    |-
| 4
    | all
| 1
    | {{ll|GroceryBag1}}
|-
    | 1
|[[crate]]
    | 1.0
|4
    |-
|1
    | breakroom
|-
    | {{ll|counter}}
|[[crate]]
    | 4
|4
    | 6.0
|2
    |-
|-
    | breakroom
|[[crate]]
    | {{ll|overhead}}
|4
    | 4
|2
    | 6.0
|-
    |-
|[[crate]]
    | cafeteriakitchen
|4
    | {{ll|crate}}
|5
    | 4
|-
    | 20.0
| generalstore
    |-
| [[shelves]]
    | cafeteriakitchen
| 4
    | {{ll|crate}}
| 1
    | 4
|-
    | 50.0
| grocerystorage
    |-
| [[crate]]
    | cafeteriakitchen
| 4
    | {{ll|crate}}
| 1
    | 4
|-
    | 10.0
| rowspan="2"|kitchen
    |-
| [[counter]]
    | generalstore
| 4
    | {{ll|shelves}}
| 1
    | 4
|-
    | 10.0
|[[counter]]
    |-
|4
    | grocerystorage
|1
    | {{ll|crate}}
|-
    | 4
| prisoncells
    | 1.0
| [[wardrobe]]
    |-
| 4
    | kitchen
| 4
    | {{ll|counter}}
|}
    | 4
    | 10.0
    |-
    | prisoncells
    | {{ll|wardrobe}}
    | 4
    | 4.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Cereal" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Cereal|41.78.16-->
Cereal is often found in [[Containers#Kitchen_Counter|kitchen counters]].
Cereal is often found in [[Containers#Kitchen_Counter|kitchen counters]].


Line 111: Line 122:
| {{CodeSnip
| {{CodeSnip
   | lang = java
   | lang = java
   | line = false
   | line = true
  | start = 3830
   | source = items_food.txt
   | source = items_food.txt
   | retrieved = true
   | retrieved = true
   | version = 41.73
   | version = 41.78.16
   | code =
   | code =
item Cereal
item Cereal
{
{
    DisplayName         = Cereal,
DisplayName = Cereal,
    DisplayCategory     = Food,
DisplayCategory = Food,
    Type               = Food,
Type = Food,
    Weight             = 0.2,
Weight = 0.2,
    Icon               = Cereal,
Icon = Cereal,
    Packaged           = TRUE,
Packaged = TRUE,
    HungerChange       = -40,
HungerChange = -40,
    Calories           = 2360,
Calories = 2360,
    Carbohydrates       = 572,
Carbohydrates = 572,
    Lipids             = 26,
Lipids = 26,
    Proteins           = 52,
Proteins = 52,
    WorldStaticModel   = Cereal,
WorldStaticModel = Cereal,
}
}
  }}
}}
}}
}}


Line 139: Line 151:
*[[Canned Soup]]
*[[Canned Soup]]


{{Navbox food}}
{{Navbox items|plants}}
 
 
[[Category:Non-perishable food]]
[[Category:Non-perishable food]]

Revision as of 15:09, 24 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Cereal
Cereal Model.png
Bowl of Cereal Bowl of Cereal
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
Packaged
Yes
Nutrition
HungerMoodle Icon Hungry.png
-40
CaloriesCalories
2360
CarbohydratesCarbohydrates
572
ProteinsProteins
52
FatFat
26
Technical
Item ID
Base.Cereal

Cereal is a non-perishable food item.

Usage

Cereal can be eaten directly, providing the player with some positive effects.

Trapping

Main article: Trapping

Cereal can be used as bait in traps to capture small birds and squirrels.

Crafting

Main article: Cooking

Cooking

Cereal can be used to make a bowl of cereal.

Product Ingredients Tools Requirements Workstation XP
Oatmeal.png
Bowl of Cereal
One of:
Milk.png Milk ×1
CannedCondensedMilk.png Canned Evaporated Milk ×1
Each of:
Bowl.png Bowl ×1
Cereal.png Cereal ×5 unit(s)
none none none 0.75 Cooking

Distribution

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

Cereal distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all FoodBox 15 10.0
all GroceryBag1 1 1.0
breakroom counter 4 6.0
breakroom overhead 4 6.0
cafeteriakitchen crate 4 20.0
cafeteriakitchen crate 4 50.0
cafeteriakitchen crate 4 10.0
generalstore shelves 4 10.0
grocerystorage crate 4 1.0
kitchen counter 4 10.0
prisoncells wardrobe 4 4.0

Cereal is often found in kitchen counters.

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 Cereal
	{
		DisplayName = Cereal,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Cereal,
		Packaged = TRUE,
		HungerChange = -40,
		Calories = 2360,
		Carbohydrates = 572,
		Lipids = 26,
		Proteins = 52,
		WorldStaticModel = Cereal,
	}

See also