Can of Oats: Difference between revisions

From PZwiki
(New infobox + new layout)
m (Automated Formatting)
(30 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{languages|Can of Oats}}
{{Header|Project Zomboid|Items|Food|Grains}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=14}}{{Infobox food
{{Page version|41.78.16}}
|display_name=Can of Oats
{{Infobox item
|name_colour=Food
|name=Can of Oats
|name_text_colour=Food
|model=OatsRaw_Model.png
|image=OatsRaw_120px.png
|icon=OatsRaw.png
|alternate_image=Oatmeal.png
|icon_name=Can of Oats
|alternate_name=Oatmeal
|alternate_link=Can of Oats
|alternate_link=Oatmeal
|model2=BowlRamen_Model.png
|icon2=Oatmeal.png
|icon_name2=Oatmeal
Oatmeal
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.8
|weight=0.8
|packaged=True
|packaged=Yes
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-50
|hunger_change=-50
|thirst_change=
|calories=1500
|calories=1500
|lipids=45
|lipids=45
Line 20: 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==
Can of oats can be eaten directly, providing the player with some positive effects.


==Crafting==
==Crafting==
===Cooking===
{{Main|Cooking}}
{{Main|Cooking}}
A can of oats can be used to make a [[Oatmeal|bowl of oats]].
 
{{Cooking table header}}
===What it can make===
{{RecipeLookup|2088}}
{{Crafting/sandbox2
{{Crafting table footer}}
|bowl_of_oatmeal
|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.
 
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
! 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==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 5343
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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==
{{Navbox items|plants}}


== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=14}}
<pre> item OatsRaw
Weight = 0.8,
Type = Food,
DisplayName = Can of Oats,
Icon = OatsRaw,
HungerChange = -50,
        Carbohydrates = 405,
        Proteins = 75,
        Lipids = 45,
        Calories = 1500,
        Packaged = TRUE,</pre>


{{Navbox/Consumables}}
[[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