Bowl of Cereal

From PZwiki
(Redirected from Bowl of Cereal)
Project ZomboidItemsFoodPrepared foodBowl of Cereal
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Bowl of Cereal
BowlRamen Model.png
BowlRamenRotten Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.8
Properties
Days fresh
4 days
Days until rotten
7 days
Nutrition
HungerMoodle Icon Hungry.png
-8
ThirstMoodle Icon Thirsty.png
-20
CaloriesCalories
295
CarbohydratesCarbohydrates
71.5
ProteinsProteins
6.5
FatFat
3.25
Technical
Item ID
Base.CerealBowl

A bowl of cereal is a perishable food item.

Usage

Consumable properties

Bowl of cereal can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.

Fresh Stale Rotten

Oatmeal.png
Hunger: -8


Oatmeal.png
Hunger: -6
Boredom: +10
Unhappiness: +10

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

Crafting

Main article: Cooking

Obtaining

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

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 CerealBowl
	{
		DisplayName = Cereal Bowl,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.8,
		Icon = Oatmeal,
		EatType = 2hand,
		ReplaceOnUse = Bowl,
		DaysFresh = 4,
		DaysTotallyRotten = 7,
		HungerChange = -8,
		ThirstChange = -20,
		Calories = 295,
		Carbohydrates = 71.5,
		Lipids = 3.25,
		Proteins = 6.5,
		StaticModel = Bowl,
		WorldStaticModel = BowlRamen_Ground,
	}

See also