Cereal: Difference between revisions

From PZwiki
mNo edit summary
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Cereal}}
{{languages|Cereal}}
<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=Cereal
<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 = Cereal.png
|image=Cereal_120px.png
|hunger = -40
|alternate_image=Oatmeal.png
|weight = 0.2
|alternate_name=Cereal Bowl
}}
|alternate_link=Cereal Bowl
'''Cereal''' is a [[Food#Non-Perishable|non-perishable]] food item which is often found in [[Containers#Kitchen_Counters|kitchen counters]].  
<!--GENERAL-->
|category=Food
|weight=0.2
|function=[[Trapping|Trap bait]]
|packaged=True
<!--NUTRITION-->
|hunger_change=-40
|thirst_change=
|calories=2360
|lipids=26
|proteins=52
|carbohydrates=572
<!--TECHNICAL DETAILS-->
|class_name=Base.Cereal
}}'''Cereal''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].  


== Nutritional information ==
==Usage==
<br>
===Trapping===
'''Its nutritional values are as follows:'''<br>
{{Main|Trapping}}
Carbohydrates = 572 <br>
Cereal can be used as bait in [[Trapping|traps]] to capture [[Dead_Bird|small birds]] and [[Dead_Squirrel|squirrels]].
Proteins = 52 <br>
Lipids = 26 <br>
Calories = 2360 <br><br>


== Trapping ==
== Crafting ==
===Cooking===
{{Main|Cooking}}
{{Cooking table header}}
{{RecipeLookup|2089}}
{{Crafting table footer}}


Cereal can also be used in [[Trapping|traps]] to capture [[Dead_Bird|birds]] and [[Dead_Squirrel|squirrels]].
==Distribution==
Cereal is often found in [[Containers#Kitchen_Counter|kitchen counters]].  


Refer to [[Trapping|trapping]] for further information.
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=14}}
<pre> item Cereal
HungerChange = -40,
Weight = 0.2,
AlwaysWelcomeGift = true,
Type = Food,
DisplayName = Cereal,
Icon = Cereal,
        Carbohydrates = 572,
        Proteins = 52,
        Lipids = 26,
        Calories = 2360,
        Packaged = TRUE,</pre>


== Code ==
==See also==
<br>
*[[Can of Oats]]
<nowiki>
*[[Canned Beans]]
item Cereal
*[[Canned Soup]]
HungerChange = -40,
Weight = 0.2,
AlwaysWelcomeGift = true,
Type = Food,
DisplayName = Cereal,
Icon = Cereal,
        Carbohydrates = 572,
        Proteins = 52,
        Lipids = 26,
        Calories = 2360,
        Packaged = TRUE,
</nowiki>


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

Revision as of 17:20, 10 September 2018

Cereal
Cereal
Cereal Bowl
General
Category Food
Encumbrance
Heavy Load
0.2
Function Trap bait
Packaged True
Nutrition
Hunger
Hunger
-40
Calories
Calories
2360
Carbohydrates
Carbohydrates
572
Proteins
Proteins
52
Fat
Fat
26
Technical details
Item ID Base.Cereal

Cereal is a non-perishable food item.

Usage

Trapping

Main article: Trapping

Cereal can be used as bait in traps to capture small birds and squirrels.

Crafting

Cooking

Main article: Cooking

Template:Cooking table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

Cereal is often found in kitchen counters.

Code

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

	item Cereal
		HungerChange		= -40,
		Weight			= 0.2,
		AlwaysWelcomeGift	= true,
		Type			= Food,
		DisplayName		= Cereal,
		Icon			= Cereal,
        	Carbohydrates 		= 572,
        	Proteins 		= 52,
        	Lipids 			= 26,
        	Calories 		= 2360,
        	Packaged 		= TRUE,

See also

Template:Navbox/Consumables