Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Bowl of Oatmeal

From PZwiki
Project ZomboidItemsFoodPrepared foodBowl of Oatmeal
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 Oatmeal
BowlRamen Model.png
BowlRamen Rotten Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.8
Properties
Can boil water
True
Days fresh
1 days
Days until rotten
2 days
Nutrition
HungerUI Hunger.png
-8
CaloriesCalories
300
CarbohydratesCarbohydrates
81
ProteinsProteins
15
FatFat
9
Cooking
Time until cooked
0 minutes
Time until burned
30 minutes
Good hot
True
Technical
Item ID
Base.Oatmeal

A bowl of oatmeal is a perishable food item.

Usage

Consumable properties

Bowl of oatmeal can be eaten, providing the player with some positive and negative effects, however these will become negative the longer it's left to perish. Consuming after being cooked will remove the unhappiness.

Note that the nutrition values depends on what ingredients are added. The figures below are based on no ingredients added.

State Icon Hunger Boredom Unhappiness Sickness chance
Fresh Uncooked Bowl of Oatmeal (Fresh Uncooked) -8 - - -
Fresh Cooked Bowl of Oatmeal (Fresh Cooked) -10 - - -
Stale Uncooked Bowl of Oatmeal (Stale Uncooked) -6 +10 +10 -
Stale Cooked Bowl of Oatmeal (Stale Cooked) -6 +10 +10 -
Rotten Bowl of Oatmeal (Rotten) -3 +20 +20 100%
Burned Bowl of Oatmeal (Burned) -3 +20 +20 100%

Crafting

Main article: Cooking

Obtaining

Product Ingredients Tools Requirements Workstation XP
Oatmeal.png
Bowl of Oatmeal
Empty Bowl Empty Bowl ×1
OatsRaw.png Can of Oats ×10 unit(s)
Water (Hot) Water (Hot) ×1 unit(s)
none none none 0.75 Cooking

History

Base.Oatmeal

Version Description
38.30 Released on or before this version.

Help PZwiki by adding to this history.

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 Oatmeal
	{
		DisplayName = Oatmeal,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.8,
		GoodHot = true,
		IsCookable = TRUE,
		MinutesToCook = 0,
		MinutesToBurn = 30,
		Icon = Oatmeal,
		EatType = 2hand,
		ReplaceOnUse = Bowl,
		DaysFresh = 1,
		DaysTotallyRotten = 2,
		HungerChange = -8,
		Calories = 300,
		Carbohydrates = 81,
		Lipids = 9,
		Proteins = 15,
		StaticModel = Bowl,
		WorldStaticModel = BowlRamen_Ground,
		Tags = AlreadyCooked;HideCooked,
	}

See also