Bowl of Cereal

From PZwiki
Revision as of 23:13, 25 February 2023 by Faalagorn (talk | contribs) (Remove 120px, minor fixes)
Project ZomboidItemsFoodPerishable FoodBowl of Cereal
Bowl of Cereal
Bowl of Cereal
Cereal
General
Category Food
Encumbrance
Heavy Load
0.8
Days until stale 4 days
Days until rotten 3 days
Nutrition
Hunger
Hunger
-8
Thirst
Thirst
-20
Calories
Calories
295
Carbohydrates
Carbohydrates
71.5
Proteins
Proteins
6.5
Fat
Fat
3.25
Technical details
Item ID Base.CerealBowl

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. Template:Consumables2

Crafting

Main article: Cooking

Obtaining

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
Oatmeal.png
Bowl of Cereal
0.75 Cooking none Bowl.png
Bowl
(consumed)
Cereal.png
Cereal
(5 units)

(consumed)

(consumed)

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

    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