Bowl of Cereal: Difference between revisions

From PZwiki
m (Change for model)
m (Category Project: Prepared food)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}
{{header/sandbox2|Project Zomboid|Items|Food|Prepared food}}
{{page version|41.73}}
{{Infobox food
{{Infobox food
|display_name=Bowl of Cereal
|display_name=Bowl of Cereal
Line 64: Line 65:
==Code==
==Code==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
{{Retrieved|version=41.73}}
<pre>
<pre>
     item CerealBowl
     item CerealBowl
Line 93: Line 94:


{{Navbox food}}
{{Navbox food}}
[[Category:Perishable food]]

Revision as of 11:24, 27 January 2024

Template:Header/sandbox2

Spiffo controlyourself.png
This page was last updated for an older version (41.73).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Bowl 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.

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