Can of Oats: Difference between revisions

From PZwiki
(New infobox + new layout)
(updated to 41.68 + added model + navbox)
Line 1: Line 1:
{{languages|Can of Oats}}
{{languages}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=14}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=14}}{{Infobox food
|display_name=Can of Oats
|display_name=Can of Oats
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=OatsRaw_120px.png
|image=OatsRaw_Model.png
|alternate_image=Oatmeal.png
|image_width=125px
|alternate_name=Oatmeal
|alternate_image=OatsRaw.png
|alternate_link=Oatmeal
|alternate_name=Can of Oats
|alternate_link=
|alternate_image2=Oatmeal.png
|alternate_name2=Oatmeal
|alternate_link2=Oatmeal
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 27: Line 31:
{{Main|Cooking}}
{{Main|Cooking}}
A can of oats can be used to make a [[Oatmeal|bowl of oats]].
A can of oats can be used to make a [[Oatmeal|bowl of oats]].
{{Cooking table header}}
{{Crafting header|ing=2}}
{{RecipeLookup|2088}}
{{Crafting cooking|113|ing=2}}
{{Crafting table footer}}
|}


==Distribution==
==Distribution==
Line 35: Line 39:


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


{{Navbox/Consumables}}
{{Navbox_food}}

Revision as of 14:00, 16 March 2022

Can of Oats
Can of Oats
Can of Oats Oatmeal
General
Category Food
Encumbrance
Heavy Load
0.8
Packaged True
Nutrition
Hunger
Hunger
-50
Calories
Calories
1500
Carbohydrates
Carbohydrates
405
Proteins
Proteins
75
Fat
Fat
45
Technical details
Item ID Base.OatsRaw

Can of oats is a non-perishable food item.

Crafting

Cooking

Main article: Cooking

A can of oats can be used to make a bowl of oats.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Oatmeal.png
Bowl of Oatmeal
0.75 Cooking none Bowl.png
Bowl
(consumed)
OatsRaw.png
Can of Oats
(10 units)

(consumed)

Distribution

Can of oats is often found in kitchen counters.

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.68

    item OatsRaw
    {
        DisplayCategory = Food,
        Weight	=	0.8,
        Type	=	Food,
        DisplayName	=	Can of Oats,
        Icon	=	OatsRaw,
        HungerChange = -50,
        Carbohydrates = 405,
        Proteins = 75,
        Lipids = 45,
        Calories = 1500,
        Packaged = TRUE,
        WorldStaticModel = CanOfOats,
    }