Can of Oats: Difference between revisions

From PZwiki
mNo edit summary
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Can of Oats}}
{{languages|Can of Oats}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=14}}{{Infobox food
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|display_name=Can of Oats
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_colour=Food
{{Consumables
|name_text_colour=Food
|image = OatsRaw.png
|image=OatsRaw_120px.png
|hunger = -50
|alternate_image=Oatmeal.png
|weight = 0.8
|alternate_name=Oatmeal
}}
|alternate_link=Oatmeal
A '''can of oats''' is a [[Food#Non-Perishable|non-perishable]] food item which is often found in [[Containers#Kitchen_Counter|kitchen counters]].
<!--GENERAL-->
<br>
|category=Food
== Nutritional information ==
|weight=0.8
'''Its nutritional values are as follows:'''<br>
|packaged=True
Carbohydrates = 405 <br>
<!--NUTRITION-->
Proteins = 75 <br>
|hunger_change=-50
Lipids = 45 <br>
|thirst_change=
Calories = 1500 <br><br>
|calories=1500
== Cooking ==
|lipids=45
<br>
|proteins=75
A can of oats can be used to make a bowl of oats by using an empty bowl or pot. <br><br>
|carbohydrates=405
== Evolved recipes ==
<!--TECHNICAL DETAILS-->
{| class="wikitable"
|class_name=Base.OatsRaw
|-
}}'''Can of oats''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].  
! colspan="2"| Evolved Recipes
 
|-
==Crafting==
! Name
===Cooking===
! Hunger Added
{{Main|Cooking}}
|-
A can of oats can be used to make a [[Oatmeal|bowl of oats]].
|[[File:Oatmeal.png|center]]Bowl of Oats
{{Cooking table header}}
| style="text-align: center;" |-8 hunger, -20 thirst
{{RecipeLookup|2088}}
|-
{{Crafting table footer}}
|}
 
==Distribution==
Can of oats is often found in [[Containers#Kitchen_Counter|kitchen counters]].


== Code ==
== Code ==
<br>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki>
{{Retrieved|version=40|incver=14}}
    item OatsRaw
<pre> item OatsRaw
Weight = 0.8,
Weight = 0.8,
Type = Food,
Type = Food,
Line 46: Line 47:
         Lipids = 45,
         Lipids = 45,
         Calories = 1500,
         Calories = 1500,
         Packaged = TRUE,
         Packaged = TRUE,</pre>
</nowiki>


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 17:44, 10 September 2018

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. Template:Cooking table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

Can of oats is often found in kitchen counters.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.14

	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,

Template:Navbox/Consumables