Bowl of Cereal: Difference between revisions

From PZwiki
m (Remove 120px, minor fixes)
(PZ Updater automated execution(task: fix infobox based on file, eid: d715f738))
Line 11: Line 11:
|weight=0.8
|weight=0.8
|days_fresh=4
|days_fresh=4
|days_rotten=3
|days_rotten=7
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-8
|hunger_change=-8

Revision as of 14:49, 3 July 2023

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 7 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