Can of Oats

From PZwiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Project ZomboidItemsFoodGrainsCan of Oats
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Can of Oats
OatsRaw Model.png
BowlRamen Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.8
Properties
Packaged
Yes
Nutrition
HungerMoodle Icon Hungry.png
-50
CaloriesCalories
1500
CarbohydratesCarbohydrates
405
ProteinsProteins
75
FatFat
45
Technical
Item ID
Base.OatsRaw

Can of oats is a non-perishable food item.

Usage

Can of oats can be eaten directly, providing the player with some positive effects.

Crafting

Main article: Cooking

What it can make

Product Ingredients Tools Requirements Workstation XP
Oatmeal.png
Bowl of Oatmeal
Bowl.png Bowl ×1
OatsRaw.png Can of Oats ×10 unit(s)
WaterDrop.png Water (Hot) ×1 unit(s)
none none none 0.75 Cooking
BakingTray CookiesBaked.png
Baking Tray with Oatmeal Cookie (Uncooked)
One of:
Fork.png Fork ×1
Spatula.png Spatula ×1
Spoon.png Spoon ×1
One of:
OilOlive.png Olive Oil ×1
OilVegetable.png Vegetable Oil ×1
Lard.png Lard ×1
Butter.png Butter ×1
Margarine.png Margarine ×1
Each of:
Bowl.png Empty Bowl ×1
RollingPin.png Rolling Pin ×1
BakingTray.png Baking Tray ×1
BakingSoda.png Baking Soda ×1
OatsRaw.png Can of Oats ×10 unit(s)
Egg.png Egg (tag) ×2
Flour.png Flour ×1 unit(s)
WaterDrop.png Water ×1 unit(s)
none
Profession chef2.png
Chef occupation
(or)
Trait cook.png
Cook trait
(or)
MagazineFood.png
Good Cooking Magazine Vol.1
none 0.75 Cooking

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
breakroom counter 4 8
overhead 4 8
generalstore shelves 4 1
kitchen counter 4 8

Can of oats is often found in kitchen counters.

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 OatsRaw
	{
		DisplayName = Can of Oats,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.8,
		Icon = OatsRaw,
		Packaged = TRUE,
		HungerChange = -50,
		Calories = 1500,
		Carbohydrates = 405,
		Lipids = 45,
		Proteins = 75,
		WorldStaticModel = CanOfOats,
	}

See also