Cereal: Difference between revisions

From PZwiki
m (Automated editing: update crafting tables)
m (Automated Formatting)
Line 22: Line 22:
|item_id=Base.Cereal
|item_id=Base.Cereal
}}
}}
'''Cereal''' is a non-perishable [[food]] [[Items|item]].
'''Cereal''' is a non-perishable [[food]] [[Items|item]].


Line 52: Line 51:
! style="width: 3.2em;" | Chance
! style="width: 3.2em;" | Chance
|-
|-
|rowspan="2"|breakroom  
|rowspan="2"|breakroom
|[[counter]]  
|[[counter]]
|4  
|4
|6
|6
|-
|-
|[[overhead]]  
|[[overhead]]
|4  
|4
|6
|6
|-
|-
|rowspan="5"|cafeteriakitchen  
|rowspan="5"|cafeteriakitchen
|[[crate]]  
|[[crate]]
|4  
|4
|1
|1
|-
|-
|[[crate]]  
|[[crate]]
|4  
|4
|1
|1
|-
|-
|[[crate]]  
|[[crate]]
|4  
|4
|2
|2
|-
|-
|[[crate]]  
|[[crate]]
|4  
|4
|2
|2
|-
|-
|[[crate]]  
|[[crate]]
|4  
|4
|5
|5
|-
|-
|generalstore  
|generalstore
|[[shelves]]  
|[[shelves]]
|4  
|4
|1
|1
|-
|-
|grocerystorage  
|grocerystorage
|[[crate]]  
|[[crate]]
|4  
|4
|1
|1
|-
|-
|rowspan="2"|kitchen  
|rowspan="2"|kitchen
|[[counter]]  
|[[counter]]
|4  
|4
|1
|1
|-
|-
|[[counter]]  
|[[counter]]
|4  
|4
|1
|1
|-
|-
|prisoncells  
|prisoncells
|[[wardrobe]]  
|[[wardrobe]]
|4  
|4
|4
|4
|}
|}
Line 132: Line 131:
Proteins = 52,
Proteins = 52,
WorldStaticModel = Cereal,
WorldStaticModel = Cereal,
}  
}
}}
}}
}}
}}

Revision as of 07:23, 14 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.

Containers
Building/Room Container Rolls Chance
breakroom counter 4 6
overhead 4 6
cafeteriakitchen crate 4 1
crate 4 1
crate 4 2
crate 4 2
crate 4 5
generalstore shelves 4 1
grocerystorage crate 4 1
kitchen counter 4 1
counter 4 1
prisoncells wardrobe 4 4

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