Can of Oats: Difference between revisions

From PZwiki
(added model to infobox)
m (Automated Formatting)
(25 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{Header|Project Zomboid|Items|Food|Grains}}
|display_name=Can of Oats
{{Page version|41.78.16}}
|name_colour=Food
{{Infobox item
|name_text_colour=Food
|name=Can of Oats
|image=OatsRaw_Model.png
|model=OatsRaw_Model.png
|image_width=200px
|icon=OatsRaw.png
|alternate_image=OatsRaw.png
|icon_name=Can of Oats
|alternate_name=Can of Oats
|alternate_link=Can of Oats
|alternate_link=
|model2=BowlRamen_Model.png
|alternate_image2=Oatmeal.png
|icon2=Oatmeal.png
|alternate_name2=Oatmeal
|icon_name2=Oatmeal
|alternate_link2=Oatmeal
Oatmeal
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.8
|weight=0.8
|packaged = Yes
|packaged=Yes
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-50
|hunger_change=-50
|thirst_change=
|calories=1500
|calories=1500
|lipids=45
|lipids=45
Line 23: Line 22:
|carbohydrates=405
|carbohydrates=405
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.OatsRaw
|item_id=Base.OatsRaw
}}'''Can of oats''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].  
}}
'''Can of oats''' is a non-perishable [[food]] [[Items|item]].


==Usage==
==Usage==
Line 33: Line 33:


===What it can make===
===What it can make===
{{Crafting header|ing=11}}
{{Crafting/sandbox2
{{Crafting cooking|113|ing=11}}
|bowl_of_oatmeal
{{Crafting cooking|143|ing=11}}
|baking_tray_with_oatmeal_cookie_uncooked
|}
}}


==Distribution==
==Distribution==
Can of oats is often found in [[Containers#Kitchen_Counter|kitchen counters]].  
The loot distributions can be found in the table(s) below.


==Gallery==
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
<gallery>
! colspan="4" | Containers
File:OatsRaw Model.png|Can of oats model when placed in the world.
|-
</gallery>
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|rowspan="2"|breakroom
|[[counter]]
|4
|8
|-
|[[overhead]]
|4
|8
|-
|generalstore
|[[shelves]]
|4
|1
|-
|kitchen
|[[counter]]
|4
|8
|}
Can of oats is often found in [[Containers#Kitchen_Counter|kitchen counters]].


==Code==
==Code==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=41|incver=73}}
| {{CodeSnip
<pre>
  | lang = java
    item OatsRaw
  | line = true
  | start = 5343
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item OatsRaw
{
{
DisplayName = Can of Oats,
DisplayName = Can of Oats,
Line 65: Line 95:
WorldStaticModel = CanOfOats,
WorldStaticModel = CanOfOats,
}
}
</pre>
}}
}}
 
==See also==
{{Navbox items|plants}}
 


{{Navbox food}}
[[Category:Non-perishable food]]

Revision as of 07:10, 14 April 2024

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